I tried using integers instead of real numbers and got the same result, even though in the real world I couldn't do this but I thought I'd test it anyway. I also tried changing the max value to 10.01 which also made no difference. Weird.
On Sep 13, 9:14 am, asgallant <[email protected]> wrote: > 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 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.
