Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

raphael js and real-time graph [closed]

i have used http://cristian.nexcess.net/ajax/svg_chart/ demo to create real-time graphs, but want to know if i can use raphael js to create similar line charts ?

has anyone tried real-time graphs with raphael js?

Thanks

like image 975
linus Avatar asked Nov 05 '22 04:11

linus


1 Answers

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

You might be interested in more lightweight solution, which is based on html5 canvas (see the link above).

like image 196
nme Avatar answered Dec 03 '22 13:12

nme