Hello,
Is it possible to have nodes at a fixed position, but still taken into the account for the layout of other nodes and links?
The closest option I came across is ‘isLayoutPositioned=false’, but then the node will be ignored by the layout algorithm.
After some research in the forum, I assume such feature is not implemented (yet?).
My intention is to use GoJS to generate our SW architecture documentation for various projects. In each project documentation, some nodes are meant to be fixed at particular position (‘MCAL’ node shall remain at the bottom of the layout, ‘CDD’ node shall remain at the right side etc.). The user shall be able to position any node and to fix its position, but still the layout shall be affected by the node.