]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Point styles
authorEvert Timberg <evert.timberg+github@gmail.com>
Sun, 24 Apr 2016 20:30:19 +0000 (16:30 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sun, 24 Apr 2016 20:30:19 +0000 (16:30 -0400)
docs/02-Line-Chart.md

index 4bb157b6cb14562123c8633363ef4ebedf1a94a2..30f6bd613c316f7025d3679b074bbdc3ba9ffac6 100644 (file)
@@ -56,7 +56,7 @@ pointHitRadius | `Number or Array<Number>` | The pixel size of the non-displayed
 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
-pointStyle | `String or Array<String>` | The style of point. 
+pointStyle | `String or Array<String>` | 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