d3-sankey

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

pretest

rollup -c

test

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

prepublishOnly

rm -rf dist && yarn test

postpublish

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

Metadata

Downloads