Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.16 KB

readme.md

File metadata and controls

39 lines (25 loc) · 1.16 KB

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