Graph Pane

A lightweight time-series chart that tracks entity population over time. The Graph pane distinguishes between aircraft and satellites by filtering on entity ID prefix, giving operators an instant read on how many objects of each type are currently in the system and how those counts have changed.

How It Works

  • Entity Classification: Entities with IDs prefixed SAT: are counted as satellites; all others as aircraft
  • History Buffer: Maintains a rolling window of up to 500 data points per series
  • Sample Rate: One sample per frame tick, oldest points discarded when the buffer is full

Controls

ControlDescription
Aircraft ToggleShow or hide the aircraft count series
Satellites ToggleShow or hide the satellite count series
Auto ScaleCheckbox to automatically fit the Y-axis to visible data range
ResetClear all history points and restart collection

Display

  • Current Count: Live numeric display of the current entity count per series
  • History Size: Shows how many of the 500 available history slots are filled
  • Series Colors: Aircraft in cyan, satellites in amber for quick differentiation

Keyboard Shortcuts

R
Reset history and restart collection
A
Toggle auto-scale
1
Toggle aircraft series
2
Toggle satellite series

YAML Configuration

yaml GraphConfig auto-generated

Field Type Default Description
show_tracks bool true
show_satellites bool true
auto_scale bool true
max_history usize 500

Questions?

Reach out for help with integration, deployment, or custom domain codecs.