File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Global line options: `Chart.defaults.global.elements.line`.
59
59
| ` borderDashOffset ` | ` number ` | ` 0.0 ` | Line dash offset. See [ MDN] ( https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineDashOffset ) .
60
60
| ` borderJoinStyle ` | ` string ` | ` 'miter' ` | Line join style. See [ MDN] ( https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineJoin ) .
61
61
| ` capBezierPoints ` | ` boolean ` | ` true ` | ` true ` to keep Bézier control inside the chart, ` false ` for no restriction.
62
- | ` cubicInterpolationMode ` | ` string ` | ` '' ` | Interpolation mode to apply. [ See more...] ( ../charts/line.md#cubicinterpolationmode )
62
+ | ` cubicInterpolationMode ` | ` string ` | ` default ` | Interpolation mode to apply. [ See more...] ( ../charts/line.md#cubicinterpolationmode )
63
63
| ` fill ` | <code >boolean| ; string</code > | ` true ` | How to fill the area under the line. See [ area charts] ( ../charts/area.md#filling-modes ) .
64
64
| ` stepped ` | ` boolean ` | ` false ` | ` true ` to show the line as a stepped line (` tension ` will be ignored).
65
65
You can’t perform that action at this time.
0 commit comments