From b86880f74695deaae9c8849401fbfa1252deda96 Mon Sep 17 00:00:00 2001 From: stockiNail Date: Tue, 28 Jul 2020 23:24:55 +0200 Subject: [PATCH] fixed default of tension property of line element (#7677) --- docs/docs/configuration/elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2