I'm probably thinking about this incorrectly.  I have a LineChart which has 
live data added to it.

I have enabled zoom/pan in options as:

            explorer: {
               maxZoomOut:2,
               keepInBounds: true
            }

When I zoom the chart it zooms just fine until my next add data interval 
(about 2 seconds).  When data is added the chart returns to it's 
non-zoomed/panned original view.

When I would like to be able to do is retain the zoom/pan even with new 
data being added if at all possible.

If that's not possibly I would need access to something that tells my code 
that the chart is currently zoomed in, and to continue to add data to the 
dataTable but not to do a chart.draw() until the I've reset the zoom.

I've only just really started working this GC API, so I'm probably missing 
something everybody else already knows.  I apologize in advance if that's 
the case, but would sure appreciate some insight if anyone has anything 
constructive.

Thank you for your time.

Tim

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to