Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 536 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 536 Bytes

D3 Plugins

This is a repository for sharing D3 plugins.

Each plugin should live in a directory that matches its name.

Running Tests

The tests use Vows, which depends on Node.js and NPM. If you are developing on Mac OS X, an easy way to install Node and NPM is using Homebrew:

brew install node

Next, from the root directory of this repository, install dependencies:

npm install

To run the tests, use:

npm test