A look at the Google Graph class
Tuesday, June 3rd, 2008In 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.