I would like to build a web-based real time data graph and i'm looking at the different options such as:
- Html5 canvas
- JS libraries with graph support such as Extjs
Can you please recommend any ?
** UPDATE **
By real time i mean, either the client polling the web server say every second or using reverse ajax; the server pushes data to the client when available
Thank you
-ken--