views:

1765

answers:

10

Is there a javascript library that allows for drawing histograms/graphs over timelines, allow zooming, as well as selecting regions.

Something similar to Google's Financial Data Graphs (allows for scrolling, zooming in, as well as selecting ranges) Google Financial Data

Thanks.

A: 

Something like this:

http://code.google.com/p/simile-widgets/wiki/Timeline

adam
not what the OP is asking about.
Jason S
+1  A: 

Don't you want to use an annotated timeline, like:

http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html

Bravax
A: 

A few good ones are:

Ryan Doherty
+9  A: 

Stack Overflow uses Flot for the zoomable time-series chart in the Reputation tab of user profiles.

You may want to check these links for further information on Flot:

Flot example with zooming overview

Daniel Vassallo
A: 

You could try this Flash charts library, could be easily integrated into web page:

http://www.maani.us

Genady
A: 

I have found this flash charts framework to be quite useful:

http://teethgrinder.co.uk/open-flash-chart/

Macy Abbey
+1  A: 

http://code.google.com/p/flot/ i think its the best.

Falcon
+1  A: 

Flotr is a library for Prototype and Mootools which has interesting features :

alt text

Fabien Ménager
+2  A: 

Nobody (yet) mentioned Protovis, checkout the Examples, graphs similar to Google Finance can be created by combing Focus+Context and Playfair's Wheat.

Zoran Regvart