A framework for creating reusable charts with D3.js.
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
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 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