What do you mean by cancel. Once the query was sent it would return. You can choose to ignore it's results by checking a flag in your callback method. On the other end, If you are sending a query with a refresh Interval (e.g., every 60 seconds) you can stop the *next *query from being sent by calling query.abort().
On Thu, Feb 4, 2010 at 10:58 AM, Edward Meyer <[email protected]> wrote: > Hello, > > I currently have a webpage that displays an Annotated Timeline by > querying a data source. What I would like to add to the page is a > Cancel button that will stop the active query to Google > Visualizations. I've looked at the various methods for a Google query > but can't seem to find one that pertains to my situation. > > Any guidance will be much appreciated into implementing such a button. > Thanks, > Edward Meyer > > -- > 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.
