Reputation: 1779
I am using jit infovis javascript component (thejit.org). I have millions of nodes of data and need the rGraph to load on demand/ lazy load data or else it will never render. I can't find any doc on it. Does anyone know if it supports on demand loading and if so how to do it?
Many thanks
Rich
Upvotes: 4
Views: 1378
Reputation: 6521
Here I found the explanation of the demo, with client and server code:
http://blog.thejit.org/2008/11/02/visualizing-linux-module-dependencies/
Upvotes: 2
Reputation: 1779
I got an answer from the InfoVis forum. Here is the link to where it is done in a demo. All I need to do is work it out from the source.
http://demos.thejit.org/lpkgd/
Upvotes: 3