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 launched the shiny app with ggplotly() plots, it shows the following warning message: Warning: The 'plotly_click' event tied a source ID of 'A' is not registered. In order to obtain this event data, please add event_register(p, 'plotly_click') to the plot (p) that you wish to obtain event data from.
We know that it is a false positive, so we are going to simply suppress the issue as suggested here.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
When launched the shiny app with
ggplotly()
plots, it shows the following warning message:Warning: The 'plotly_click' event tied a source ID of 'A' is not registered. In order to obtain this event data, please add
event_register(p, 'plotly_click')to the plot (
p) that you wish to obtain event data from.
We know that it is a false positive, so we are going to simply suppress the issue as suggested here.
The text was updated successfully, but these errors were encountered: