vasturiano/d3-force-registry

Add d3.forceManyBodyReuse

Closed this issue · 1 comments

Great resource! Is it possible to add d3-force-reuse to your registry? Here is an example row you could add to the table:

Plugin Description Code Examples
d3.forceManyBodyReuse Faster inverse-linear (distance) attraction/repulsion force applied to all nodes. Typically used as node repulsion in force-directed graphs for a distributed spread. Runs faster than d3.forceManyBody by reusing approximations. d3-force-reuse

@rpgove great! Can you open a PR?