Category: Toys, Tools, Tech
Thursday, December 30, 2004
I need recommendations for a good, free (and, preferably, Free) charting library for PHP.
Ideally this library would be able to generate all the simple types of business graphics -- line charts, bar charts, pie charts, etc. If it can do fancy stuff like find trendlines that's even better.
Have a suggestion? Let me know in the comments thread. Thanks!
Except where otherwise noted, all content on this site is provided under the terms of the Creative Commons Attribution-ShareAlike license.
If you think anything I write here represents the opinions of anybody but myself, you need more help than I can give you. The opinions are all mine, folks. Nobody else's.
If that's too hard to understand... well, I'm sorry. There's only so much I can do. I'm not a therapist, and I'm not a miracle worker. I wish I could help you work through your delusional belief that I'm speaking for anyone else but myself. Honestly, I do. But in the end, that's a monkey you'll have to get off your back on your own. Sorry.
Pear's Image_Graph maybe?
http://pear.php.net/package/Image_Graph
Image_Graph looks interesting. Any ideas how it stacks up versus JpGraph:
http://www.aditus.nu/jpgraph/index.php
? Anyone out there used one or the other of these?
I've used JpGraph a lot lately and am really impressed by it. The online documentations is really useful and complete. Not sure if it does trendlines or not although a moving average would be easy to program yourself as you crunch through the data to graph. Now, if you wanted to fit a line to a plot (of non-time-series data of course), you could also do that yourself farely easily. Or ask me to write a simple php library that would do those for you. I could actually use something like that...