Skip to content
Gordon Woodhull edited this page Dec 10, 2016 · 137 revisions

dc.js

JavaScript Library for Multi-Dimensional Charting

dc.js is a multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js.

Please direct questions and support requests to Stack Overflow or the user group. When posting to Stack Overflow, use the [dc.js] and/or [crossfilter] tags - other tags are likely to draw unwanted attention.

Dependencies

dc.js depends on the following javascript libraries to function properly.

Where to get dc.js

Versioning

Although 1.7.5 is the last stable version, current development is on the 2.0 branch - please try one of the betas, because dc.js 2.0 will be released soon.

CDN location

Navigate on CDNJS to get the latest 2.0 betas.

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

Please do not use github.io as a CDN unless you need the bleeding-edge features, as it is not stable (and GitHub doesn't like you doing that). In particular, we are sorry to report that nickqizhu.github.io/dc.js/* went away when we transferred the project to dc-js.github.io.

If you really must use github.io as a CDN, the URLs are:

http://dc-js.github.io/dc.js/js/dc.js
http://dc-js.github.io/dc.js/css/dc.css

Community Examples

Books and Tutorials

Optimizing & Performance Tuning

  • Read about tips on how to increase number of records, decrease latency and general optimization tricks.