Circular Gauge

Qubes 5.6 Displays a value using a circular gauge.

Properties

PropertyDescription
ColorsList of optional colors for the gauge(in hexadecimal format).
EnabledBoolean indicating whether or not the component is enabled.
HintSpecifies the user hint string that will appear in the component's interactive help bubble.
LabelOptional label displayed below the value.
TabIndexInteger indicating the component's tab order (Qubes 5.6).
TitleOptional title displayed above the circle.
ValueCurrent value to display inside the circle.
ValueInitialDetermines the component's initial value when the screen opens and each time it is reset (see Reset Button).
ValueMaxMaximum value of the circle (100 by default).
ValueMinMinimum value of the circle (0 by default).
VisibleBoolean indicating whether or not the component will be visible.

Value

The gauge is used to display values and not to input values.

Remarks

The Colors property expects a list of strings, with each string defining a color in RGB hexadecimal format ("#RRGGBB" or "RRGGBB") and the colors being evenly distributed across the entire circle.
For example, "=List('0000FF', '00FF00', 'FF0000')" will define a color palette starting with blue (min value), then turning green (middle of the circle) and ending with red (max value).

The rendering in design mode is a placeholder.

It requires a browser that supports SVG (Internet Explorer 8 and lower are not supported).

Classification

Graphs and Curves