d3-sankey

v0.6.0
Visualize flow between nodes in a directed acyclic network.
d3 d3-module sankey

pretest

rm -rf build && mkdir build && rollup --banner "$(preamble)" -g d3-array:d3,d3-collection:d3,d3-shape:d3 -f umd -n d3 -o build/d3-sankey.js -- index.js

test

tape 'test/**/*-test.js' && eslint index.js src

prepublish

npm run test && uglifyjs --preamble "$(preamble)" build/d3-sankey.js -c -m -o build/d3-sankey.min.js

postpublish

git push && git push --tags && zip -j build/d3-sankey.zip -- LICENSE README.md build/d3-sankey.js build/d3-sankey.min.js

Metadata

Downloads