文件名称:d3.sankey-multipart:d3.sankey的扩展,绘制多部分边缘
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-03 01:20:14
JavaScript
多部分Sankey图 从Mike Bostock的原始d3.sankey扩展而来。 npm install d3-sankey-multipart var sankey = d3 . sankey ( ) . size ( [ width , height ] ) . nodeWidth ( 15 ) . nodePadding ( 10 ) . nodes ( energy . nodes ) . links ( energy . links ) . layout ( 32 ) ; var path = sankey.link();
【文件预览】:
d3.sankey-multipart-master
----README.md(374B)
----sankey.js(9KB)
----package.json(778B)
----src()
--------sankey.js(9KB)
----index.js(83B)