Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 746 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 746 Bytes

dc.js

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

How to build locally

Prerequisite modules

Make sure the following packages are installed on your machine

  • npm install eyes
  • npm install vows
  • npm install uglify-js
  • npm install jsdom
  • npm install sizzle
  • npm install d3
  • npm install crossfilter
  • npm install jquery
  • npm install sinon
  • ant # install apache ant make tool

Build

dc.js$ ant

License

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