A single GraphML files contains over ~100,000 Nodes/entities (with parent child relationship). I don’t want to display all the Nodes at once. For this project, I would only like to display a subset of the graph, and based on the user event display the successive nodes for the corresponding Node the user clicked on.
With reference to your website, we found, Balloon layout can handle huge graphs, but I believe, it load ever thing at once. What are my other possible options?
if possible, could you provide us with a sample, or any reference material..