A quick adaptation of Mike Bostock's force-directed graph showing character co-occurence in Les Misérables. In this version, the character names are displayed. This is accomplished by wrapping both circles and text svg components within a group svg component.
Compare to the original diagram by Mike Bostock.
Please check out my blog on JavaScript and Typescript at https://typeofnan.dev!
Hey, this does indeed solve the trembling but it removes the labels from the nodes. Any idea how to fix that?
EDIT: Quadrocompile's solution works.