I have a Table where I select varying columns to show and hide
different data lines on the AnnotatedTimeline chart.

However, if I show a particular piece of data and then show another,
the zoom does not always encompass them both.

According to the documentation, calling this should remedy my problem,
but it does not.

var range = chart.getVisibleChartRange();
chart.setVisibleChartRange(null, range['end']);

Does anyone know what I can do?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
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.

Reply via email to