views:

28

answers:

1

I'm looking for a charting library similar to amCharts that allows you to create graphs with a timeline, e.g:

http://www.amcharts.com/stock/

It should also allow to you to select a range within the chart and zoom in to see further specifics. The purpose of this is for visualizing performance related information such as i/o stats etc... Does anybody know of an open source library that will allow this? A Ruby (most preferable) or Python library would be ideal.

+1  A: 

I don't know if that's going to be at all suitable for your needs, but recent "Communications of ACM" had an article about Protovis. The graphics is very impressive. Still on my todo list though.

Nikolai N Fetissov
Awesome, thank you, I wasn't sure it would do what I wanted, but http://vis.stanford.edu/protovis/ex/zoom.html looks to be exactly the kind of interactive visualization I need. Thanks again.
Jon