Skip to content
Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
JavaScript HTML CSS Other
Failed to load latest commit information.
docs update comments with better understanding
grunt add transition tests
regression stock fixture
scripts don't check merge conflicts on deleted files
spec Merge tag '2.0.0-beta.27' into develop
src Merge branch 'master' into develop
web Merge branch 'master' into develop
.gitignore ignore all jasmine spec runners
.jscsrc Fixes some bugs with JSCS and JSDoc
.jshintrc Fix linter errors with specs
.mailmap more authors
.travis.yml minor config change
AUTHORS Merge tag '2.0.0-beta.26' into develop
CONTRIBUTING.md copy CONTRIBUTING from develop
Changelog.md Merge tag '2.0.0-beta.27' into develop
Gruntfile.js Merge branch 'master' into develop
LICENSE Update LICENSE year range to 2016
LICENSE_BANNER Update LICENSE_BANNER year range to 2016
README.md Use svg instead of png to get better image quality
bower.json Remove moot `version` property from bower.json
component.json Merge tag '2.0.0-beta.11' into develop
dc.css Fix for #1046
dc.js Merge branch 'master' into develop
dc.js.map Merge branch 'master' into develop
dc.min.css Fix for #1046
dc.min.js Merge tag '2.0.0-beta.27' into develop
dc.min.js.map Merge tag '2.0.0-beta.27' into develop
index.js update module.exports for browserify compatability
jsdoc.conf.json use jsdoc.conf.json
package.json Merge tag '2.0.0-beta.26' into develop

README.md

Dependency Status Build Status Sauce Status NPM Status Join the chat at https://gitter.im/dc-js/dc.js

dc.js

Dimensional charting built to work natively with crossfilter rendered using d3.js. Check out the example page with a quick five minutes how to guide. For a detailed API reference and more please visit the Wiki.

CDN location

http://cdnjs.cloudflare.com/ajax/libs/dc/1.7.5/dc.min.js
http://cdnjs.cloudflare.com/ajax/libs/dc/1.7.5/dc.min.css

Please do not use github.io as a CDN unless you need the bleeding-edge features.

More info on the Wiki.

Install with npm

npm install dc

Install with bower

bower install dcjs

Install without npm

Download

How to build dc.js locally

Prerequisite modules

Make sure the following packages are installed on your machine

  • node.js
  • npm

Install dependencies

dc.js$ npm install

Build and Test

dc.js$ grunt test

Developing dc.js

Start the development server

dc.js$ grunt server
  • Jasmine specs are hosted at http://localhost:8888/spec
  • The stock example is at http://localhost:8888/web
  • More examples are at http://localhost:8888/web/examples

License

dc.js is an open source javascript library and licensed under Apache License v2.

Something went wrong with that request. Please try again.