Could you post an example of the javascript rendered by your server-side 
code (open the page in a browser and view the source)?  I'm not familiar 
with the GWT implementation, but maybe I can logic out the scope problem 
you are having if I can see the javascript.

On Tuesday, February 5, 2013 10:35:31 AM UTC-5, Maria Garcia wrote:
>
> 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