我正在使用jointjs并自动布局我正在使用dagre库的节点。我的代码在此代码处中断
joint.layout.DirectedGraph.layout(self.graph, {
setLinkVertices: false,
rankDir: "LR",
rankSep: 150,
marginX: 100,
marginY: 200,
nodeSep: 80,
edgeSep: 50
}
);
显示错误:“dagre”实用程序是强制性依赖项。我正在使用 dagre@0.7.3 和 jointjs@3.0.4,