reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint

Printable idea sheet

graph_cy_elements

reqlan rq/extension/library/graph.rq:41

syncGraphElements diffs the live cytoscape graph against the desired slice rather than remove-all / add-all on every sync.
Surviving nodes keep positions; only added / removed / updated elements move.
Mutable data fields ( label, color, flags ) can update without a structural relayout.
per graph-cy-elements.ts.

Interactive page: graph_cy_elements