Can anyone recommend a javascript or php chart library that allow me to scroll and zoom in/zoom out the chart like the google stock chart? Thanks
A:
Why not use google interactive charts? There looks like there are some tools for effects like zoom, etc.
http://code.google.com/apis/visualization/interactive_charts.html
Randy Simon
2010-04-01 00:05:22
A:
Flot is a javascript library with some capabilities like this. Here is an example (not exactly what you're looking for, but similar): http://people.iola.dk/olau/flot/examples/zooming.html
Here is flot: http://code.google.com/p/flot/
jpp
2010-04-22 21:08:39