tags:

views:

852

answers:

3

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
+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
Thanks, JpGraph seems to be quite flexible and powerful.
Sudden Def
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.