Class GaugeView (2.2.4)

GaugeView(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A gauge chart shows where the current value sits within a pre-defined range. The upper and lower bounds should define the possible range of values for the scorecard's query (inclusive).

Attributes

NameDescription
lower_bound float
The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.
upper_bound float
The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.