Hi Paul, Your CHDS parameter is cause of the problem. You're correctly specifying two ranges (one for X values, one for Y values), but those are only used for your first series. Since you have multiple series the API is expecting more CHDS values and since it can't find any it assumes you want to re-use your LAST range (Y-values) for all.
At least that's what I think is going on. Maybe the API should reuse the last pair of ranges on LXY charts. So your first broken chart example (http://tinyurl.com/3y67huh) would become: http://tinyurl.com/3yqrpyu 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 [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.
