Home > Archive > PHP Programming > December 2006 > drawing nice charts
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
drawing nice charts
|
|
|
| Hello
Do you know any easy to use php library which could be used for drawing
many types of nice looking charts ?
(i know i could use gd directly, but maybe there's no need to invent wheel
again)
Thanx
| |
| Erwin Moller 2006-12-20, 6:59 pm |
| avlee wrote:
> Hello
>
> Do you know any easy to use php library which could be used for drawing
> many types of nice looking charts ?
> (i know i could use gd directly, but maybe there's no need to invent wheel
> again)
>
> Thanx
I use JPGraph.
http://www.aditus.nu/jpgraph/
It is comprehensible and has the nice approach not to ask for parameters you
don't care about (yet), but let you use them if you need them.
(And defaults to something reasonable).
Give it a try. :-)
Regards,
Erwin Moller
| |
| Andy Hassall 2006-12-20, 6:59 pm |
| On Wed, 20 Dec 2006 13:18:11 +0100, avlee <xx@wp.pl> wrote:
>Do you know any easy to use php library which could be used for drawing
>many types of nice looking charts ?
I recommend ChartDirector.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
|
|
|
|
|