Please see inline. Regards, VizGuy
On Mon, Mar 2, 2009 at 11:25 PM, julien <[email protected]> wrote: > > Hi guys, > I have few questions :) > - Is there a zoom on the chart ? I mean like selecting directly on the > chart the range to zoom (so not with the second chart that is use to > zoom) Yes you can! There are two ways to control teh zoom. One is for the initial state of the chart, using the configuration options 'zoomStartTime' and 'zoomEndTime' (visit http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html#Configuration_Optionsfor more options). The second is by calling the javascript function setVisibleChartRange. Here you can control the chart after it was drawn. See more details at teh same page. > - Is it possible to have more than one chart as the same time but only > with one "mini zoom chart", I mean 5 principal charts but only with 1 > small chart that let the user zoom on the principle charts (all of > them, like synchronized) ? We already have an open feature request for this, but it it not yet implemented, and I don't think we are going to get to it in the near future. > > > Sorry for the stupid questions but I need more than one principal > chart, but I need them to be synchronized (If I zoom on one, the > others will have the same behavior). But - since there are these functions of getVisibleChartRange, setVisibleChartRange, and an event that is fired when the user modify a chart zoom, you can get this functionality with a few lines of code. > > > Thanks > > julien > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
