The SVG element containing the D3 network.
Configuration specifying the selector and data accessors.
A D3BinderResult with the MAIDR data and generated layer.
Timing — call after the simulation has been wired up. d3.forceLink
replaces each link's source and target with the resolved node objects, so
the binder reads names either way; what it cannot do is run before the lines
are joined. Bind right after the .data(links).join('line') chain — there is
no need to wait for the simulation to settle, since no position is read.
Binds a D3.js force-directed network to MAIDR, generating the accessible data representation.
Point
selectorat the links — one<line>per edge — rather than at the node circles. The nodes are derived from the links, so the links are what map one-to-one onto the payload; a selector matching the circles would give the trace a node count where it expects a link count, and highlighting would be withdrawn.