pie chart

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
pleigh
Forum Contributor
Posts: 445
Joined: Wed Jan 19, 2005 4:26 am

pie chart

Post by pleigh »

just like to know if it is possible for me to make a pie chart out of php?
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

it is yes but its somewhat complex,

basically you need to be looking into GD, image creation tools built for PHP

also, there are various scripts pre-made here, i have personally used Panachart and thought it to be very good, although there are other scripts that produce "better-looking" charts (3D etc)

Hope that helps
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

JGraph is another good one
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

I think pimptastic meant JpGraph.
Post Reply