chd=t assumes that values are 0 thru 100 so you need a chds parameter to compensate for the fact that your data ranges are all under 1 - see the section on Data Scaling in the documentation.
Also as FYI you have chd twice though the API will take your second one overriding the first. On Apr 2, 9:07 am, Peter <[email protected]> wrote: > Hello. > > There isnt' really a section for this, so hope here is ok. > > I've been trying Google Charts API and an been trying to use these > figures: > cht=lc > chs=600x250 > chd=s:Monkeys > chxt=x,y > chxs=0,ff0000,12,0,lt > 1,0000ff,10,1,lt > chd=t: > 0.03,0.03,0.03,0.06,0.05,0.12,0.06,0.05,0.12,0.06,0.05,0.12,0.06,0.05,0.12,0.06,0.05,0.12,0.06,0.05,0.12,0.06,0.05,0.12,0.06,0.05,0.12,0.06,0.05,0.12 > chxr=1,0.00,1.00,0.10 > > at the live chart > playground:http://code.google.com/apis/chart/docs/chart_playground.html > > But it just has a line across the bottom axis. Can anyone spot where > i'm going wrong? > > Thanks. -- 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.
