Pie Chart

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
gurjit
Forum Contributor
Posts: 314
Joined: Thu May 15, 2003 11:53 am
Location: UK

Pie Chart

Post by gurjit »

I need to develop a dynamic pie chart from data that is stored in mysql. How can i do this?
qartis
Forum Contributor
Posts: 271
Joined: Sat Dec 14, 2002 4:43 pm
Location: BC, Canada
Contact:

Post by qartis »

qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

or could use dreamwaver MX :D, cuts down time on all that coding..not that i hate coding or anything :wink:.

http://www.tecnorama.org/document.php?id_doc=46
pootergeist
Forum Contributor
Posts: 273
Joined: Thu Feb 27, 2003 7:22 am
Location: UK

Post by pootergeist »

I started coding a 3D gradient slice pie-chart a month or so ago - just need to add a legend and remove/tweak the nasty anti-aliasing.

http://www.teckis.com/scriptix/data_graphs/teck.html

If you want to use it and need me to swiftly finish it (maybe a day or two), just ask nicely.
J4L
Forum Newbie
Posts: 4
Joined: Sat Dec 20, 2003 4:24 pm

Re: Pie Chart

Post by J4L »

You can have a look at RChat Php Edition:

http://www.java4less.com/rchartphp/index.html
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

google JPGRAPH
thats your ticket, its easy to get started with and featured packed with great documentation
Post Reply