recommendations for a PHP library for business graphics?
Posted: Fri Dec 07, 2007 10:38 pm
Great discussion board!
Does anyone have any recommendations for a good PHP library for business graphics - for example bar & pie charts.
Preferably open source. I have been playing with this class, based on GD library at codewalkers.com
which is a good, but limited.
http://www.codewalkers.com/c/a/Content- ... Bar-Chart/
my example... http://tinyurl.com/36fdc4
I would also want to know if is is possible to generate an image and insert it into an HTML page without creating a temporary file
on disk. All examples I have seen either write to disk or display image on its own and not within HTML img tag.
I ask this because some hosting services do not seem to permit a script to generate a file on the server.
Does anyone have any recommendations for a good PHP library for business graphics - for example bar & pie charts.
Preferably open source. I have been playing with this class, based on GD library at codewalkers.com
which is a good, but limited.
http://www.codewalkers.com/c/a/Content- ... Bar-Chart/
my example... http://tinyurl.com/36fdc4
I would also want to know if is is possible to generate an image and insert it into an HTML page without creating a temporary file
on disk. All examples I have seen either write to disk or display image on its own and not within HTML img tag.
I ask this because some hosting services do not seem to permit a script to generate a file on the server.