Skip to content

n1n9-jp/d3.chart

This branch is 29 commits behind misoproject/d3.chart:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b04c42d · Feb 21, 2014
Feb 21, 2014
Feb 18, 2014
Feb 18, 2014
Jun 19, 2013
Nov 30, 2013
May 27, 2013
Feb 18, 2014
May 28, 2013
Feb 21, 2014
Feb 21, 2014
Feb 21, 2014
Feb 21, 2014
Feb 21, 2014
Feb 21, 2014
Nov 30, 2013

Repository files navigation

d3.chart

A framework for creating reusable charts with D3.js.

Build Status

To get started you can:

  • Read about reusability in d3 here
  • Read our introduction post to d3.chart here
  • Dive right into the wiki, which is full of instructions and guides.
  • Check out the Miso Project website which has some live coding examples

Requirements

d3.chart depends on D3.js version 3, so include it only after D3.js has been defined in the document, e.g.

<script src="scripts/lib/d3.v3.min.js"></script>
<script src="scripts/lib/d3.chart.min.js"></script>

Build Instructions

Build requirements:

To fetch required dependencies, run the following command from the root of this repository:

$ npm install

After this, the project can be built by invoking Grunt from within this repository:

$ grunt

About

A framework for creating reusable charts with d3.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published