Skip to content

marjan-georgiev/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

Installing

You can install d3.chart via bower by running:

$ bower install

Otherwise, you can download it directly and embed it using a script tag.

d3.chart depends on D3.js, 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
$ bower 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.9%
  • CSS 0.1%