Is there any alternative to Google's Annotated Timeline Visualization API?

enter image description here

There's some bugs in the Annotated Timeline, and it doesn't appear they will be addressed.

Also it is a Flash based chart. A Canvas+Javascript implementation would be more portable.


The qualities that make the Annotated Timeline valuable (as opposed to every other charting library i've found so far) are:

  • supports multiple lines
  • zooming; to drill in and out of a date range
  • panning back and forth through time
  • supports thousands of data points
  • ability to be fed new data on the fly

As far as i can tell Google's Annotated Timeline is the only interactive line graph library.

link|improve this question

73% accept rate
feedback

4 Answers

Dygraphs should do exactly what you want, and is a full js implementation. It's free, and already integrates with gviz (sample here), so you should barely need to change anything. It also has a bunch of other useful functionality not found on other gviz charts (like rolling average calculation).

Hope that helps.

link|improve this answer
2  
For what it's worth, dygraphs also has a range selector just like the one on the bottom of the Google Annotated Timeline. It's not on by default, but can be enabled easily. See dygraphs.com/tests/range-selector.html for an example. – danvk Mar 4 at 19:24
feedback

I just ran into this:

http://www.highcharts.com/demo/dynamic-master-detail

It's not free but it looks interesting.

link|improve this answer
feedback

This thread is little old, but SIMILE widgets by MIT are great. They have one for timeline as well. SIMILE Timeline Widget

link|improve this answer
feedback

After extensive research to replace Google Annotated Timeline, I think that HighChart StockChart is the most comprehensive. As mentioned above, it is not open source nor free, but affordable according to me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.