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.
http://cdnjs.cloudflare.com/ajax/libs/dc/1.7.0/dc.js
http://cdnjs.cloudflare.com/ajax/libs/dc/1.7.0/dc.min.js
http://cdnjs.cloudflare.com/ajax/libs/dc/1.7.0/dc.css
Please do not use github.io as a CDN unless you need the bleeding-edge features.
npm install dc
Download
Make sure the following packages are installed on your machine
- node.js
- npm
dc.js$ npm install
dc.js$ grunt test
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
dc.js is an open source javascript library and licensed under Apache License v2.