This widget allows displaying the last available value of a metric using a manometer like a gauge.
Template Syntax
Below you can find some examples of how to use the component within a template.
<radial-gauge-widget title="Pressure" min="0" max="5000">
<metric name="Pressure"></metric>
</radial-gauge-widget>
Component Reference
Here is a comprehensive list of all the elements and properties that can be used to configure the component.
Radial Gauge <radial-gauge-widget> | |
---|---|
PROPERTIES | |
CSS Class | The name(s) of the CSS class used to customize the widget layout. |
Default Value | The default value to display when the metric value is not available. |
Height | The height of the widget (e.g. 250px). |
Max | The maximum measure scale value. |
Min | The minimum measure scale value. |
Ranges | The set of value ranges (e.g. [10,50,70]). |
Title | The title displayed on the top part of the widget box. |
Visibility Condition | The expression that allows you to reduce the visibility of the element. |
SUB-ELEMENTS | |
The metric whose current value must be displayed within the gauge. |
Metric <metric> | |
---|---|
PROPERTIES | |
Filter | The name of the filter used to transform and display values. |
Label | The metric alternative label. |
Name | The metric whose value(s) must be loaded by the widget. |
Unit | The unit of measurement to be displayed along the value. |
Visibility Condition | The expression that allows you to reduce the visibility of the element. |