Skip to content
forked from dc-js/dc.js

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js

License

Notifications You must be signed in to change notification settings

pvsiddhartha/dc.js

This branch is 538 commits behind dc-js/dc.js:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c55500 · Sep 18, 2019
Jun 19, 2019
Jan 13, 2019
May 25, 2018
Apr 30, 2018
May 26, 2019
Sep 11, 2019
Jun 28, 2019
Sep 18, 2019
May 26, 2019
Apr 13, 2018
Jul 28, 2016
Sep 30, 2013
Jun 1, 2018
Sep 18, 2019
Dec 10, 2016
Sep 11, 2019
Jun 19, 2019
Feb 11, 2016
Mar 15, 2019
Jul 18, 2019
Mar 12, 2018
Aug 26, 2019
Jun 28, 2019
Sep 11, 2019
Sep 11, 2019
Jun 28, 2019
Sep 11, 2019
Sep 11, 2019
May 24, 2017
Mar 21, 2018
Sep 18, 2019
Sep 18, 2019

Repository files navigation

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. 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:
example jsFiddle - blank jsFiddle - example bl.ock - blank bl.ock

Versioning

Version 3.* is compatible with d3 versions 4 and 5. Use dc.js 2.* if you still need compatibility with d3 version 3.

CDN location

http://unpkg.com/dc@3/dc.js
http://unpkg.com/dc@3/dc.css

or copy the latest links from CDNJS

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

$ 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.

About

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.7%
  • HTML 29.1%
  • CSS 1.1%
  • Other 0.1%