We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c7b8f commit 8f64bf6Copy full SHA for 8f64bf6
docs/charts/line.md
@@ -50,7 +50,7 @@ The line chart allows a number of properties to be specified for each dataset. T
50
| [`borderDashOffset`](#line-styling) | `number` | Yes | - | `0.0`
51
| [`borderJoinStyle`](#line-styling) | `string` | Yes | - | `'miter'`
52
| [`borderWidth`](#line-styling) | `number` | Yes | - | `3`
53
-| [`cubicInterpolationMode`](#cubicinterpolationmode) | `string` | Yes | - | `undefined`
+| [`cubicInterpolationMode`](#cubicinterpolationmode) | `string` | Yes | - | `default`
54
| [`fill`](#line-styling) | <code>boolean|string</code> | Yes | - | `true`
55
| [`label`](#general) | `string` | - | - | `''`
56
| [`lineTension`](#line-styling) | `number` | - | - | `0.4`
0 commit comments