What do you think is the best diagram and graphing toolset for PHP that also look good?
I know that there are some open source graphing tools for PHP out there, but they are not really visually appealing to me.
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I think you should check out pChart. It is very very slick, including antialiasing and all sorts of nice aesthetics. It's pretty easy to use and there are a tonne of tutorials: |
|||||||||||
|
|
The Google Chart API has some excellent featuers and can be used from PHP without any trouble at all. The added benefit is that you don't have to deal with the processing time to render the graph out. Here is a simple example...
Both taken from the docs. |
|||||||||||
|
|
I think JpGraph is fantastic. |
|||
|
|
Not necessarily the best, but Open flash chart looks nice and is quite easy to use if you don't mind embedding Flash objects in your site. Component includes swf file which is embedded to the page and classes for outputting needed html in several different languages including PHP. |
|||
|
|
|
If you are in need of a pure PHP solution, then I think the ezComponents graph package is what you are looking for. It's very sophisticated and the examples are pretty outstanding, check this tutorial for a couple examples. The reasons why I like to recommend ezComponents:
|
||||
|
|
You should give more details about what you want to do with it. Still, I used Artichow to produce a economical data analysis to my business department, and it was perfect. Some relevant points :
The tool is really easy to learn and produce nice graphics at a reasonable speed rate. Here is what it looks like (from the official doc) :
|
|||||
|
|
Check out http://pear.veggerby.dk/ |
|||
|
|
|
I would recommend fusioncharts - fusion charts demo It uses XML so you can use whatever language you like. Very clean and very visually appealing. I think they even have maps. |
|||||
|
|
I'm working on a plugin for jqplot (a nice javascript graphing extension for jquery) for agile toolkit so if you want a website with some nice looking graphs and are not so hot with php, this might be a good alternative. I've put some instructions and examples at www.sterlingend.co.uk. Heres an example of the php code to draw a simple line graph but there are more complex examples available.
|
|||||
|
|
Your imagination is the limit. |
|||||
|
|
JPGraph does a good job. You can find a tutorial showing you how to use JPGraph with PHP here. |
|||
|
|