Skip to content

dc-js/dc.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ec4136e · Dec 1, 2023
Apr 6, 2021
Nov 2, 2021
Apr 28, 2020
May 25, 2018
Dec 3, 2019
Apr 8, 2021
Nov 2, 2021
Oct 6, 2020
Apr 8, 2021
Dec 2, 2019
Jun 27, 2020
Apr 13, 2018
Aug 30, 2020
Sep 30, 2013
Dec 28, 2019
Aug 30, 2020
Apr 8, 2021
Jan 9, 2020
Dec 1, 2023
Aug 30, 2020
Feb 11, 2016
Oct 30, 2019
Jun 25, 2022
Dec 3, 2019
Mar 21, 2018
Aug 30, 2020
Nov 3, 2021
Nov 3, 2021
Apr 6, 2021

Repository files navigation

Build Status Sauce Status NPM Status cdnjs 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.

NOTE: We are seeking new maintainers to join Deepak Kumar. See #1868 for discussion.

In dc.js, each chart displays an aggregation of some attributes through the position, size, and color of its elements, and also presents a dimension which can be filtered. When the filter or brush changes, all other charts are updated dynamically, using animated transitions.

Check out the example page and its annotated source for a quick five minute how-to guide. The detailed API reference is here (markdown version). For more examples and hints please visit the Wiki.

Support

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.

Get help faster with a working example! Fork these to get started:
blank jsFiddle - example jsFiddle - blank bl.ock - example bl.ock

Versioning

Version 4.* is compatible with d3 versions 4 and 5. It is not compatible with IE. Use dc.js 3.* if you need IE support, or use dc.js 2.* if you need compatibility with d3 version 3.

CDN location

https://unpkg.com/dc@4/dist/dc.js
https://unpkg.com/dc@4/dist/style/dc.css

or copy the latest links from CDNJS

Install with npm

npm install dc

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

$ npm install

Build and Test

$ grunt test

Developing dc.js

Start the development server

$ grunt server

License

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