In further testing, since I use -1 direction and 0 is the right far of the chart, it's the max value that causes an issue not the minimum value.
If I leave maxValue out, it scales properly up to 40 rows. At this point it then wants to jump the chart to 50 max horizontal value instead of the actual highest value, even if I specify maxValue. If I put a maxValue much too high I get great scaling effect (of course), if I set it too low it's ignored. So looking at the auto scaling related options I tried viewWindowMode: 'maximized' which fixed the issue, other than the outer border of the chart disappearing on the left side. It wasn't intuitive to me that not specifying any viewWindowMode would default to a setting that would override my maxValue to provide more pretty steps in the interior lines. But I guess this is pretty much the answer. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
