Skip to content

knuton/d3.chart

 
 

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

Languages

  • JavaScript 99.6%
  • CSS 0.4%