Replies: 2 comments
-
Resolved it by changing both parseInt to parseFloat in the highlightRangeInSeries function |
Beta Was this translation helpful? Give feedback.
0 replies
-
Found fix |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a heatmap created that uses decimal values. When I hover over the labels its meant to highlight all the cells that are within that range. But as my values and ranges use decimal values it does not hover the correct cells. It seems like its treating the decimal values as integers. An example is show below.
What can I do to solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions