You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
Here, you can see the order of nodes in the 2nd level is all wrong. If I comment out the line
edges.add({from: 1, to: 12});
then the remaining 9 nodes connected to the root gets shown sorted in the order they were inserted in, but as soon as there are 10 of them, the order gets weird.
I assume that is a bug and not intentional - is there any way I can fix this ? Any options that should have been set different ?