Package Exports
- dc
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.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.cssPlease do not use github.io as a CDN unless you need the bleeding-edge features.
Install with npm
npm install dcInstall with bower
bower install dcjsInstall 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 installBuild and Test
dc.js$ grunt testDeveloping 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.

