Definitely an odd display quirk. I tried a few things and nothing
worked given the data and the chart size. You definitely have very
large data point values (27,344,258.0, etc.) and a very small chart
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 your chart to 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:
>
> Upside down 
> chart:http://chart.apis.google.com/chart?cht=bvs&chs=204x153&chd=t:27344258...)
>
> Chart 
> expected: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
-~----------~----~----~----~------~----~------~--~---

Reply via email to