Skip to content
Tim Branyen edited this page Jun 30, 2015 · 5 revisions

Development Instructions

To contribute any patches, you may want to:

  1. make sure you have grunt installed (see the grunt website for instructions.)
  2. run npm install inside the d3.chart root folder

Building d3.chart

Run grunt to create builds of d3.chart for the dist/ folder.

Note: Please do not commit the built files, the d3.chart team will commit a build from your changeset

Linting

While you write your code, run grunt watch to continuously lint it for errors and warnings.

Testing d3.chart

Make sure that grunt test is passing all the tests. You can also open test/index.html in the browser to see the tests results.

Confirming bugs

If you encounter a bug, please submit a ticket with a jsFiddle/jsBin replicating it.

Code style guidlines

The project uses tabs & 80 character lines.

Clone this wiki locally