Incorrect order of months in the CI/CD minutes quota charts
Problem
The CI/CD minutes quota charts are showing an incorrect order of data. The data is sorted by month but the year is not taken in consideration. Today that is January 2022, the data should show on the far right of the chart but it's on the left.
If customers have data from Jan 2021
we will now show data from Jan 2022
in the same position of Jan 2021
. This could be very confusing to users and it would look like there is no more usage showing after December 2021.
The scale also looks "off" since there's the same amount of space between July and Sept as Sept and October. Does this mean no minutes were used in August?
Solution
We should sort the data by year and then month: Nov 2021
, Dec 2021
, Jan 2022
, ...