JSPM

  • Created
  • Published
  • Downloads 14456
  • Score
    100M100P100Q120647F
  • License Apache-2.0

A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js

Package Exports

  • dc

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status NPM Status

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. For detailed API reference please visit 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$ ./make

License

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