From: etimberg Date: Mon, 14 Nov 2016 00:44:42 +0000 (-0500) Subject: use correct option in radar chart X-Git-Tag: v2.5.0~1^2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3985d50201cafe53cbb9abad5910fae2553e83e5;p=thirdparty%2FChart.js.git use correct option in radar chart --- diff --git a/docs/05-Radar-Chart.md b/docs/05-Radar-Chart.md index f191c3a81..8fc560b3f 100644 --- a/docs/05-Radar-Chart.md +++ b/docs/05-Radar-Chart.md @@ -46,7 +46,7 @@ pointBackgroundColor | `Color or Array` | The fill color for points pointBorderWidth | `Number or Array` | The width of the point border in pixels pointRadius | `Number or Array` | The radius of the point shape. If set to 0, nothing is rendered. pointHoverRadius | `Number or Array` | The radius of the point when hovered -hitRadius | `Number or Array` | The pixel size of the non-displayed point that reacts to mouse events +pointHitRadius | `Number or Array` | The pixel size of the non-displayed point that reacts to mouse events pointHoverBackgroundColor | `Color or Array` | Point background color when hovered pointHoverBorderColor | `Color or Array` | Point border color when hovered pointHoverBorderWidth | `Number or Array` | Border width of point when hovered