tnightingale / d3-plugins

A repository for sharing D3.js plugins.

Home Page:http://d3js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A repository for sharing D3.js plugins.

http://d3js.org

License:Other


Languages

Language:JavaScript 100.0%