Skip to content

BarGaugeValueMode🔗

Allows for the table cell gauge display type to set the gauge mode.

Definition🔗

type BarGaugeValueMode string
const (
    BarGaugeValueModeColor BarGaugeValueMode = "color"
    BarGaugeValueModeText BarGaugeValueMode = "text"
    BarGaugeValueModeHidden BarGaugeValueMode = "hidden"
)