reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint

Printable idea sheet

graph_label_modes

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

Every interactive graph should provide a Labels control that cycles auto ( default ), on, and off without changing graph membership.
On forces full opacity; off hides all labels; auto follows graph_label_auto.
Reset / default restore auto.
Ideas Summary: control in GraphControls.svelte, mode persisted via graph_ui_persistence.
HTML export: control in html-export-template.ts / html-export-assets.ts.
Driven by the same viewport zoom as view_controls.

Status: done

Interactive page: graph_label_modes