Assigning values to your axes (CHXR and CHXL) is separate from changing the default behaviour of plotting your data. By default, text encoded data (CHD=t:...) ranges from 0 to 100 (which is why you were seeing a max value of 100). Your data ranges from 0 to 150 -- you can use the data scaling parameter (CHDS) when providing text encoded data and the API will automatically scale your data.
Try adding "chds=0,150" and your chart should look how you expect. 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 -~----------~----~----~----~------~----~------~--~---
