Skip to content

FieldColor🔗

Constructor🔗

FieldColor()

Methods🔗

build🔗

Builds the object.

def build() -> dashboard.FieldColor

fixed_color🔗

The fixed color value for fixed or shades color modes.

def fixed_color(fixed_color: str) -> typing.Self

mode🔗

The main color scheme mode.

def mode(mode: dashboard.FieldColorModeId) -> typing.Self

series_by🔗

Some visualizations need to know how to assign a series color from by value color schemes.

def series_by(series_by: dashboard.FieldColorSeriesByMode) -> typing.Self

See also🔗