A look at the Google Graph class
In my previous post about creating simple graphs using Google Charts API, I mentioned about a PHP class, called Google Graph, which Ryon Sherman wrote that encapsulates this API, making it easier to code in PHP.
I incorporated this class in my CakePHP project, and found that there were a couple of problems with it.
Posted on June 3, 2008 at 4:39 pm by Eldee · Permalink
· 5 Comments
In: PHP Tutorials · Tagged with: examples, google charts
In: PHP Tutorials · Tagged with: examples, google charts
Creating simple graphs using Google Charts API
Thinking back a fews years ago, I was involved in building some reporting modules with graphs and charts to show our customer utilisation of our data center. After trying a number of different open source graphing packages for PHP, I finally found JpGraph, which I daresay is probably the best graphing package available for [...]
Posted on April 24, 2008 at 3:39 pm by Eldee · Permalink
· 3 Comments
In: PHP Tutorials · Tagged with: examples, google charts, tutorial
In: PHP Tutorials · Tagged with: examples, google charts, tutorial
