Skip to content

LineConfigBuilder🔗

Constructor🔗

new LineConfigBuilder()

Methods🔗

build🔗

Builds the object.

build()

lineColor🔗

lineColor(string $lineColor)

lineInterpolation🔗

lineInterpolation(\Grafana\Foundation\Common\LineInterpolation $lineInterpolation)

lineStyle🔗

@param \Grafana\Foundation\Cog\Builder<\Grafana\Foundation\Common\LineStyle> $lineStyle

lineStyle(\Grafana\Foundation\Cog\Builder $lineStyle)

lineWidth🔗

lineWidth(float $lineWidth)

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

@param bool|float $spanNulls

spanNulls($spanNulls)

See also🔗