From b9eef5453a49c56d9428e096083fde9f35d1ac4a Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 26 Apr 2016 00:09:41 +0200 Subject: [PATCH] -- tension option should be lineTension --- docs/04-Radar-Chart.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/04-Radar-Chart.md b/docs/04-Radar-Chart.md index c338d11cf..b888c47cd 100644 --- a/docs/04-Radar-Chart.md +++ b/docs/04-Radar-Chart.md @@ -33,7 +33,8 @@ Property | Type | Usage data | `Array` | The data to plot in a line label | `String` | The label for the dataset which appears in the legend and tooltips fill | `Boolean` | If true, fill the area under the line -tension | `Number` | Bezier curve tension of the line. Set to 0 to draw straightlines. *Note* This was renamed from 'tension' but the old name still works. +lineTension | `Number` | Bezier curve tension of the line. Set to 0 to draw straightlines. *Note* This was renamed from +'tension' but the old name still works. backgroundColor | `Color` | The fill color under the line. See [Colors](#colors) borderWidth | `Number` | The width of the line in pixels borderColor | `Color` | The color of the line. -- 2.47.3