Closed matti9410 closed 5 years ago
Hello :) I wanna use .centers() but when i use this I get only 3 points
0: [0, 0] 1: [1.7320508075688772, 0] 2: [0.8660254037844386, 1.5]
Why visible and not visible hexagon centers points is not return ?
You should probably set the hexbin's .extent() before calling .centers()
See https://github.com/d3/d3-hexbin#hexbin_centers
Hello :) I wanna use .centers() but when i use this I get only 3 points
Why visible and not visible hexagon centers points is not return ?