Hi.

Your CHDS parameter has a min/max for your first line
(0,90,1000,2500), but per the documentation since you don't specify
min/max info for the second line the API assumes that it is
"1000,2500".

"A set of one or more minimum and maximum permitted values for each
data series, separated by commas. You must supply both a max and a
min. If you supply fewer pairs than there are data series, the last
pair is applied to all remaining data series."

The fix is to use the following:
"chds=0,90,1000,2500,0,90,1000,2500"

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-chart-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-chart-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en.

Reply via email to