You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running on Rstudio and encountered a problem when I used "scattergl" as plot type. I can not reset or autoscale the plot by doubleClicking on the graph.
Thus,
plot_ly(df, y = value, group = variable, type = "scattergl", mode = "lines+markers") %>% layout(hovermode="closest")
breaks the double-clicking feature.
Even if I use config(doubleClick = "reset") or config(doubleClick = "autosize") (or "reset+autosize" for that matter)
it doesn't work.
The text was updated successfully, but these errors were encountered:
I'm running on Rstudio and encountered a problem when I used "scattergl" as plot type. I can not reset or autoscale the plot by doubleClicking on the graph.
Thus,
plot_ly(df, y = value, group = variable, type = "scattergl", mode = "lines+markers") %>% layout(hovermode="closest")
breaks the double-clicking feature.
Even if I use
config(doubleClick = "reset") or config(doubleClick = "autosize") (or "reset+autosize" for that matter)
it doesn't work.
The text was updated successfully, but these errors were encountered: