Hi Keith, Yes, I had been playing with that, I tried this as well: http://chart.apis.google.com/chart?cht=bvo&chbh=20,10,0&chs=400x200&chxt=x,x,y&chd=t:5,10,23,2&chxl=0:|25|30|35|40|1:|Age&chxr=1,0,80,10
But the results just seem weird to me. I tried adding an extra axis and label it with the right axis index, but as you can see it totally screws up the image! :S What am I doing wrong here? Thanks again! Regards, Peter On May 4, 2:27 pm, KeithB <[email protected]> wrote: > Hi Peter, > > You're looking at the correct section, but are having problems > interpreting the following: > > chxl= > <axis_index>:|<label_1>|...|<label_n> > |...| > <axis_index>:|<label_1>|...|<label_n> > > Take a look at the last sample chart in that section. The key parts > are "chxt=x,x,y,y" and "chxl=1:|Martinis|3:|Score" > > Keep in mind the following: > <axis_index> --> Which axis to apply labels to. This is an index into > the chxt parameter array. For example, if you have chxt=x,x,y,y then > index 0 would be the first x-axis, 1 would be the second x-axis. > > Have fun, > Keith > > -- > You received this message because you are subscribed to the Google Groups > "Google Chart API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-chart-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
