-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Prevent scatter3d to only display the first point on hover: issue 3258 #3301
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
Conversation
Thanks for investigating this bug @archmoj !
sounds like it was very painful to debug 💪 Your fix does make things work on my Ubuntu machine. Now, it does strike me as a little bit hacky. I mean an opacity of I wonder if we could instead pass a flag into |
package.json
Outdated
@@ -80,7 +80,7 @@ | |||
"gl-plot2d": "^1.4.0", | |||
"gl-plot3d": "^1.6.0", | |||
"gl-pointcloud2d": "^1.0.1", | |||
"gl-scatter3d": "^1.1.0", | |||
"gl-scatter3d": "git://github.com/gl-vis/gl-scatter3d.git#c252e1cd723aed657bdc8b022efe6befcfe9f729", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank @etpinard for encouraging! It was quite a bad bug. Different approach is used in this revision. No need to tweak the opacity and the baselines didn't changed. |
Nicely done 💃 for gl-vis/gl-scatter3d#13 and this PR after |
Fixes #3258 for Ubuntu.
Bug was related to linking issues within gl-scatter3d module...
@etpinard
@alexcjohnson