mirror of
https://github.com/d3/d3-force.git
synced 2026-03-19 23:54:16 +00:00
Force-directed graph layout using velocity Verlet integration.
https://d3js.org/d3-force
|
|
||
|---|---|---|
| .github | ||
| img | ||
| src | ||
| test | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| yarn.lock | ||
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.