It looks like it may be 2 annotated time lines or an annotated time line and an area chart.
I am assuming you'll just need to look for the chart event that is triggered when zooming and change the other chart accordingly. Google maps has a bindTo method that binds the two objects together, but I doubt you can do that with the charts. Nevertheless, you have 2 charts and you just need to set the "zoom" level of the other chart to that of the chart that the user zoomed in or out on during the "zoom" event. On Thu, Jun 24, 2010 at 12:54 AM, Sarabjit Singh <[email protected]> wrote: > Hi group, > > A question about the annotated time-lines on the Visualization API - > > http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html > > I'm looking to have a doube-chart similar to the one on this page - > http://www.google.com/finance?q=NASDAQ%3AMSFT > > There're two charts here (share price and volume) both of which zoom > in/out together with someone clicks/drags the slider and the bottom. I > couldn't however in the Visualizations gallery find something which is > similar. > > The annotated time-line comes closest, but it only seems to have 1 > chart and I don't know how to add another (with a different y-axis) > under it so that they move together when I zoom in/out or slide > across. > > Am I missing something? > > Thanks!! > > -- > 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]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- 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.
