The axis always has 5 tick marks, which are chosen based on the min and max values of your chart data unless you override them using the h/vAxis minValue and maxValue options. If you know the general range of your data, you can set static values for the options (set them such that (maxValue - minValue)/4 is an integer value). You could also use this function that I wrote: https://groups.google.com/d/msg/google-visualization-api/exndQy2JzvM/3FJ31dMaIkcJ
-- 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/-/9I9EXDhBHa8J. 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.
