I suspect the culprit in this case is the viz API's burning hatred for 
decimal axis values.  When you set the viewWindow.max to 10, the chart tries 
to draw the axis with values of 0, 2.5, 5. 7.5, 10, but then has 
an apoplectic fit and redraws the tick marks as 0, 2, 4, 6, 8.  You'd think 
there could be a 10 after that, but the API only draws 5 tick marks, never 
more, never less.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/wtJ35LT9HNoJ.
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.

Reply via email to