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
Is there any example that shows how one might wire this up to load up events dynamically? I have a SIMILE Timeline that loads events for various scheduled tasks as they happen, by reloading the /events url every minute. I have the SIMILE timeline clear out and replace the events object every minute, which redraws the timeline.
What's the equivalent way to do this in Timeglider?
The text was updated successfully, but these errors were encountered:
There is no equivalent right now. I need to explore various ways
of loading/refreshing data dynamically ----- based on polling, push
events, etc. I could see a general "loadTimeline" method that either
gets a new timeline or gets the new version of an existing one.
I'm rewriting our roadmap soon, and I'll include this in there along with
a timeframe for when I see it happening (likely in the next 4 months)
Is there any example that shows how one might wire this up to load up
events dynamically? I have a SIMILE Timeline that loads events for various
scheduled tasks as they happen, by reloading the /events url every minute.
I have the SIMILE timeline clear out and replace the events object every
minute, which redraws the timeline.
What's the equivalent way to do this in Timeglider?
Reply to this email directly or view it on GitHub: #15
Is there any example that shows how one might wire this up to load up events dynamically? I have a SIMILE Timeline that loads events for various scheduled tasks as they happen, by reloading the
/events
url every minute. I have the SIMILE timeline clear out and replace the events object every minute, which redraws the timeline.What's the equivalent way to do this in Timeglider?
The text was updated successfully, but these errors were encountered: