views:

218

answers:

4

Do you know of a graphing library similar to Google's Annotated Timeline( http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html) that can be updated in realtime with new data points? Either javascript or flash is ok.

Thanks!

A: 

Yahoo YUI

mnml
A: 

A lot of the bigger charting libraries/toolkits will let you update the datasets in 'realtime', if by realtime you mean that you're able to call a function on the chart to introduce new points.

Check out:

JasonWyatt
Yes, I do mean that the client will poll the server for new points.
Alexis K
Also, thanks for the info.Float looks great and has good functionality. The transitions(http://people.iola.dk/olau/flot/examples/ajax.html) when new data are loaded are abrupt though...
Alexis K
It might look a bit more fluid with bigger datasets
mnml
A: 

OpenFlashChart2 supports this, by means of JavaScript or a configurable polling interval pulling data from a backend script.

David Pfeffer
A: 

You could also try FusionWidgets v3 which gives you a choice of several types of real time charts which are extensively customizable and very easy to handle.

George