1.1.0 • Published 6 years ago

d3-party v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

d3-party

This is bit of a joke library intended to both showcase rapid prototyping with d3-bootloader for London D3.js, as well as make everything just a bit more colourful.

Usage:

$ npm i d3-party
import party from 'd3-party';

const svg = d3.select('svg');
const meMaybe = party(svg);
const bars = d3.selectAll('rect').call(meMaybe);
1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago