This is a repository for sharing D3 plugins.
Each plugin should live in a directory that matches its name.
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