dagre-d3 icon indicating copy to clipboard operation
dagre-d3 copied to clipboard

A D3-based renderer for Dagre

Results 107 dagre-d3 issues
Sort by recently updated
recently updated
newest added

is it possible to have one arrow going to a cluster and one arrow going out of it, while the cluster contains unconnected nodes ? g.setNode('a', {label: 'A'}); g.setNode('b', {label:...

在使用dagre-d3画流程图时,边标签值在ie11下无法显示,查看源码将/dagre-d3/lib/create-edge-labels.js文件内 第16.17.18行代码 svgEdgeLabels.enter().append("g") .classed("edgeLabel", true) .style("opacity", 0); 修改为 svgEdgeLabels.enter().append("g") .attr("class","edgeLabel") .style("opacity", 0); 即可

Hi Team Please update d3-5.16.0.tgz to its latest version in dagre-d3-0.6.4.tgz package there is a vulnerability issue for the package. ![image](https://user-images.githubusercontent.com/31914683/208026075-648a25a7-ad17-46fd-af77-7eefdddc622a.png) Thanks, Vaibhav Agrawal

It's pointing to the incorrect JavaScript link address. You should change from to for it to display correctly. dargre-d3.js located in disk folder.

![1](https://user-images.githubusercontent.com/77368158/228413418-8f142c48-c39d-494d-9be9-12d9a756df8c.jpg)