See the response from Keith above and the confirmation from Marcus. With extended and simple encoding you have to scale yourself.
On Jun 9, 8:01 pm, TheFlea912 <[email protected]> wrote: > Did any of you ever solve this problem? Cause I am now running into it > > On Apr 15, 3:52 pm, obeymiffy <[email protected]> wrote: > > > I ran into the same thing. the following chart > > >http://chart.apis.google.com/chart?chxt=x%2Cy&chd=e:AMBkAeBG&chs=400x... > > > should have a value of 100 in it (the 'Bk'). But the max value when > > you look at the plot is less than 5. it seems that using extended > > encoding is definitely not scaling properly. I tried adding the chds > > and there is no change > > >http://chart.apis.google.com/chart?chxt=x%2Cy&chd=e:AMBkAeBG&chs=400x...... > > > Google developers, any idea what might be going on here? > > > Thanks > > Mr Rogers > > > On Feb 25, 9:47 am, KeithB <[email protected]> wrote: > > > > I'll have more time to look into this later in the afternoon, but my > > > quick guess is that Google doesn't auto-scale your data when you use > > > SIMPLE orEXTENDEDencoding. I'm sure if you converted your data to > > > text format and used datascaling(CHDS) your graphs would look/scale > > > fine. I'm guessing that Google assumes your values range from 0-61 > > > (simple) and 0-4095 (extended). Your first example uses > > > simpleencodingwhile your second example usesextendedencoding. I have not > > > needed to do any graphing with large data sets that would > > > requireencodingso I can't say for sure. I'll look into this more later. > > > > Good luck, > > > K > > > > On Feb 25, 11:38 am, Andi <[email protected]> wrote: > > > > > Has anybody an idea why I get this strange result for the 2nd array? I > > > > can't find my fault and got still the same problem. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
