You need to set the vAxis.viewWindow.max option instead:
vAxis: {
viewWindow: {max: 10000000}
}
Which places a hard limit on the maximum value displayed by the chart.
Note that your data may still contain data points higher than this; if you
want to exclude data > 10000000, then you either need to specify that in
your query or use a DataView to filter out those values from the data set.
--
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/-/Kh501xAUkpUJ.
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.