elk icon indicating copy to clipboard operation
elk copied to clipboard

fixedGraphSize support for more algorithms

Open Eddykasp opened this issue 3 years ago • 0 comments

Currently CoreOptions.NODE_SIZE_FIXED_GRAPH_SIZE is only supported by the layered and fixedLayout algorithms.

It would be useful to also have this option for the other algorithms. This allows the drawing of hierarchical graphs where parent nodes are not dependent on their children.

Eddykasp avatar May 05 '22 13:05 Eddykasp