Replay option on timeseries data

Hi All
Is there a way to build a replay option for a timeseries chart (or an XY chart)? I’m trying to add one on my dashboard but I don’t have a clue on how to proceed. Any help is appreciated. TIA

Cheers
Sam

What do you mean by a “replay option”?
Can you not just scroll back in history to see progression over time?

Yea I can do that but I want the data to flow as if it was a playback. Like if the user wants to go back in the history and start playing, the data should flow as if it is being polled in real-time.

You just need to use the now(x) function to update the historical range (Start Date / End Date)of your data:

1 Like

Awesome, I’ll try that. Thanks, Nick!