]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
use correct option in radar chart
authoretimberg <evert.timberg@gmail.com>
Mon, 14 Nov 2016 00:44:42 +0000 (19:44 -0500)
committerEvert Timberg <evert.timberg+github@gmail.com>
Mon, 14 Nov 2016 00:49:13 +0000 (19:49 -0500)
docs/05-Radar-Chart.md

index f191c3a8178b933aae208de50dc7f1a95112e77e..8fc560b3f043501dd11385df08054d9f942e686c 100644 (file)
@@ -46,7 +46,7 @@ pointBackgroundColor | `Color or Array<Color>` | The fill color for points
 pointBorderWidth | `Number or Array<Number>` | The width of the point border in pixels
 pointRadius | `Number or Array<Number>` | The radius of the point shape. If set to 0, nothing is rendered. 
 pointHoverRadius | `Number or Array<Number>` | The radius of the point when hovered
-hitRadius | `Number or Array<Number>` | The pixel size of the non-displayed point that reacts to mouse events
+pointHitRadius | `Number or Array<Number>` | The pixel size of the non-displayed point that reacts to mouse events
 pointHoverBackgroundColor | `Color or Array<Color>` | Point background color when hovered
 pointHoverBorderColor | `Color or Array<Color>` | Point border color when hovered
 pointHoverBorderWidth | `Number or Array<Number>` | Border width of point when hovered