-
Notifications
You must be signed in to change notification settings - Fork 85
Home
Irene Ros edited this page May 23, 2013
·
19 revisions
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.
- Quickstart - Walk through the structure of a standard d3 chart and see how to convert it to a d3.chart!
- Chart
- Layers
- Events:
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.