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
When using plotly with Shiny, would it be possible to implement a feature in plotly::plotlyOutput() similar to plotOutput("plot", click = "plot_click") to capture the exact coordinates of a mouse click like in the example below?
It's only currently possible to get the coordinates of clicks on actual data/marks. Doing something like this properly should be done at the plotly.js level... I've started an issue here -- plotly/plotly.js#2696
When using plotly with Shiny, would it be possible to implement a feature in
plotly::plotlyOutput()
similar toplotOutput("plot", click = "plot_click")
to capture the exact coordinates of a mouse click like in the example below?I am hoping to be able to reproduce the exact mouse click positions during a data analysis and reuse them in a different analysis.
The text was updated successfully, but these errors were encountered: