I want to make real-time data to be shown. I use Java servlet as
server side.
So I think I should make a requisition every 100 milliseconds using
setInterval javascript function.
It workds but the graphic redraw every time the requisition is made.
For example:
var data = response.getDataTable();
chart.draw(data, {width: 400, height: 240, title: 'Company
Performance'});
This above is called every 100 milliseconds and there are some glishes
on screen. Is there a way to redraw the graphic without graphic
glitches?
Am I doing it correctly?
I'm using Firefox 5.0
--
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.