-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
plotly_doubleclick event for scatter3d? #3266
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
Comments
Any plans to implement this? I spent a little time on it this weekend but didn't make any headway. |
@wkumler no plans, but I'd be happy to get you pointed in the right direction if you'd like to give it a shot. The single-click event for 3D is here: plotly.js/src/plots/gl3d/scene.js Line 452 in 12a49c0
Unfortunately it can't use the same logic as most of the other click handlers, because it's based on stack.gl and it's just taking events from those packages. So I think the way to handle this is to stash the first click event and timestamp somewhere (on the Same |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
Seems as though it was never implemented -- https://codepen.io/cpsievert/pen/mQqWrz
Requested as part of plotly/plotly.R#1413
The text was updated successfully, but these errors were encountered: