PDA

View Full Version : how is this done ??


Benj
10-21-2005, 06:21 PM
how does mp3.com do this with there pie charts like at

http://www.mp3.com/bon-jovi/artists/3146/summary.html

see the pie chart its cool id love to do this!!


behind the image is a link like this
http://www.mp3.com/misc/image.php?i...neric&idata=1:1

anyone know how this is done or any helpful links cheers

Alan @ CIT
10-27-2005, 06:15 AM
There are various pre-written libraries you can buy to create charts like that. I've used one called ChartDirector in the past which was pretty good. http://www.advsofteng.com/product.html

Alternativly, you could write your own functions to build the pie chart using GD image functions / ImageMagik / etc.