dagre-d3 基于d3.js v3版本以上

基于d3 v3 和 v4 的变化

  https://github.com/dagrejs/dagre-d3/commit/ebbb84f03bd169061f40d7a1df82cb3b51860187  

弹窗 tipsy.js tipsy.css 

 https://blog.csdn.net/czy279470138/article/details/90240610

基于d3.v3 

dagre-d3 引入0.3.0 版本 

直线变曲线  lineInterpolate: 'basis'  

默认矩阵,可以设置为圆 shape: "circle"

默认为矩阵 可以变为圆 椭圆 四边形

g.setNode("rect", { shape: "rect" });
g.setNode("circle", { shape: "circle" });
g.setNode("ellipse", { shape: "ellipse" });

 





dagre-v3.3x
















 

你可能感兴趣的:(svg)