Search Node and Focus Viewport
This example builds a people-relationship viewer with a floating search panel that derives selectable names from the loaded graph and focuses the viewport on the chosen node. It loads static RGJsonData asynchronously, renders avatar nodes and labeled straight multi-links, and combines `focusNodeById(...)` with shared canvas settings and image export controls.
Search a Relationship Graph and Focus the Selected Node
What This Example Builds
This example builds a full-height people-relationship viewer with a floating search panel above the graph canvas. The graph shows avatar-based person nodes, labeled straight relationships, and a shared utility window that can be dragged, minimized, or switched into a settings view.
Users can type part of a person name, pick a filtered result, and watch the viewport jump to that node with a short animation. T