Skip to content

Convert Issue Analytics chart into ECharts

What does this MR do?

It removes chart.js dependency and leverages echarts based column chart from gitlab-ui to display issue analytics chart. Screen_Shot_2019-08-19_at_16.42.58

Questions & issues

  • Chart's popover form gitlab-ui is not configurable. There is no way to pass the template for rendering tooltip, so current implementation doesn't have correct tooltip (with issues created label) in comparison with a previous version. Should we create a separate issue for this fix in gilab-ui?
  • Should we display zero values? Screen_Shot_2019-08-19_at_16.43.16
  • Tooltip is shown outside the column. Should we create a separate issue for this fix in gilab-ui? Screen_Shot_2019-08-19_at_16.45.24

Issue Ref: #12593 (closed)

Edited by Mike Greiling

Merge request reports