alibaba / butterfly

🦋Butterfly,A JavaScript/React/Vue2 Diagramming library which concentrate on flow layout field. (基于JavaScript/React/Vue2的流程图组件)
https://butterfly-dag.gitee.io/butterfly-dag/home
MIT License
4.47k stars 602 forks source link

Dagree Layout with Groups #776

Open tchiotludo opened 2 years ago

tchiotludo commented 2 years ago

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

noonnightstorm commented 2 years ago

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