Note: this doesn't work if any of your chart values goes over the maxValue that you specify (ie. a chart that has a bar with a value of 90, maxValue: 85, renders as a maxValue 120).
On Mar 3, 10:38 am, asgallant <[email protected]> wrote: > I found another workaround that exploits part of the bug to work > around the bug: play around with different values for maxValue, and > you might find one that rounds up to the maxValue you are looking > for. A few that I have tested (with minValue: 0): > > 50 rounds to 60 > 60 rounds to 80 > 80 stays at 80 > 85 rounds to 100 <----useful for % charts > 90 rounds to 120 > > The logic behind the behavior baffles me, but at least I have a > temporary solution to work with. -- You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en.
