Nested Graph #1726
Replies: 1 comment
|
Hi @arcanefoam, we have first-level supported for structured-nested nodes in GLSP. For reference you can look at the Category nodes in the workflow example: What kind of layout do you want for your subgraph? Are the elements freely placeable/moveable in the subnode? In a nutshell, you need to wrap the children of your subgraph/node intoa a container with free-form layout.
You can adjust this behavior with the server side diagram-configuration. |

Uh oh!
There was an error while loading. Please reload this page.
I am trying to make a node contain a subgraph (edges and nodes). It this possible? I have done it in code, but in the editor the parent node does not change size to fit the child elements. Further, I can place the nested nodes anywhere in the graph, not only in its parent.
All reactions