d3 / d3-force

Force-directed graph layout using velocity Verlet integration.
https://d3js.org/d3-force
ISC License
1.81k stars 376 forks source link

Force radial x y accessors #176

Open Fil opened 4 years ago

Fil commented 4 years ago

Another avatar of https://github.com/d3/d3-force/pull/113

It's a (slightly) breaking change, since the getters forceRadial.x and .y will now return constant functions rather than a raw number.