elk
elk copied to clipboard
fixedGraphSize support for more algorithms
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.