event_data {plotly} | R Documentation |
This function must be called within a reactive shiny context.
event_data(event = c("plotly_hover", "plotly_click", "plotly_selected", "plotly_relayout"), source = "A", session = shiny::getDefaultReactiveDomain())
event |
The type of plotly event. Currently 'plotly_hover', 'plotly_click', 'plotly_selected', and 'plotly_relayout' are supported. |
source |
a character string of length 1. Match the value of this string
with the source argument in |
session |
a shiny session object (the default should almost always be used). |
Carson Sievert
## Not run: plotly_example("shiny", "event_data") ## End(Not run)