Sorry about hijacking this thread, but what happens if you have a max data value of 150, but you want the y axis to go up to 200? Currently I'm finding the data values are scaling so the max value (150) stretches to the 200 mark. Is there a way around this?
Thanks John On Aug 4, 12:32 pm, KeithB <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
