Annotated line charts support x-axis zooming and panning by default, but I don't think there is any easy way to get y-axis zooming. The API has a rather unfriendly tendency to override any axis scaling parameters you set if any of your data points fall outside the max or min values, so that won't work. You might be able to hack it using data views to filter out the data points with values outside your zoom parameters, but I don't think that will really do what you want it to, as it will draw the line as if those points did not exist at all.
-- 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.
