You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tooltip is displaying the wrong months for the corresponding month on the y-axis. Additionally, the tooltip is displaying the wrong year for the cells corresponding to January along the whole X-axis (all years).
Describe the bug
The tooltip is displaying the wrong months for the corresponding month on the y-axis. Additionally, the tooltip is displaying the wrong year for the cells corresponding to January along the whole X-axis (all years).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tooltip should display the correct month corresponding to the y-axis and the correct year for all cells, including those corresponding to January.
Screenshots
Device:
Additional context
In my case the issue was easily solved by adding adding + 1 to the month value.
That's a snippet of my code for returning the tooltip text correctly.
For reference:
The text was updated successfully, but these errors were encountered: