Skip to content

Releases: knownasilya/d3.chart.pie

Dev updates

Choose a tag to compare

@knownasilya knownasilya released this 31 Mar 18:19
v0.4.2

v0.4.2

Fix chaining setters

Choose a tag to compare

@knownasilya knownasilya released this 31 Mar 18:18
v0.4.1

v0.4.1

Thanks @tafsiri!

Choose a tag to compare

@knownasilya knownasilya released this 05 Nov 18:01
v0.4.0

New features, stroke, colors, labels optional
Dev dependencies updated

Bump d3.chart version to 0.2.0

Pre-release

Choose a tag to compare

@knownasilya knownasilya released this 21 Feb 20:18
0.3.4

Bump d3.chart version

Demux Legend chart data

Pre-release

Choose a tag to compare

@knownasilya knownasilya released this 21 Feb 20:13

Makes Legend chart more direct and the functionality in the correct place.

Fix 0.2.0 migration issues

Pre-release

Choose a tag to compare

@knownasilya knownasilya released this 21 Feb 19:42
0.3.2

attach wasn't being used properly, broke chart

Use PR version of d3.chart bower shim repo

Choose a tag to compare

@knownasilya knownasilya released this 21 Feb 19:27

Temp

Update to d3.chart 0.2.0

Pre-release

Choose a tag to compare

@knownasilya knownasilya released this 21 Feb 19:23
0.3.0

Merge branch 'master' of github.com:knownasilya/d3.chart.pie

Legend

Legend Pre-release
Pre-release

Choose a tag to compare

@knownasilya knownasilya released this 04 Feb 20:24

Includes legend instead of labels, also updated config for donut chart.

Label templates

Label templates Pre-release
Pre-release

Choose a tag to compare

@knownasilya knownasilya released this 29 Jan 21:15

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.