-
Notifications
You must be signed in to change notification settings - Fork 627
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
event_data doesn't work with scatterplot (type = "scattergl") #624
Comments
Marking this as a duplicate since this is a known limitation of gl2d trace types -- plotly/plotly.js#130 |
Sorry I missed it. Thanks |
I know this is supposed to have been fixed in plotly.js but I find that the 2d scatter plot using either type='scattergl' or toWebGL() breaks the plotly_click event in plotly.r. It works fine for me for scatter3d. I want to show a 2d plot of 21,000 points, hence the need for scattergl. This issue was reported here: plotly/plotly.js#743 Here is demo code:
Here is session info:
|
Hello,
I was trying to follow the examples from these two links:
Shiny-coupled-events
#596
Everything works fine until I changed the
type = 'scatter'
totype = 'scattergl'
I lost the "box select" option after the change.
In comparison, it work fine for
ggplot
+ggplotly
and I can still get the data info from the selected box area.I would like to use the additional features from
plot_ly
instead of switching back toggplot
Thank you for your help.
Here is a minimal example code
Here is my session info:
The text was updated successfully, but these errors were encountered: