OptionaledgeColor for an edge.
OptionaledgeRelationship display label used for hover, selected-line labels, and default detail text.
OptionaledgeStrength in the 0..1 range, driving edge thickness/opacity.
OptionalnodeColor for a node's point/planet (any CSS color string).
OptionalnodeOptional planet image URL; useful for type-based icons or thumbnails.
The renderer loads this URL as a WebGL texture with crossOrigin: 'anonymous'.
Treat values as consumer-supplied remote content: validate
allowed origins in your host app and allow those origins in CSP img-src.
OptionalnodeFloating planet label; return null to hide it.
OptionalnodeWhether this node should render the optional orbit/donut ring.
OptionalnodeRender size for a node.
Functions the renderer uses to derive visual properties from your nodes and edges. All are optional -
resolveAccessorsfills in sensible defaults that read the core fields (color,size,label,group).