-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, the graph loads like:

There are two issues here:
- The nodes are on the same y value regardless of immediate children length.
- The edges are crossing each other. Since we actually have graphs and not trees, with the level order nodes list, we should also consider the paths to the leaf nodes and their respective depths. Perhaps keeping paths of similar depth relative to the level order could improve the visual output.
Reactions are currently unavailable
