Autorun the slider

I have a plot that has data from multiple data frames, the slide is used to update the plot based on the time selected on the slider. We have tried to animate the plot with no luck due to the callbacks from the multiple data frames.

Is there a way to have the slider step through its values

Hello @desertwrangler,

You could have dcc.Interval that is set to advance the slider based upon how ever many seconds, and you could attach a play/pause button to this as well. :slight_smile:

thanks we will try that.