Skip to content
Irene Ros edited this page Feb 19, 2014 · 19 revisions

d3.chart

d3.chart is a d3.js-based framework aimed to provide a way to write reusable charts. More specifically it offers a structure and set of patterns that encourage:

  • repeatability
  • reusability
  • modularity
  • configurability

For more information on how the above goals form the foundation of d3.chart, read @jugglinmike's post on the Bocoup blog here.

Table of Contents

Getting Started

API Reference

  • API - version 0.2

For the version 0.1.x see our previous API documentation here.

Usage

Contribution

Existing Charts

As charts are created, if they match the requirements defined in the Chart Contribution Guidelines, we will list them on the miso project website.

Clone this wiki locally