Hierarchical Layout with Edge Grouping
This demo shows how to customize the HierarchicalLayout to group edges
at their source or target nodes.
An alternative:
automaticEdgeGrouping.
Edge Grouping
The layout is configured such that:
- All edges starting from node 0 are grouped at their source side
- All edges ending at node 5 are grouped at their target side
The default hierarchical layout without edge grouping will place each edge individually.
Things to Try
Click the button in the toolbar to toggle between hierarchical layout with and without
edge grouping.
Documentation