-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
heatmapgl cursor popup can't go wider than the plot is tall #1825
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
Labels
bug
something broken
Comments
cc @dfcreative |
just realized that 1023 isn't special, but that's the height of my plot (well, 1025, but that's close enough). When the plot is taller than it is wide things seem to be OK. A smaller (e.g. 50x100) |
Closed
Same issue we have with |
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 use heatmaps to plot spectrograms represented as matrices. In trying to improve performance I tried using
heatmapgl
, but it looks like there's an issue with the cursor popover where it stops following the cursor when the X coordinate is greater than 1023.Example:
https://jsfiddle.net/xfj1yxyu/3/
EDIT: corrected fiddle URL
The text was updated successfully, but these errors were encountered: