As long as you are fetching your data via an AJAX call (or using a push service, perhaps), you can do this. It's just a matter of updating or replacing the DataTable and redrawing the chart with the new data.
On Friday, December 14, 2012 8:59:34 AM UTC-5, Maria Garcia wrote:
Hi,
I'm new with Google Visualization API and GWT and I need some advices..
I use GWT and I have imported the visualization API to create different visualizations. I want to create a similar visualization to the real time graph that Google analytics offers (when a new visit access to a page, the graph includes the new data. The x axis is updating with time and Y axis depend on what happends with visits, maybe it is listening some events).
I don't know how to start or if it's possible to pass this kind of real data to de the Visualization API...some advices will be helpful.
Thanks in advance. Best regards,
María.
PS: Maybe this question should be for other group such as GWT?