-
Notifications
You must be signed in to change notification settings - Fork 87
Home
Irene Ros edited this page Feb 19, 2014
·
19 revisions
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.
- API - version 0.2
For the version 0.1.x see our previous API documentation here.
- Quickstart - Walk through the structure of a standard d3 chart and see how to convert it to a d3.chart!
- Chart
- Layers
- Chart Events
- Frequently Asked Questions
As charts are created, if they match the requirements defined in the Chart Contribution Guidelines, we will list them on the miso project website.