-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
scatter3d always selects point 0 on mouse hover #3258
Comments
@alexcjohnson I was able to reproduce the issue (visible on Ubuntu). Here is a codepen demo. |
Also came across this using Ubuntu with Firefox and Chrome. Hovertext appears to show only the first item from the list of markers |
Some potential culprits: |
I tested this on another laptop running Windows 7, and it works well. So it looks the issue might only be related to Ubuntu. Wondering @bpostlethwaite could you please test this demo on Arch-Linux? |
I can see the same bug - hover shows up on the same point: |
No sure if this helps narrow down the problem but I just uninstalled plotly (python) in Ubuntu version 3.4.1 and installed the newest one 3.4.2 and it fixed this problem for me. |
Ah, looks like the bug is still there. Hover points do work initially :-) but once the user rotates or zooms then the hover points stop working and get stuck on point [0] again |
Thank You so much @archmoj. Looking forward to the next release. |
From version 1.34.0 and onward, mouse hover on
scatter3d
always picks point number 0. Version 1.33.1 works fine. The problem exists in both Chrome and Firefox on Ubuntu 16.04 and Ubuntu 18.04. Here is a small example:And here is a screenshot of the bug (notice where the mouse is pointing):
The text was updated successfully, but these errors were encountered: