Skip to content

Fix labelling of burndown and burnup charts

What does this MR do and why?

Describe in detail what your merge request does and why.

The labelling of the axis, the tooltip, the legend and the actual data presented on burndown and burnup charts do not line up pretty well.

  • For the burndown chart: The axis said "Total issues" but the tooltip and the legend said "Open issues" and the data in the graph actually shows open issues. The axis labelling is changed to "Open issues".
  • For the burnup chart: The axis and the legend said "Total issues" but the tooltip said "Open issues" and the data in the graph actually shows the total number of issues. The tooltip is changed to "Total issues".

Screenshots or screen recordings

before after
Screenshot_from_2022-02-05_19-45-09 Screenshot_from_2022-02-05_20-11-52
Screenshot_from_2022-02-05_19-45-22 Screenshot_from_2022-02-05_20-31-15

How to set up and validate locally

  1. In a group add an empty milestone
  2. Verify the changes to the burndown and burnup chart

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Daniel Ziegenberg

Merge request reports