HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

Data per Month in Line Graph using PHP/MySQL #258

Open emmontenegro opened 10 years ago

cesutherland commented 10 years ago

Something like this ought to work for you: http://jsfiddle.net/M5GAp/1/

Based on:

Just wanna ask regarding the flotr2 graph. How can I do it if I want to show how many data has been entered per month? X = Month Name Y = 0,5,10,15,20

So the data would be dynamic according to my data. Pls help me. I don't know where to start. I'm confused.

Thanks!