XY charts take two data sets (chd=t:x-values|y-values) yet your data scaling parameter (chds=0,30) is telling the API that both datasets (x AND y) should be scaled according to the 0-30 range. You need to specify data scaling parameters for both the X and Y:
chds=0,12,0,30 Cheers, K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
