/dc.js

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

Primary LanguageJavaScriptApache License 2.0Apache-2.0

dc.js

Dimensional charting built to work natively with crossfilter rendered using d3.js. Check out example page with a quick five minutes how to guide.

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
  • apache ant

Install dependencies

dc.js$ npm install

Build and Test

dc.js$ ./make

License

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