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
Hi I'm confused on how to add animation to the graphs. Right now im working on a time-series graph. I would like the animate from the start to the end, like tracing out the graph. Example of my graph:
The text was updated successfully, but these errors were encountered:
Hey Linus!
Plotly itself does have some kind of animations API but I have no experience with it, so it's not directly supported in this library (yet). Alternatively you can just add data to the array of points and the graph will re-render using Svelte's reactivity.
Hi I'm confused on how to add animation to the graphs. Right now im working on a time-series graph. I would like the animate from the start to the end, like tracing out the graph. Example of my graph:
The text was updated successfully, but these errors were encountered: