What's a good free PHP charting set?

All I will be doing is basic line plots. Any experience to share with anyone would be greatly appreciated.

+2


a source to share


5 answers


openflashchart: http://teethgrinder.co.uk/open-flash-chart/

A bit more than simple line charts. The LGPL is licensed, so it is commercially friendly.



For really simple charts, take a look at the jQuery sparklines plugin . These are really really wonderful things.

+1


a source


JPGraph is a very powerful diagramming library for PHP



+2


a source


Not very PHP, but I find amchart very easy to implement and they look great: http://www.amcharts.com/

You can also check the Google API: http://code.google.com/apis/charttools/

+2


a source


Don't forget pChart , which looks pretty good.

+1


a source


use FLOT which is a jQuery plugin

0


a source







All Articles