Releases: knownasilya/d3.chart.pie
Releases · knownasilya/d3.chart.pie
Release list
Dev updates
Fix chaining setters
Thanks @tafsiri!
v0.4.0 New features, stroke, colors, labels optional Dev dependencies updated
Bump d3.chart version to 0.2.0
0.3.4 Bump d3.chart version
Demux Legend chart data
Makes Legend chart more direct and the functionality in the correct place.
Fix 0.2.0 migration issues
0.3.2 attach wasn't being used properly, broke chart
Use PR version of d3.chart bower shim repo
Temp
Update to d3.chart 0.2.0
0.3.0 Merge branch 'master' of github.com:knownasilya/d3.chart.pie
Legend
Includes legend instead of labels, also updated config for donut chart.
Label templates
Allows you to specify how the label is formatted, using the following syntax:
"{label} - {value}" where {label} and {value}will be pulled from the data object for that node.