I actually need to refresh the chart based off of user input instead of based off a timed interval. Do you know of any examples where a Chartwrapper (and thus the chart) is updated (based of a form input, for example) without resubmitting the entire page?
On Sep 8, 10:14 am, asgallant <[email protected]> wrote: > I didn't know about QueryWrappers, but as they say, you learn something new > every day. In your code, does queryWrapper1.currentDataTable contain a > DataTable object? > > Incidentally, ChartWrappers support a refresh interval to requery the data > source for updates, and they're a bit neater to code than the QueryWrapper > looks like (though, as I mentioned above, there is currently no way to > directly access the underlying DataTable object of a ChartWrapper that uses > a query). -- 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.
