D3.js Delaunay.find() Method
D3.js is a strong JavaScript framework for data visualization, and one of its modules, Delaunay, supports Delaunay triangulation. The delaunay.find() method returns the index of the input point that is closest to the specified point (x, y). Syntax: delaunay.find(x, y[, i])Parameters:x: The x-coordin