Skip to main content

4.2.5 Bar Gauge

Overview

The Bar Gauge displays a value as a filled bar against a configurable scale, similar to a thermometer or progress bar. Color thresholds along the bar visually segment the scale into zones, making it easy to see how far into a range a value has progressed.

Multiple metrics render as multiple bars stacked in the panel, making the Bar Gauge effective for comparing several similar measurements side by side.

When to Use

Use the Bar Gauge when:

  • You want a linear fill metaphor rather than a circular dial
  • You are showing capacity utilization, fill levels, or completion percentages
  • You need to compare multiple similar measurements (e.g., fill levels across several tanks) in a compact layout
  • A progress-bar visual is more intuitive for your audience than a needle gauge

For a single large numeric value without a scale reference, use the Stat Value panel. For a dial-style gauge, use the Gauge Chart.

Configuration

Edit Mode Toolbar

In addition to the common edit mode controls, the Bar Gauge adds:

ControlDescription
Save as ImageDownload the current preview as a PNG image
Full ScreenExpand the editor preview to fill the browser window
Panel InsightsRun AI analysis on the current preview data

Graph Settings

SettingDescription
TitleChart title
SubtitleSecondary title
OrientationHorizontal (bar fills left to right) or Vertical (bar fills bottom to top)
Display ModeVisual style: Gradient (smooth color transition), Basic (solid fill), Retro LCD (segmented display)
Value DisplayWhere the numeric value is shown: Value Color (overlaid on bar, colored to match threshold), Text Color (overlaid, plain text), Hidden
Name PlacementMetric name position: Auto (beside the bar) or Hidden
Bar sizeAuto (bar fills available space) or Manual (fixed pixel size)
MinMinimum value of the scale (default 0)
MaxMaximum value of the scale (default 1)
DecimalsNumber of decimal places shown

Thresholds

Thresholds define color bands along the bar. Each threshold specifies a value and a color; the bar changes color as the value crosses each boundary:

SettingDescription
ThresholdsClick + Add threshold to define a boundary value and its color
Thresholds ModeAbsolute (threshold values are raw data values) or Percentage (threshold values are percentages of the Min–Max range)

Example Scenarios

Tank fill levels. Five storage tanks each have a fill-level metric. All five are added to a single Bar Gauge panel with Horizontal orientation. Thresholds at 20% (red), 50% (yellow), and 80% (green) give operators an instant view of which tanks need attention.

Capacity utilization comparison. Three production lines contribute their hourly throughput as metrics. The Bar Gauge shows each line's utilization against a 100% maximum, with Gradient display mode providing a smooth color shift from green to red as utilization increases.

Battery state of charge. A battery storage system's state of charge is displayed with a Vertical bar gauge, Min 0% and Max 100%, with Percentage thresholds at 20% (red) and 50% (yellow). The visual immediately communicates how much reserve is available.