reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint

Printable idea sheet

manual_reframe

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

Users can explicitly reframe the viewport when pan / zoom has moved the graph off-screen or they want to see the whole neighbourhood again.
- " Fit to view " control in GraphControls.svelte dispatches to GraphView → GraphCyController. reframeToViewport ( ).
- " Fit to view " control in MiniGraphCanvas.svelte calls the same API on the mini-graph controller.
Every graph surface that mounts GraphCyController should expose this control.

Interactive page: manual_reframe