# Interface: LineOptions
# Hierarchy
-
↳
LineOptions
# Properties
# backgroundColor
• backgroundColor: Color
# Inherited from
CommonElementOptions.backgroundColor
# Defined in
types/index.d.ts:1807
# borderCapStyle
• borderCapStyle: CanvasLineCap
Line cap style. See MDN.
Default
'butt'
# Defined in
types/index.d.ts:1887
# borderColor
• borderColor: Color
# Inherited from
CommonElementOptions.borderColor
# Defined in
types/index.d.ts:1806
# borderDash
• borderDash: number
[]
Line dash. See MDN.
Default
[]
# Defined in
types/index.d.ts:1892
# borderDashOffset
• borderDashOffset: number
Line dash offset. See MDN.
Default
0.0
# Defined in
types/index.d.ts:1897
# borderJoinStyle
• borderJoinStyle: CanvasLineJoin
Line join style. See MDN.
Default
'miter'
# Defined in
types/index.d.ts:1902
# borderWidth
• borderWidth: number
# Inherited from
CommonElementOptions.borderWidth
# Defined in
types/index.d.ts:1805
# capBezierPoints
• capBezierPoints: boolean
true to keep Bézier control inside the chart, false for no restriction.
Default
true
# Defined in
types/index.d.ts:1907
# cubicInterpolationMode
• cubicInterpolationMode: "default"
| "monotone"
Interpolation mode to apply.
Default
'default'
# Defined in
types/index.d.ts:1912
# fill
• fill: FillTarget
| ComplexFillTarget
Both line and radar charts support a fill option on the dataset object which can be used to create area between two datasets or a dataset and a boundary, i.e. the scale origin, start or end
# Defined in
types/index.d.ts:1926
# segment
• segment: Object
# Type declaration
Name | Type |
---|---|
backgroundColor | Scriptable <Color , ScriptableLineSegmentContext > |
borderCapStyle | Scriptable <CanvasLineCap , ScriptableLineSegmentContext > |
borderColor | Scriptable <Color , ScriptableLineSegmentContext > |
borderDash | Scriptable <number [], ScriptableLineSegmentContext > |
borderDashOffset | Scriptable <number , ScriptableLineSegmentContext > |
borderJoinStyle | Scriptable <CanvasLineJoin , ScriptableLineSegmentContext > |
borderWidth | Scriptable <number , ScriptableLineSegmentContext > |
# Defined in
types/index.d.ts:1932
# spanGaps
• spanGaps: number
| boolean
If true, lines will be drawn between points with no or null data. If false, points with NaN data will create a break in the line. Can also be a number specifying the maximum gap length to span. The unit of the value depends on the scale used.
# Defined in
types/index.d.ts:1930
# stepped
• stepped: boolean
| "middle"
| "after"
| "before"
true to show the line as a stepped line (tension will be ignored).
Default
false
# Defined in
types/index.d.ts:1922
# tension
• tension: number
Bézier curve tension (0 for no Bézier curves).
Default
0
# Defined in
types/index.d.ts:1917