Skip to content

LineConfigBuilder🔗

Constructor🔗

new LineConfigBuilder()

Methods🔗

build🔗

Builds the object.

public LineConfig build()

lineColor🔗

public LineConfigBuilder lineColor(String lineColor)

lineInterpolation🔗

public LineConfigBuilder lineInterpolation(LineInterpolation lineInterpolation)

lineStyle🔗

public LineConfigBuilder lineStyle(com.grafana.foundation.cog.Builder<LineStyle> lineStyle)

lineWidth🔗

public LineConfigBuilder lineWidth(Double 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

public LineConfigBuilder spanNulls(BoolOrFloat64 spanNulls)

See also🔗