Raphael js and real time chart

I used the http://cristian.nexcess.net/ajax/svg_chart/ demo to create real time charts, but want to know if I can use raphael js to create a similar line of charts?

Has anyone tried real time graphics using raphael js?

thank

+5
source share
1 answer

I made a real-time graph using the Raphael JS library - this is how http://nme.pl/en/2011/01/real-time-graph-using-javascript - it should work in any browser.

You may be interested in an easier solution based on html5 canvas (see link above).

+2

All Articles