tags:

views:

112

answers:

7

All I will be doing is basic line graphs. Any experiences anyone might share would be greatly appreciated.

+2  A: 

JPGraph is a very powerful charting library for PHP

webdestroya
+2  A: 

Not really PHP, but I find amchart really easy to implement and they look great: http://www.amcharts.com/

Might also check out Google's API: http://code.google.com/apis/charttools/

mmattax
+1  A: 

Have a look at this.

Sarfraz
can you make your link any more ambiguous, I'm half expecting to see goatse after clicking it
TravisO
+1  A: 

Not specific to PHP. Nonetheless google chart tools are pretty handy.

For something directly specific to PHP there is PHP/SWF Charts which I used on priceTrackr.com.

bboe
+1  A: 

Don't forget pChart that looks pretty good.

Robert Andersson
pChart hasn't been updated in a while. It doesn't work out of the box with PHP newer than 5.1.4 (it uses deprecated functions). Not too difficult to fix though.
David
Licensing might be an issue. It's GPL only.
Koobz
+2  A: 

openflashchart: http://teethgrinder.co.uk/open-flash-chart/

A bit beyond simple line charts. LGPL licensed so it's commercial friendly.

For really simple charts take a look at the jQuery sparklines plugin. It does some really wonderful things actually.

Koobz
+1  A: 

use FLOT, which is a plugin for jQuery

TravisO