interface Line

Line-specific properties.

Style attributes are optional. Values that are defined here are prioritized over band attributes.

Properties
fill, lineColor, lineWidth, pointColor, pointHoverRadius, pointRadius, points

Properties

fill
optional

Area fill for this line.

Type:
FillStyle
lineColor
optional

Color of this plot line.

Type:
string
lineWidth
optional

Thickness of this plot line.

Type:
number
pointColor
optional

Color of the point symbol.

Type:
string
pointHoverRadius
optional

Radius of the point symbol when hovered.

Type:
number
pointRadius
optional

Radius of the point symbol.

Type:
number
points

Data points (time to value).

Type:
Map