Using dagreLayot or dagreGroupLayout, when you have node inside the group, the dagre layout is not applied inside and the node are always on the top of group.
Is it possible to keep dagre layout inside the group ?
The best will be also auto position also of group
we do not support this layout recently. Because this algorithm will be more complicated and it will change group's size. It will make dag more confusing
Using
dagreLayot
ordagreGroupLayout
, when you have node inside the group, the dagre layout is not applied inside and the node are always on the top of group. Is it possible to keep dagre layout inside the group ? The best will be also auto position also of group