-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heatmap color scale is not consistent with legend highlight behavior #4658
Labels
bug
Something isn't working
Comments
This was referenced Sep 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When creating a Heatmap chart with color ranges, the elements highlighted not always match the ones colored correctly.
It is not documented if the to/from values for each color in the colorrange is inclusive/exclusive so I assumed that they must be inclusive (the from and to values for each consecutive step must match in order)
Steps to Reproduce
Expected Behavior
On legend mouseover, only the elements in range are highlighted
Actual Behavior
On legend mouseover, the element immediately after is highlighted
Screenshots
Reproduction Link
https://codepen.io/meronz/pen/OJevGQL
The text was updated successfully, but these errors were encountered: