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.
