I'm trying to find a good Graph drawing library for my PHP application. Currently I am limited to viewing the data in a table which while specific, is a bit ugly.
I require a non-flash system if possible.
|
15
|
I'm trying to find a good Graph drawing library for my PHP application. Currently I am limited to viewing the data in a table which while specific, is a bit ugly. I require a non-flash system if possible.
|
||||
|
|
|
I had this similar problem a month ago and ended up going for Google Charts. It's extremely fast, very powerful (only one or two features I've wanted have been missing and they weren't a big deal) and things like the 3D pie charts add instant visual appeal. There is at least one wrapper called Gphpchart but it looks like their site has currently been hacked (sigh) so don't go clicking on any of the links until it gets fixed or restored. I found a couple of relevant questions about this: |
||||||||||||
|
|
|
JPGraph is a comprehensive solution, and there is a free version that you can use. This tutorial shows you how to get started with JPGraph and PHP. |
||
|
|
|
|
I found Flot (http://code.google.com/p/flot/) to be really simple and useful. Has much more flexibility that Google Charts. |
||
|
|
|
|
I just bookmarked a php chart library the other day. Good timing. :) The graphs are some of the most beautiful I've seen available for free. I always found Google Charts kind of bland. pChart can be beautiful, but the learning curve is steeper. Still shouldn't be too steep. |
||
|
|
|
|
I'd like to cast an additional vote for Google Charts. Having lots of experience with other Google API's the charting API was amazingly simple and we've started integrating into many of our internal applications as well. |
||
|
|
|
|
pChart is a relatively new PHP library that creates great looking (non-flash) charts. |
||
|
|
It might be worthwhile to continue outputting the data as a table, and using javascript on the client to convert the table to a chart. There's at least one good javascript package for this that I've used http://code.google.com/p/flot/ , and I'm sure there's some alternatives if that one doesn't cut it for your specific needs. |
||
|
|
|
|
All I've used under PHP is ChartDirector, which seems like it has to be getting a little long in the tooth, but I was pretty happy with it. |
||
|
|
|
|
Open Flash Chart would be my recommendation, as well. Another good one is amCharts. Unfortunately, both of these are Flash-based charts. |
||
|
|
|
|
You might be interested in Open Flash Chart 2 - the flash charting engine used by Piwik: May not be suitable for print purposes - to be honest I haven't checked whether Flash prints or not! If you need to output to images rather than Flash, JpGraph might be worth a look too: (JpGraph may have some functionality only available in "pro" version) |
||
|
|