-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Description
I noticed that hovering over the legend produced strange results across color ranges. After some exploration, I found that the hover ranges are created using the value of the SVG rectangle. Then, I noticed that the SVG rect values in the first and last rows of the grid appear to be swapped.
Steps to Reproduce
- Create a data series with 7 rows (Sunday thru Saturday), and 24 columns (12AM thru 11PM)
- Use this data series in a Heatmap
- The value
valof attribute of cells in the first row ("Sunday"), are actually the values for the last row of data ("Saturday")
Expected Behavior
The value val of attribute of cells in the first row ("Sunday"), are the values for the first row of data ("Sunday")
Actual Behavior
The value val of attribute of cells in the first row ("Sunday"), are actually the values for the last row of data ("Saturday")
Screenshots
Compare the first row (Sunday) to the last row (Saturday):


All other rows (like Wednesday, for example) are correct:

