From: stockiNail Date: Tue, 28 Jul 2020 21:24:55 +0000 (+0200) Subject: fixed default of tension property of line element (#7677) X-Git-Tag: v3.0.0-beta.2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b86880f74695deaae9c8849401fbfa1252deda96;p=thirdparty%2FChart.js.git fixed default of tension property of line element (#7677) --- diff --git a/docs/docs/configuration/elements.md b/docs/docs/configuration/elements.md index aae54c8ed..de4eea45d 100644 --- a/docs/docs/configuration/elements.md +++ b/docs/docs/configuration/elements.md @@ -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.