0.4.0 • Published 9 years ago

d3-builder v0.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Heads up!

Since the time of writing d3-builder, D3 has released discrete packages on NPM. We recommend checking them out before digging too much into this project.

D3 Builder

var fs = require('fs');
var d3 = require('d3-builder');

d3('svg/arc', 'scale/linear').pipe(fs.createWriteStream('./d3.custom.js'));

What modules are available?

Checkout the D3 source for a list. start and end are automatically included for you.

Motivation

D3 uses the smash module system. This package is a thin layer over smash and D3 to make it easier to stream custom builds into browserify.

License

d3-builder is released under the MIT License.

0.4.0

9 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago