The problem with that is, that its unbelievable slow...
I tried to add ~800 values to an AnnotatedTimeline
and it took some 10.5 seconds to redraw it. The chrome network analytic tool says the request to the server took 200ms.. the rest of the time was lost while creating the datatable on the client side..
The usual way is to use a query object to get the data. this object will do all the datatable creation for you.. But I still didn't find a way to send such a query without writing the whole URL into a single string.. IMHO there should be some way to do something like an RPC call... But there seem to be no good tutorials on this on the web... Or maybe I'm getting something wrong :)