Cheers,
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 google-c...@googlegroups.com.
To unsubscribe from this group, send email to google-chart-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
Now it's just a matter of scaling your data. Charts using text-encoded
data range expect data values between 0 and 100. Your CHXR parameter
changes the Y-Axis labels, but does nothing with the underlying data.
Add "chds=0,100,0,49" to tell the API that your first dataset (x
values) ranges from 0 to 100 and your second data set (y values)
ranges from 0 to 49.
Cheers,
Keith