Is there any event which will tell the completion of rendering of Nodes and then links get rendered

Hi, I am new to GoJs and I need help in solving one of the problems we have.

We have a topology map which can have close to 1000 nodes. So, we want to show the user what exactly is happening while all the nodes get rendered.

Is there any way to get to know that all the nodes are rendered? And after that all the links get rendered?

Please let me know.

Thanks in Advance.

“Rendering” happens in several phases. An “InitialLayoutCompleted” DiagramEvent happens at which time everything is “settled”, I’m not sure there are any general hooks that you can use.

Have you seen this sample? Virtualized Graph with ForceDirectedLayout