Skip to content

Echarts GlColumnChart Demo

Martin Wortschack requested to merge mw-echarts-playground into master

What does this MR do?

This MR illustrates a selection problem of bars in our GlColumnChart.

A clicked item gets highlighted only on the next click, say I select the first bar and then the second bar, it would highlight the first bar on the second click.

Besides, the tooltip we're using should have an x/y offset so it won't interfere with the click handler.

Route: /-/analytics/productivity_analytics

Enable this page via feature flag: Feature.enable(:analytics)

column_chart_selection_issue

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Martin Wortschack

Merge request reports