Closed
Description
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