JS Graphing Librarys

Man of Honour
Joined
13 Nov 2009
Posts
11,662
Location
Northampton
I'm on the hunt for a library that will generate graphs from MySQL database data

The database is fed a Unix timestamp and and two decimal temperatures from a RaspberryPi

At the moment I'm using Pchart and PHP to generate a graph but the X axis repeats each hour twice, once I've found a library that works properly with my data then I can get it generating weekly and monthly graphs as well
 
I'm on the hunt for a library that will generate graphs from MySQL database data

The database is fed a Unix timestamp and and two decimal temperatures from a RaspberryPi

At the moment I'm using Pchart and PHP to generate a graph but the X axis repeats each hour twice, once I've found a library that works properly with my data then I can get it generating weekly and monthly graphs as well

http://d3js.org
 
I recently used CanvasJS which was very easy to use and makes pretty HTML5 graphs. I looked into d3js but the learning curve looked painful :p.
 
Thanks for the suggestions, think I'll take a look at Canvas to start with as like Pho has said d3 looks like a steep learning curve and I'm not hugely familiar with JS
 
Back
Top Bottom