Skip to content
/ dc.js Public
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

nuklive/dc.js

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46fa4e4 · Jun 13, 2016
Jul 20, 2014
May 24, 2015
Mar 3, 2015
Sep 25, 2015
Apr 29, 2016
Jun 11, 2016
Jun 13, 2016
Dec 22, 2014
Aug 25, 2015
Aug 7, 2015
Sep 30, 2013
Dec 22, 2015
May 2, 2016
Jan 5, 2016
May 31, 2016
Jun 1, 2016
Feb 11, 2016
Feb 11, 2016
Nov 11, 2015
May 23, 2016
Jun 1, 2015
Dec 21, 2015
Jun 11, 2016
Jun 11, 2016
Dec 21, 2015
Jun 9, 2016
Jun 9, 2016
Aug 16, 2014
Feb 12, 2016
May 24, 2016
Jun 10, 2016
Mar 16, 2016

Repository files navigation

Dependency Status 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. 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.5/dc.min.js
http://cdnjs.cloudflare.com/ajax/libs/dc/1.7.5/dc.min.css

Please do not use github.io as a CDN unless you need the bleeding-edge features.

More info on the Wiki.

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

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

Languages

  • JavaScript 66.2%
  • HTML 30.6%
  • CSS 3.1%
  • Other 0.1%