Pages

Subscribe
Showing posts with label Web Graphs. Show all posts
Showing posts with label Web Graphs. Show all posts

Friday, June 26, 2009

RRDtool - Open source graphing for PHP and other languages

RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data. Use it to write your custom monitoring shell scripts or create whole applications using its Perl, Python, Ruby, TCL or PHP bindings.

http://oss.oetiker.ch/rrdtool/

Thursday, March 22, 2007

Libchart - Simple PHP chart drawing library

Like my previous post on PHP/SWF Charts, libchart is for drawing graphs, bar charts, pie charts etc. in PHP - but it doesn't use flash, it generates PNG files and as far as I know that's it but that should do the trick.

it's available at
http://naku.dohcrew.com/libchart/

Thursday, March 8, 2007

use PHP to create Flash charts and graphs

Do you know what's top class?
PHP/SWF Charts!!! that's what!!

Basically, you feed it info from your PHP, be it from a text file, database, whatever (use your imagination here folks) and then it makes lovely Flash charts for you!! And best of all, it's free (well, almost)
"The free, unregistered version contains all the features except for:

* Clicking a chart takes the user to the PHP/SWF Charts web site
* No displaying charts inside another flash file
* No technical support, and no product updates by e-mail"

But it's still top class.... the limitations above aren't that bad at all.
it's only $45 for a single license and with that you get a few more nice features (check the website for details)

Anyway, you can find it here

And Guess what? For once, I found this all by myself! me! yay!

Thursday, February 22, 2007