Skip to content

Ore4444/dc.js-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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.