You are using the majorTicks option wrong (comment it out and the gauge 
animates correctly).  It takes an array of string labels, not a number.  The 
gauge puts a number of major tick marks equal to the number of elements in 
the array (default is 5 elements, with the minimum and maximum values with 3 
empty strings in between).  If you want major tick marks every 100, you need 
a 9-element array, like this:

majorTicks: ['0', '', '', '', '', '', '', '', '800']

-- 
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/-/L6siahdtTe4J.
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