Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data graphing with html [closed]

A line chart that updates every couple of seconds and doesn't need the page to be refreshed would be the goal (it would get the info from a separate file that updates on a server). Are any JavaScript libs(other than JQuery) that will make this is easy? Could anyone show an example on a webpage?

The data gets updated on a fixed interval. If possible the preference would be to use only CSS HTML5 and javascript.

like image 746
Gunslinger Avatar asked Jun 28 '11 07:06

Gunslinger


1 Answers

I would suggest Smoothie Charts.

It's very simple to use, easily and widely configurable, and does a great job of streaming real time data.

There's a builder that lets you explore the options and generate code.

Disclaimer: I am a contributor to the library.

like image 142
Drew Noakes Avatar answered Oct 01 '22 12:10

Drew Noakes