]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fixed default of tension property of line element (#7677)
authorstockiNail <stocki.nail@gmail.com>
Tue, 28 Jul 2020 21:24:55 +0000 (23:24 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 21:24:55 +0000 (17:24 -0400)
docs/docs/configuration/elements.md

index aae54c8eda7e17911e751844b5ca728152e5ea8e..de4eea45da92de23515922128606f33da39c2a0d 100644 (file)
@@ -55,7 +55,7 @@ Global line options: `Chart.defaults.elements.line`.
 
 | Name | Type | Default | Description
 | ---- | ---- | ------- | -----------
-| `tension` | `number` | `0.4` | Bézier curve tension (`0` for no Bézier curves).
+| `tension` | `number` | `0` | Bézier curve tension (`0` for no Bézier curves).
 | `backgroundColor` | `Color` | `Chart.defaults.color` | Line fill color.
 | `borderWidth` | `number` | `3` | Line stroke width.
 | `borderColor` | `Color` | `Chart.defaults.color` | Line stroke color.