To refresh the graph the code is:

Timer tempTimer = new Timer() { 
 @Override
public void run() {
graph.draw(refreshDataTable()), createOptions()); 
}
};
tempTimer.scheduleRepeating(1500);

The problem is that when I run the web application, I can't to gain access 
to the DataTable that uses the graph. I haven't anything similar to 
NameOfGwtObject.getDataTable() for modify this dates. 

Is it possible to do the same, with a more easy method?

-- 
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 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to