d3-builder

0.4.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i d3-builder

Weekly Downloads

1

Version

0.4.0

License

MIT

Last publish

Collaborators

  • nhunzaker