d3-chartframe

v0.1.1
Draw the title, subtitle etc. for a D3 graphic without much boiler plate code
dom visualization svg d3

pretest

mkdir -p build && node -e 'process.stdout.write("var version = \"" + require("./package.json").version + "\"; export * from \"../index\"; export {version};");' > build/bundle.js && rollup -f umd -n d3_chartframe -o build/d3-chartframe.js -- build/bundle.js

test

faucet `find test -name '*-test.js'`

prepublish

npm run test && uglifyjs build/d3-chartframe.js -c -m -o build/d3-chartframe.min.js && rm -f build/d3-chartframe.zip && zip -j build/d3-chartframe.zip -- LICENSE README.md build/d3-chartframe.js build/d3-chartframe.min.js
npm i d3-chartframe

Metadata

Downloads

Maintainers