Adrielpin / gchartphp

Automatically exported from code.google.com/p/gchartphp
0 stars 0 forks source link

HOW TO: #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you look at the Chart API google has, they have added a ton of new features.

To take advantage of some of these features I have discovered a simple
method, just pass in the parameters into the URL via a function call like this:

$barChart->setTitle("Daily&chxt=x,y,r,x&chxl=0:|Mon|Tues|Web|Thur|Fri|Sat|Sun|1:
|0|"
. $daily_cnt . "|2:||3:||"); 

This adds Multi Axes Lables at 
http://code.google.com/apis/chart/#multiple_axes_labels

Original issue reported on code.google.com by phillpaf...@gmail.com on 31 Mar 2008 at 5:56

GoogleCodeExporter commented 8 years ago
The wrapper is changed after ver. 14.

Original comment by bardellie on 12 May 2010 at 11:55

GoogleCodeExporter commented 8 years ago
Thanks for fixing the issue, but as you can see I reported this bug back in 
2008 and
no longer need this as I have finished work on that project. 

Original comment by phillpaf...@gmail.com on 13 May 2010 at 1:32