views:

1016

answers:

5

I need basic charts from PHP code.
Google search gives many options. Could you recommend the mainstream, easy and light to work with solution?

+1  A: 

http://stackoverflow.com/questions/395541/graphs-charts-in-php

Ivan Krechetov
Thanks! that was very helpful
Nir
+2  A: 

Not a PHP solution but take a look at the Google Charting API. Its really powerful.

Charlie
+1  A: 

I use the Google Chart API in my applications. It's not something you install on your webserver though - but is fast and extremely easy to use.

Ross
+1  A: 

pChart is a very powerful and relatively easy to use PHP graphing library.

Philip Morton
Beautiful charts. It is open source under GPL which might be relevant if you need to distribute your website to others
MarkJ
+1  A: 

Open Flash Chart is pretty good, if you don't mind that the charts will be in flash. It comes with a library for PHP which is easy to use.

Anders S
+1It has nice documentation - and it works... also it can be fully customized (in great details for every kind of charts)
kodisha