From 3985d50201cafe53cbb9abad5910fae2553e83e5 Mon Sep 17 00:00:00 2001 From: etimberg Date: Sun, 13 Nov 2016 19:44:42 -0500 Subject: [PATCH] use correct option in radar chart --- docs/05-Radar-Chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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