The problem is that its incredibly slow ... I tried adding ~ 800 values ββto AnnotatedTimeline , and it took about 10.5 seconds to redraw it. Chrome network analytic tool says that the server request takes 200 ms .. the rest of the time was lost when creating a datatable on the client side.
The usual way is to use a query object to retrieve data. this object will do all the data creation created for you. But I still have not found a way to send such a request without typing the entire URL in one line. IMHO there must be some way to do something like calling RPC ... But it seems that there are no good tutorials on the Internet ... Or maybe I have something wrong :)
Jonas source share