What's a good free PHP charting set?
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 to share
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 to share