d3-force/README.md
Philippe Rivière c3e73cf641
Some checks are pending
Node.js CI / build (14.x) (push) Waiting to run
Restructure README (#221)
* Restructure README

* minimalist

* remove icons

* even more minimalist
2023-10-06 10:54:53 -04:00

879 B

d3-force

This module implements a velocity Verlet numerical integrator for simulating physical forces on particles. Force simulations can be used to visualize networks and hierarchies, and to resolve collisions as in bubble charts.

Resources