All examples By author By category About

Andrew-Reid

D3v4 Force Layout with Covex Hull

A quick attempt to achieve a minimum convex hull on a force in v4 (as opposed to v3 ).

In v4 there are no accessor methods, so the d3.polygonHull function takes only arrays of coordinates from the looks of it (June 2017).