ATL charts draw the axes with the min and max values in the data series in mind, and there is no way to make them smaller than those values, even in ranges where those values are not present. You can do this (in fact, it happens by default) if you switch to a Dashboard<https://developers.google.com/chart/interactive/docs/gallery/controls#dashboardobject>with a LineChart<https://developers.google.com/chart/interactive/docs/gallery/linechart>and a ChartRangeFilter<https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter>, which offers 95% of the functionality of the ATL charts (along with some extra stuff), without the limitations of the ATL charts and the drawbacks of Flash.
On Tuesday, February 12, 2013 5:15:38 AM UTC-5, FrankV wrote: > > I have an Annotated Time Chart, and I want to make it so that when a user > changes the time range, the scale changes. Otherwise I would be stuck with > the largest range for the entire period, which absorbs the smaller > fluctuations expected in shorter time ranges. > > Anyone know how to do this? > > 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
