Bob: do you have any clean working code to use as an example? I've been working on a similar hack, which relies on hideDataColumns and showDataColumns columns (using a column for each level of zoom). However, sometimes, the range gets messed up. This seems to happen because it gets to a state between switching columns where there are no columns displayed instead of despite a specific order of operations in the code.
Do you have something that works? I'd be happy to share some of my code if anyone is interested in trying to get it straightened out. It works for the most part. thanks zach On Sep 2, 8:32 am, Bob <[email protected]> wrote: > Volt, > You might not like the answer, but in general, what you're going to > need to do is to re-query for the higher (or lower) resolution data > when you zoom. > You can get intercept the zoom events by adding a listener for the > 'rangechange' event and then seeing what the old and new limits of the > range are. Based on those limits, you'd re-query your source and > redraw that AnnotatedTimeLine for that new data set. > Of course, when you needed to zoom out, you'd need to do the same, > but this time, getting the *lower* resolution data. > It's not ideal, but that's as good as you can currently do with the > AnnotatedTimeLine. > I, too, wish there were a more feature-rich data buffering scheme > with the ATL... but at current, there just isn't. > > Bob > > On Sep 1, 12:46 pm, Voit <[email protected]> wrote: > > > Does anybody have information I need - how to make Annotatedtimeline > > to show/hide values on zoom ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
