Absolutely. http://gameprefabs.com/tyler/test.html
If you click on both rows in the table. It will hide the corresponding column in the chart (thus hiding that specific data line). However, if you first re-show Product2, followed by Product1, the chart will not automatically zoom out to accommodate Product1. This is what I am trying to remedy. On Nov 7, 10:34 am, Jinji <[email protected]> wrote: > Can you send a demo page that demonstrates the problem? > > > > On Sat, Nov 6, 2010 at 4:30 AM, tylocook <[email protected]> wrote: > > 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]<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.
