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