I am starting to work with GWT and I am using the GWTviz library to draw some charts. One of them is an Annotated Timeline chart that has one timeline that is charged at the beginning and another one that is populated through ajax by the server(I am using GWTeventService). The problem is that my first timeline has dots at each 5 minutes and the realtime timeline has dots at each 10 seconds. And when I put the dot received by the server, if the first line don't have a value for that time it is created with a strange value (it seems to be random).

Do anyone have idea of what can be the reason?

Thank you, MaurĂ­cio

link|improve this question

60% accept rate
I found the error! I was using a different variable to index the same table with this new data. I changed to use the same variable (with the same value - last used) and now it works perfectly! – banduk Aug 3 '11 at 19:56
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.