Voronoi Tessellation generator in Node.js
npm install d3node-voronoiconst d3n = require('d3node-voronoi');
const voronoi = d3n(data, selector, container, style)Check out the example for usage.
npm start
- Type:
Array
Data from file or web processed by d3 library.
- Type:
String - Default:
'#chart'
DOM selector in container.
- Type:
String - Default:
<div id="container"><h2>Voronoi</h2><div id="chart"></div></div>
DOM contain the visualization result.
- Type:
String - Default:
.polygons {
stroke: #000;
}PieChart style.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
