Hi Josh, Currently there is nothing in the API that will tell you what the actual computed viewWindow is. However, if you specify the viewWindowMode as 'explicit' or 'maximized' then the resulting viewWindow will be whatever you specify in the viewWindow.min and .max, or the data min and max, respectively. Specifying both viewWindow.min and .max is perhaps identical to specifying viewWindowMode as 'explicit' (I qualify that because there might be some complications I am not aware of).
dan On Wed, Mar 13, 2013 at 1:09 PM, Josh Narins <[email protected]> wrote: > Given a chart on a page where the chart options do not explicitly set > minValue, maxValue, viewWindow.min nor viewWindow.max for either hAxis or > vAxis. > > After I call chart.draw() what methods does the chart object have to > determine what the viewWindow actually is? > > Calling getOptions on the chart object, for example, only returns the > options explicitly set. > > Thank you, > Joshua > > -- > You received this message because you are subscribed to the Google Groups > "Google Chart 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-chart-api?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 562D 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Chart 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-chart-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
