mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-06 10:00:53 -04:00
The default text of the legend is confusing given the low range of values used. Cal-heatmap expects higher legend values, such as [10, 20, 30, 40], rather than [1, 2, 3]. This change will hopefully make the mouseover text for the legend a little less confusing. BREAKING CHANGE: None Closes #16124