Fix typo in PolarArea
Update 04-Polar-Area-Chart.md
//Boolean - Stroke a line around each segment in the chart
segmentShowStroke : true,
- //String - The colour of the stroke on each segement.
+ //String - The colour of the stroke on each segment.
segmentStrokeColor : "#fff",
//Number - The width of the stroke value in pixels
```javascript
myPolarAreaChart.removeData();
// Other segments will update to fill the empty space left.
-```
\ No newline at end of file
+```
//Boolean - Stroke a line around each segment in the chart
segmentShowStroke : true,
- //String - The colour of the stroke on each segement.
+ //String - The colour of the stroke on each segment.
segmentStrokeColor : "#fff",
//Number - The width of the stroke value in pixels
}
});
-}).call(this);
\ No newline at end of file
+}).call(this);