-
Notifications
You must be signed in to change notification settings - Fork 87
chart contribution
Irene Ros edited this page Feb 18, 2014
·
6 revisions
If you're creating charts that you wish to publish, there are only two requirements:
- Name your chart repo in the following format:
d3.chart.*
. For example:d3.chart.barchart
. - Make sure your
package.json
contains the ad3.chart
property with aversion
property set to the version of d3.chart your chart was built to work with:
{
"d3.chart" : {
"version" : "0.1.0"
}
}
When your chart is ready, submit it here for us to list: http://misoproject.com/d3-chart/charts.html
If you want some help getting started, take a look at our d3.chart.template repo: https://github.com/misoproject/d3.chart.template
To get started, clone the template:
git clone git@github.com:misoproject/d3.chart.template.git
Follow the instructions in the README.