Merge pull request #1098 from WouterSioen/fix-typo

Fix typo
This commit is contained in:
Evert Timberg 2015-05-05 14:39:35 -04:00
commit cc57b9e581
2 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ These are the customisation options specific to Polar Area charts. These options
//Boolean - Stroke a line around each segment in the chart //Boolean - Stroke a line around each segment in the chart
segmentShowStroke : true, segmentShowStroke : true,
//String - The colour of the stroke on each segement. //String - The colour of the stroke on each segment.
segmentStrokeColor : "#fff", segmentStrokeColor : "#fff",
//Number - The width of the stroke value in pixels //Number - The width of the stroke value in pixels
@ -169,4 +169,4 @@ Calling `removeData(index)` on your Chart instance will remove segment at that p
```javascript ```javascript
myPolarAreaChart.removeData(); myPolarAreaChart.removeData();
// Other segments will update to fill the empty space left. // Other segments will update to fill the empty space left.
``` ```

View File

@ -28,7 +28,7 @@
//Boolean - Stroke a line around each segment in the chart //Boolean - Stroke a line around each segment in the chart
segmentShowStroke : true, segmentShowStroke : true,
//String - The colour of the stroke on each segement. //String - The colour of the stroke on each segment.
segmentStrokeColor : "#fff", segmentStrokeColor : "#fff",
//Number - The width of the stroke value in pixels //Number - The width of the stroke value in pixels
@ -266,4 +266,4 @@
} }
}); });
}).call(this); }).call(this);