Skip to content

LineConfig🔗

Constructor🔗

LineConfig()

Methods🔗

build🔗

Builds the object.

def build() -> common.LineConfig

line_color🔗

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

line_interpolation🔗

def line_interpolation(line_interpolation: common.LineInterpolation) -> typing.Self

line_style🔗

def line_style(line_style: cogbuilder.Builder[common.LineStyle]) -> typing.Self

line_width🔗

def line_width(line_width: float) -> typing.Self

span_nulls🔗

Indicate if null values should be treated as gaps or connected.

When the value is a number, it represents the maximum delta in the

X axis that should be considered connected. For timeseries, this is milliseconds

def span_nulls(span_nulls: typing.Union[bool, float]) -> typing.Self

See also🔗