I manually scaled all the data points as well as changing the scaling of the axis label and adjusted the data scaling parameters and it seems to be working fine now. Thanks for your help!
On Oct 9, 8:56 pm, keithb <[EMAIL PROTECTED]> wrote: > Definitely an odd display quirk. I tried a few things and nothing > worked given the data and thechartsize. You definitely have very > large data point values (27,344,258.0, etc.) and a very smallchart > size (~300x200). My best guess is that it's a precision/resolution > issue (http://code.google.com/apis/chart/#bar_charts) and your easiest > workaround would be to turn off data scaling and manually scale your > data to fit within the 0-100 range. It's not like you have enough room > in yourchartto display text labels with actual values. > > Good luck, > K > > On Oct 9, 3:00 pm, Penguin <[EMAIL PROTECTED]> wrote: > > > Here are the two URLs generated by my application: > > >Upsidedownchart:http://chart.apis.google.com/chart?cht=bvs&chs=204x153&chd=t:27344258...) > > >Chartexpected:http://chart.apis.google.com/chart?cht=bvs&chs=300x225&chd=t:27344258...) > > > As you could see the only difference between these two URLs are the > > size. > > > Anyone has any idea what's causing this and/or what's the work around > > for it? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
