Perhaps I'm using the wrong technique, but I would like to have one area chart with different date ranges.
What I do is call the same query.send function but change the URL of the data source each time. I then clear the div before I draw the chart. Everything looks and works fine expect for the fact that I have the setRereshInterval set, and even thought the div was cleared and a new chart made, at the set interval the old chart will redisplay. So what are my options? I suppose I could create a div for each range and hide/show them one by one. Seems like a bloated solution. Is there a way to kill the refresh before I create the new chart? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
