Hi,
I have a scatter plot animation with a slider. For the frames of the scatter plot I use ‘“redraw”: False’ to make it more efficient.
Now, I want to add a table to the plot. To make the table update in each frame, I need to set ‘“redraw”: True’.
However, the animation gets laggy and performance drops when using ‘redraw: True’.
Is it possible to redraw not all data but only the table?
Thanks!
Hey @jof welcome to the forums.
Are you referring to dash?
No, I am referring to Plotly Python with the graphobjects library