Skip to content

BarGaugeSizing🔗

Allows for the bar gauge size to be set explicitly

Definition🔗

type BarGaugeSizing string
const (
    BarGaugeSizingAuto BarGaugeSizing = "auto"
    BarGaugeSizingManual BarGaugeSizing = "manual"
)