Rich
Rich

Reputation: 1779

Infovis rGraph on demand nodes

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

Answers (2)

rmbianchi
rmbianchi

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

Rich
Rich

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

Related Questions