我正在使用 dagre 布局在 cytoscape 中创建分层图。
问题链接:这是链接:https ://stackblitz.com/edit/cytoscape-call-method-pmydxv?file=src%2Fapp%2Fapp.component.ts
当我添加子节点时,dagre 的层次结构消失了。现在,即使没有边,它也将 Parent 2 连接到 Parent 1。当没有子节点时,dagre 工作正常,您可以在以下链接中看到:
https://stackblitz.com/edit/cytoscape-call-method-bpsacm
即使父节点中有子节点,如何确保 dagre 层次结构正常工作