Skip to content
Irene Ros edited this page Apr 23, 2013 · 19 revisions

d3.chart

d3.chart is a small d3.js 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 led to d3.chart, read @jugglinmike's wonderful post on the Bocoup blog here.

Table of Contents

Getting Started

API Reference

Usage

Contribution

Existing Charts

As charts are created, if they match the requirements defined in the chart contribution guidelines, we will gladly list them here.

Watch this space for future chart listing.

Clone this wiki locally