Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.22 KB

GaugeWidget.md

File metadata and controls

18 lines (14 loc) · 1.22 KB

GaugeWidget

Properties

Name Type Description Notes
min_value float The minimum value of the gauge widget, displayed on the left side of the gauge [optional]
display_type int Display as "Raw Value" or "Percent" [optional]
peak_time_range str The time range over which the peak value is determined [optional]
legend str The legend for the widget, displayed underneath the gauge [optional]
max_value float The maximum value of the gauge widget, displayed on the right side of the gauge [optional]
show_peak bool Whether or not the peak value is displayed on the gauge widget [optional]
data_point GaugeDataPoint The datapoint whose value is displayed in the gauge widget
display_unit str The unit for the raw value [optional]
color_thresholds list[ColorThreshold] The threshold of Gauge color changes [optional]

[Back to Model list] [Back to API list] [Back to README]