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

theRexxar/dc.js

 
 

Repository files navigation

Build Status Sauce Status NPM Status

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

Please do not use github.io as a CDN unless you need the bleeding-edge 2.0 features, as it is not stable. In particular, we are sorry to report that nickqizhu.github.io/dc.js/* went away when we transfered the project to dc-js.github.io.

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

dc.js$ npm install

Build and Test

dc.js$ grunt test

Developing dc.js

Start the development server

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