From: Evert Timberg Date: Sun, 24 Apr 2016 20:30:19 +0000 (-0400) Subject: Point styles X-Git-Tag: 2.1.0~45^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74199235d33309eb7d8d8d734e32f1c572162d41;p=thirdparty%2FChart.js.git Point styles --- diff --git a/docs/02-Line-Chart.md b/docs/02-Line-Chart.md index 4bb157b6c..30f6bd613 100644 --- a/docs/02-Line-Chart.md +++ b/docs/02-Line-Chart.md @@ -56,7 +56,7 @@ pointHitRadius | `Number or Array` | The pixel size of the non-displayed 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 -pointStyle | `String or Array` | The style of point. +pointStyle | `String or Array` | The style of point. Options include 'circle', 'triangle', 'rect', 'rectRot', 'cross', 'crossRot', 'star', 'line', and 'dash' An example data object using these attributes is shown below. ```javascript