We are using Google Charts for render the chart images, but 500 requests/day became not enough. What PHP classes/frameworks are worth looking at?
+3
A:
The Google Chart API no longer has a 500 request/day limit. I recall this changed a couple of months ago.
Greg Hewgill
2008-11-28 08:01:22
+3
A:
JpGraph and GraPHPite are the most developed open-source packages available. I recommend GraPHPite in particular, it has a somewhat better API and produces better looking graphs.
Eran Galperin
2008-11-28 08:02:31
Thanks, JpGraph seems to be quite flexible and powerful.
Sudden Def
2008-11-28 08:23:35
A:
While not a PHP solution, we're using amCharts for the graphs within our application. They're Flash based, but look fantastic and allow your users to zoom in to the graph further. Graphs are drawn simply by generating XML with your data.