Hi Ravindar, The following section of the documentation explains what is going on better than I can via e-mail: http://code.google.com/apis/chart/docs/data_formats.html#scaled_values
Without telling it differently, the API expects your x values to range from 0 to 100. Your 110 values are being display as 100. Your fix will be to add "chds=0,110,0,100,0,110,0,100" but you'll need to read up on the CHDS parameter to understand why that works and why I had to add obvious duplicates. Here's the section on custom data scaling: http://code.google.com/apis/chart/docs/data_formats.html#data_scaling Have fun, 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.
