views:

337

answers:

2

I have a strong need to start implementing database driven graphs on a couple of projects and the only library I have really played with is PEAR's Image_Graph. On the surface this seems fairly limited and like it may not be the best solution. I am going to need to generate both bar/pie charts, nothing overly fancy for the first cut.

Does anybody have any strong feelings about any of the image/graph libraries out there for PHP? Whether you like GD/Imagick/Image_Graph, please give a couple reasons as to why you feel this way.

Thanks!

  • Nicholas
+3  A: 

pChart: http://pchart.sourceforge.net/

I've personally used this, it works great.

Luca Matteis
Great thanks for the quick reply, I am checking it out now!
Nicholas Kreidberg
Great package Luca, I have already got pie charts rendering to both screen/file using data from a table in PostgreSQL. Thank you again!
Nicholas Kreidberg
Just as a follow-up, pChart is a great package but I have found that FusionCharts (http://www.fusioncharts.com/) is by far and away superior. Substantially better performance and much "prettier" graphs.
Nicholas Kreidberg
A: 

I've used jpGraph - seems decent enough if a bit "old school".

kguest