fixed default of tension property of line element (#7677)

This commit is contained in:
stockiNail
2020-07-28 23:24:55 +02:00
committed by GitHub
parent da0764a585
commit b86880f746

View 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.