The width of group nodes (for left-to-right layouts) can be reduced by enabling
recursive group layering with compaction. This minimizes the number of layers a group spans.
In this demo, you can observe the effect on 'Group 3', which shares its first
layer with 'Group 2' when compaction is enabled.
Vertical (Orthogonal) Compaction
To further compact groups in the direction orthogonal to the main layout flow (i.e.,
height for left-to-right layouts), enable
groupCompaction.
Things to Try
Click the button in the toolbar to toggle between hierarchical layout with and without
compact groups.