GaugeViewResponse

data class GaugeViewResponse(val lowerBound: Double, val upperBound: Double)

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).

Constructors

Link copied to clipboard
fun GaugeViewResponse(lowerBound: Double, upperBound: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.

Link copied to clipboard

The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.