From: Daan De Meyer Date: Mon, 25 Apr 2016 22:28:02 +0000 (+0200) Subject: -- Removed linebreak added with previous fix X-Git-Tag: 2.1.0~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2368%2Fhead;p=thirdparty%2FChart.js.git -- Removed linebreak added with previous fix --- diff --git a/docs/04-Radar-Chart.md b/docs/04-Radar-Chart.md index b888c47cd..59a6f6728 100644 --- a/docs/04-Radar-Chart.md +++ b/docs/04-Radar-Chart.md @@ -33,8 +33,7 @@ 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 -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. +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.