The data sets vary, but they can be quite large. We already have buttons that select certain time frames to pull data from. We would like to change that range dynamically with the explorer feature though. As a user uses their mouse wheel to zoom in and out of the graph, we'd like to change the range according to that.
On Monday, January 22, 2018 at 6:36:44 PM UTC-8, Sean Larson wrote: > > How large is the data? > > One way to go outside the API would be to add a "+" and "-" button like in > google maps. When they click +, add rows and redraw, when they minus, > remove rows and redraw. Make sure to sort your data, and then decide how > many rows to do each step? Or decide the value range to increment each step > and only add rows that fall in the new range? > > But to do this, it must mean you already have the data outside the current > range or need to query synchronously, not sure if that is any less > efficient than just loading it all to begin with? > -- You received this message because you are subscribed to the Google Groups "Google Visualization 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/80c5a340-9e6a-49cb-9ff9-04177d2915e9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
