GoLayoutLayeredDigraph option to fix node positions

Hello,

We are currently using the auto layout capabilities of GoDiagram (4.0.0.2). More
specifically, we are using the class GoLayoutLayeredDigraph.

Is it possible to fix the positions of some nodes, so that the layout algorithm of
GoLayoutLayeredDigraph only moves other nodes? We have seen that the algorithm
GoLayoutForceDirected supports the fixing of nodes but GoLayoutLayeredDigraph
seems to provide no obvious way to achieve this.

Thank you
Michael

Sorry. Given the nature of the layered digraph layout, that isn’t an option.

Maybe if you explain the issue in more detail, we can propose a workaround…