Skip to content

Commit 8f64bf6

Browse files
committed
changed default to cubicinterpolationmode to "default"
1 parent d7c7b8f commit 8f64bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/charts/line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The line chart allows a number of properties to be specified for each dataset. T
5050
| [`borderDashOffset`](#line-styling) | `number` | Yes | - | `0.0`
5151
| [`borderJoinStyle`](#line-styling) | `string` | Yes | - | `'miter'`
5252
| [`borderWidth`](#line-styling) | `number` | Yes | - | `3`
53-
| [`cubicInterpolationMode`](#cubicinterpolationmode) | `string` | Yes | - | `undefined`
53+
| [`cubicInterpolationMode`](#cubicinterpolationmode) | `string` | Yes | - | `default`
5454
| [`fill`](#line-styling) | <code>boolean&#124;string</code> | Yes | - | `true`
5555
| [`label`](#general) | `string` | - | - | `''`
5656
| [`lineTension`](#line-styling) | `number` | - | - | `0.4`

0 commit comments

Comments
 (0)