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
Is it possible to update a plotly graph which has already rendered (in shiny) without rerendering the entire plot? An example usage would be initially plotting a large time series and then wishing to add various annotations without rerendering the entire plot.
In theory this is possible with clever use of htmlwidgets::onRender(), but I'll definitely think about a better way to achieve this without having to write JavaScript.
Hi,
Is it possible to update a plotly graph which has already rendered (in shiny) without rerendering the entire plot? An example usage would be initially plotting a large time series and then wishing to add various annotations without rerendering the entire plot.
Looking online it seems it might be possible with the restyle functionality.
https://plot.ly/javascript/plotlyjs-function-reference/
Was wondering if such a feature is available in R.
Cheers
The text was updated successfully, but these errors were encountered: