This is a discussion on Graphs in PHP within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi All, There seems to be many graph scripts out there but what my client wants me to do is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
There seems to be many graph scripts out there but what my client wants me to do is along the same lines as a web site she has seen, the address is: http://www.brefigroup.co.uk/resource..._life_question s.html She want the same sort of end product, now I havent seen anything that can produce that sort of pie chart? Does anyone know of a script that can? Regards Dave |
|
|||
|
Big D wrote:
> Hi All, > > There seems to be many graph scripts out there but what my client wants me > to do is along the same lines as a web site she has seen, the address is: > > http://www.brefigroup.co.uk/resource..._life_question > s.html > > She want the same sort of end product, now I havent seen anything that can > produce that sort of pie chart? > > Does anyone know of a script that can? > > Regards > > Dave I get a 404 at that URL. But you might want to take a look at jpgraph http://www.aditus.nu/jpgraph/ Its commercial ssoftware but very very good and very cheap too! HTH C. |
|
|||
|
Big D a écrit le 27/04/2004 :
> There seems to be many graph scripts out there but what my client wants me > to do is along the same lines as a web site she has seen, the address is: > > http://www.brefigroup.co.uk/resource...questions.html > > She want the same sort of end product, now I havent seen anything that can > produce that sort of pie chart? > > Does anyone know of a script that can? > > Regards > > Dave Just do it yourself using imagecreate() and imagefilledarc() It is simple if you look at the manual http://www.php.net/ |