reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint
Ideas/miniature_graph_pane

Idea detail

miniature_graph_pane

reqlan rq/extension/module/activitybar-panels/minigraph.rq:7

block

Summary

A small interactive graph centred on the cursor idea ( or the file's first idea when the caret is outside any block ).
Consumes graph_library with sidebar-appropriate defaults; slices from local_graph_analysis.
- Default depth 1; + / - controls expand or collapse neighbourhood depth without opening Ideas Summary.
- Pan, zoom, and drag per view_controls.
- Labels default to graph_label_auto via shared GraphCyController ( no separate Labels control here; full control lives on graphical_graph ).
- manual_reframe — " Fit to view " in MiniGraphCanvas.svelte; same API as the full graph tab.
- auto_reframe and reframe_animation when the neighbourhood node set changes ( instant first fit, animated afterward ).
- No full layout / physics menus here ( defer to graphical_graph ).
- Single-click a node opens its source; double-click or " Focus " recentres the slice on that idea.
- Edge kinds styled like the full graph ( including dashed file-reference edges ).
- When nodes are truncated per node_truncation, show " + N more " with a control to open the centred slice in Ideas Summary.
- " Open in Graph tab " hands off centerId and query state to ideas-summary-panel.ts.
Mount cytoscape only while this sub-pane is visible per graph_cy_controller.

Jump to outbound references

Jump to inbound references

Navigation

Source file

reqlan rq/extension/module/activitybar-panels/minigraph.rq

community 21

community cluster

minigraph.rq

file cluster

reqlan rq/extension/module/activitybar-panels

folder cluster

status: Not present

status cluster

tag: Not present

tag cluster

Printable page

Static print-friendly idea sheet.

Attributes

No attributes declared.

Ancestor context

No ancestor chain recorded.

Outbound references

KindIdeaPathSnippet
file_reference ideas_summary_panel packages/extension/src/webview_module/ideas-summary-panel.ts ideas-summary-panel.ts
file_reference MiniGraphCanvas packages/extension/webviews/activity-bar/components/MiniGraphCanvas.svelte MiniGraphCanvas.svelte
file_reference ../../features-graph-analysers.rq reqlan rq/extension/features-graph-analysers.rq —
file_reference ../../library/graph.rq reqlan rq/extension/library/graph.rq —
file_reference ../graphical_graph.rq reqlan rq/extension/module/graphical_graph.rq —

Inbound references

KindIdeaPathSnippet
references minigraph_loading reqlan rq/extension/module/activitybar-panels/minigraph.rq miniature_graph_pane

Unresolved references

KindIdeaPathSnippet
references auto_reframe auto_reframe
references graph_cy_controller graph_cy_controller
references graph_label_auto graph_label_auto
references graph_library graph_library
references graphical_graph graphical_graph
references local_graph_analysis local_graph_analysis
references manual_reframe manual_reframe
references node_truncation node_truncation
references reframe_animation reframe_animation
references view_controls view_controls

Local graph

Initialising graph…