Skip to content

LineConfigBuilder🔗

Constructor🔗

new LineConfigBuilder()

Methods🔗

build🔗

Builds the object.

build()

lineColor🔗

lineColor(lineColor: string)

lineInterpolation🔗

lineInterpolation(lineInterpolation: common.LineInterpolation)

lineStyle🔗

lineStyle(lineStyle: cog.Builder<common.LineStyle>)

lineWidth🔗

lineWidth(lineWidth: number)

spanNulls🔗

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

spanNulls(spanNulls: boolean | number)

See also🔗