@igutowski wrote:
In my application I am sometimes loading up a fairly large and complex model that has a noticeable rendering delay of up to 30s. I'd like to display a spinner until the model has fully rendered. I have not been able to find a diagram event listed under https://gojs.net/latest/api/symbols/DiagramEvent.html that coincides with the model rendering being complete. Everything I have tried such as LayoutCompleted fires to early, the closest is the AnimationFinished event, however I'd prefer to disable the initial animation.
Currently using go.js v1.7.14
Posts: 2
Participants: 2