Hi, You're using text encoding with data scaling (chd=t and chds parameters) which is perfect. You're also specifying the axis range you want (chxr parameter), but you specified a few bad values in it. If you change your CHXR parameter to read "chxr=0,0,12,1|1,0,310" you should see the labels you're expecting.
The values "1,0,310" tell the API that on the second axis (chxt=x,y so on the Y axis) you want values to range from 0 to 310 and the API can pick the interval (no fourth value). If you want to override and specify your own interval you can change this to "1,0,310,10" for example. In addition, you can specify missing data with "-1" in text encoding, so chd=t:200,206,201,202,-1,-1,-1,etc. might look nice. Have fun, 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 -~----------~----~----~----~------~----~------~--~---
