d3-bboxCollide icon indicating copy to clipboard operation
d3-bboxCollide copied to clipboard

Bounding box collision detection for forceSimulation in d3v4

Results 2 d3-bboxCollide issues
Sort by recently updated
recently updated
newest added

Running something like this results in a broken force: ``` bboxCollisionForce.bbox([[-100,-25],[100,25]]); ``` I think the problem is simply the `+` in this line falsely coercing the array to a number:...

Hey, your[ demo page](https://bl.ocks.org/emeeks/7669aa65a172bf69688ace5f6041223d) isn't working in Firefox. As far as I can evaluate the problem, you should rather use ` .attr("width", function (d) {return d.value * 10})` ` .attr("height",...