]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
-- tension option should be lineTension
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 25 Apr 2016 22:09:41 +0000 (00:09 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 25 Apr 2016 22:09:41 +0000 (00:09 +0200)
docs/04-Radar-Chart.md

index c338d11cf1cf242da3f51d3b193bf3be9eef0496..b888c47cdf1a33be2a0d838a01736d589e897248 100644 (file)
@@ -33,7 +33,8 @@ Property | Type | Usage
 data | `Array<Number>` | 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.