voronoi.links(data)
Returns the Delaunay triangulation of the specified data array as an array of links. Each link has source
and target
attributes referring to elements in data. Equivalent to:
voronoi(data).links();
See diagram.links for more detail.
Please login to continue.