timeglider / jquery_widget

Timeglider's JS Widget component. See README for details.
193 stars 41 forks source link

How to load events dynamically into timeline? #15

Open klauern opened 13 years ago

klauern commented 13 years ago

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?

timeglider commented 13 years ago

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)

On Sat, Jul 9, 2011 at 11:50 AM, klauern < reply@reply.github.com>wrote:

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: https://github.com/timeglider/jquery_widget/issues/15