-
graphs and charts
I have been writing a small application that basically formats data from a database and displays it on the screen in a report form... is there any way i could take this data and format it in the form of a graph or chart?... i have polked around some and havent come up with much that could help me.. if anyone knows of a good site that could explain some of this to me, or if anyone has a sample of code that does somthing like this I would appreciate it... thanks in advance...
-
search google for php image functions... i think its very possible, its pretty much like winapi programming... (i think) with dc's and the works.
-
Here is a list of pre-made php classes that you can use to make graphs and charts, etc... (graphics on the fly)
http://www.zend.com/codex.php?CID=345
-
thanks...
Thaks for the info.. ill recompile php on my system and check that stuff out
-
search for "jpgraph" on google
-
Output SVG code and ask every user to compile their own (probably unstable) version of Mozilla that supports it.
:D