📁 d3/d3-force

File: d3-force.md | Updated: 11/15/2025

Source: https://d3js.org/d3-force

Skip to content

Return to top

d3-force

=================================================

Fork ↗︎

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 .

To use this module, create a simulation for an array of nodes and apply the desired forces . Then listen for tick events to render the nodes as they update in your preferred graphics system, such as Canvas or SVG.

See one of: