We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To contribute any patches, you may want to:
grunt
npm install
Run grunt to create builds of d3.chart for the dist/ folder.
dist/
Note: Please do not commit the built files, the d3.chart team will commit a build from your changeset
While you write your code, run grunt watch to continuously lint it for errors and warnings.
grunt watch
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.
grunt test
test/index.html
If you encounter a bug, please submit a ticket with a jsFiddle/jsBin replicating it.
The project uses tabs & 80 character lines.