BarGaugeValueMode
Allows for the table cell gauge display type to set the gauge mode.
Definition
class BarGaugeValueMode(enum.StrEnum):
"""
Allows for the table cell gauge display type to set the gauge mode.
"""
COLOR = "color"
TEXT = "text"
HIDDEN = "hidden"