Forum Moderators: coopster

Message Too Old, No Replies

How to create pie chart using PHP?

         

nirfun

7:46 pm on May 14, 2009 (gmt 0)

10+ Year Member



Hi,

I'm looking for a good way to create good-looking pie charts using PHP.

Can you please recommend me the best and the easiest way to create pie charts using PHP?

Thanks

trillianjedi

7:55 pm on May 14, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you don't mind it not being native PHP:-

[code.google.com...]

enigma1

11:11 pm on May 14, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you could check also the php.net for functions like the imagearc. There are some examples available.

[php.net...]

henry0

11:51 pm on May 14, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here is a PHP class [phpclasses.org]