Skip to content

Commit 97a08bd

Browse files
authored
Changed default value for cubicInterpolationMode
Change the default value for cubicInterpolationMode from an empty string to 'default'.
1 parent dbd546b commit 97a08bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Global line options: `Chart.defaults.global.elements.line`.
5959
| `borderDashOffset` | `number` | `0.0` | Line dash offset. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineDashOffset).
6060
| `borderJoinStyle` | `string` | `'miter'` | Line join style. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineJoin).
6161
| `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)
6363
| `fill` | <code>boolean&#124;string</code> | `true` | How to fill the area under the line. See [area charts](../charts/area.md#filling-modes).
6464
| `stepped` | `boolean` | `false` | `true` to show the line as a stepped line (`tension` will be ignored).
6565

0 commit comments

Comments
 (0)