The description of this example: http://bl.ocks.org/mbostock/4062045 (find image below), states that it is "A physical simulation of charged particles and springs places related characters in closer proximity."
I was just curious which part of that code (on that same page) implements or defines the spring forces, especially based on related characters?
I ask this because i was under the impression that D3.js does not implement spring forces for the Force directed layouts, as mentioned in its API documentation:
"Links are not implemented as "spring forces", as in common in other force-directed layouts, but as weak geometric constraints." -https://github.com/mbostock/d3/wiki/Force-Layout#wiki-linkDistance