d3-chord

v1.0.2
Visualize relationships or network flow with an aesthetically-pleasing circular layout.
d3 d3-module chord radial network flow

pretest

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

test

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

prepublish

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

postpublish

VERSION=`node -e 'console.log(require("./package.json").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-chord/build/d3-chord.js d3-chord.v1.js && cp ../d3-chord/build/d3-chord.min.js d3-chord.v1.min.js && git add d3-chord.v1.js d3-chord.v1.min.js && git commit -m "d3-chord ${VERSION}" && git push && cd - && zip -j build/d3-chord.zip -- LICENSE README.md build/d3-chord.js build/d3-chord.min.js

Metadata

Downloads

Maintainers