Skip to main content

Gauge Widget

A simple customizable gauge widget used to dynamically display data.

Usage

Properties
PropertyTypeBindingDefaultDescription
DurationNUMBER5000Enables you to set the gauge animation time in ms.
TemplateLIST<Template1This will be the template used for the widget styling
ValueNumber<0Value to show in the gauge
FormatSTRING(localized)<Format how the value will be displayed on the gauge. See Format Complex
TitleSTRING(localized)<Title that will be displayed on the gauge.
SectionsSTRING<Allows to split gauge disk in sections. See Sections format instructions below
MinValueNUMBER<0Minimum value of the gauge
MaxValueNUMBER<100Maximum value of the gauge

Sections Format Instructions

The input value must be in CSV format:

  • "10,25,50,75" : The disk will be split in 5 sections -> [0-10, 10-25, 25-50, 50-75, 75-100]