GitXplorerGitXplorer
O

dc.js-package

public
2 stars
4 forks
1 issues

Commits

List of commits on branch master.
Unverified
941bce619fc2a7680527a8bbe316f032044f3e8a

Merge pull request #3 from aectann/master

OOre4444 committed 10 years ago
Unverified
7ba07a85b7823d58f297aa473326b7cb52e08992

Update to latest crossfilter.

aaectann committed 10 years ago
Unverified
18b3a6092374c6c629005ca86e23829c96fc4e3e

Export dc to be available to meteor code.

aaectann committed 10 years ago
Unverified
4b5acd60e4833cb0cabf1c59bdd9c2a0ce745555

Update README.md

OOre4444 committed 10 years ago
Unverified
9b3d0a9dd7aaf9ea9d410e1253431310ba174570

Updated README

OOre4444 committed 11 years ago
Unverified
7ca01b8d00ea929991fcb96c9a571f585df3be1e

first commit

OOre4444 committed 11 years ago

README

The README file for this repository.

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.