PHP Classes

Problem with Axis Range

Recommend this page to a friend!

      Google Graph  >  All threads  >  Problem with Axis Range  >  (Un) Subscribe thread alerts  
Subject:Problem with Axis Range
Summary:Found a typo for axis range
Messages:3
Author:Leslie Ding
Date:2008-06-02 04:19:17
Update:2008-06-10 21:45:09
 

  1. Problem with Axis Range   Reply   Report abuse  
Picture of Leslie Ding Leslie Ding - 2008-06-02 04:19:19
Hi

Just to let you know that I found a typo for specifying Axis Range. It should be 'chxr' not 'chxp' which is the Axis Postion. Took me awhile to figure out why Axis Range is not doing what it's suppose to be doing.

Line 738: $url .= 'chxp='.implode(',', $this->Graph->axis_ranges).'&';

Anyway, great class! keep up the good work.

  2. Re: Problem with Axis Range   Reply   Report abuse  
Picture of Ryon Sherman Ryon Sherman - 2008-06-06 20:35:47 - In reply to message 1 from Leslie Ding
The typo has been fixed. Thanks for pointing this out Leslie!

  3. Re: Problem with Axis Range   Reply   Report abuse  
Picture of Ryon Sherman Ryon Sherman - 2008-06-10 21:45:09 - In reply to message 1 from Leslie Ding
I also included your fix for setDataScale() that I found in your article. I put it in the Data class though since that's what it pertains to...and because that class looks lonely. You have been a great help!