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
When the graph is disconnected only in the hierarchical part, there is no issue but when it's disconnected in the undirected part, we get an error in the console. Such disconnected components should be laid out as part of the undirected part with some reasonable initial placement (located towards the lower right, some safe distance from that corner?)
The text was updated successfully, but these errors were encountered:
The issue that can arise here is that the disconnected graph does not have anything to hold on so it might just move freely around the canvas. I checked and it feels like it's drifting away, but not much to disturb the overall layout.
When the graph is disconnected only in the hierarchical part, there is no issue but when it's disconnected in the undirected part, we get an error in the console. Such disconnected components should be laid out as part of the undirected part with some reasonable initial placement (located towards the lower right, some safe distance from that corner?)
The text was updated successfully, but these errors were encountered: