A d3-module (version 4) implementation of the Aster plot.
The Aster plot displays pie slices as lengths extending outward to the edge (0 at inner to 100 at outer). Widths of the pie slices represent the weight of each pie, which gets used to arrive at a weighted mean of the length scores in the center.
TODO
The module has been created on the basis of Mike Bostock's guidelines. It is a refactoring of the original work created by Ben Best, Jim Regetz and Parker Abercrombie.
If you use NPM, npm install d3-asterPlot. Otherwise, download the latest release.
Make sure to include both d3 (version 4, not included) and the module, in this order.
<script src="d3.min.js"></script>
<script src="/dist/d3-asterPlot.min.js"></script>Check the examples for mode detailed instructions.
# d3.asterPlot()
Constructs a new Aster Plot.