Circular Gauge
Qubes 5.6 Displays a value using a circular gauge.
Properties
| Property | Description |
| Colors | List of optional colors for the gauge(in hexadecimal format). |
| Enabled | Boolean indicating whether or not the component is enabled. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| Label | Optional label displayed below the value. |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| Title | Optional title displayed above the circle. |
| Value | Current value to display inside the circle. |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| ValueMax | Maximum value of the circle (100 by default). |
| ValueMin | Minimum value of the circle (0 by default). |
| Visible | Boolean 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).