Dear all,
I read about plotly functionality to call Plotly.restyle or Plotly.relayout instead of creating a whole new plot, whenever the data or layout attributes change. (see https://plot.ly/javascript/plotlyjs-function-reference/#plotdivdata-and-plotdivlayout)
However, I am using an animated plot containing frames and was wondering, if something similar exists, which is applied to frames or if I have to replot the whole plot, when for example a frame is added.
Is functionality, applied to the data object such as addTraces extended and applied to all frames or do I explicitly have to set it?
Thanks for your help.
Best regards,
Lisa