]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix a typo: segment vs segement 1098/head
authorWouter Sioen <wouter.sioen@gmail.com>
Tue, 5 May 2015 08:11:29 +0000 (10:11 +0200)
committerwoutersioen <wouter.sioen@gmail.com>
Tue, 5 May 2015 14:31:00 +0000 (16:31 +0200)
Fix typo in PolarArea

Update 04-Polar-Area-Chart.md

docs/04-Polar-Area-Chart.md
src/Chart.PolarArea.js

index 658da54fcda78eb01dc5a561f59cba105c27f488..016a45f3cc276e7b09a4819d48dec49eb14147e2 100644 (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
        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
@@ -169,4 +169,4 @@ Calling `removeData(index)` on your Chart instance will remove segment at that p
 ```javascript
 myPolarAreaChart.removeData();
 // Other segments will update to fill the empty space left.
-```
\ No newline at end of file
+```
index 1b7aac3ff07db3a181c5c7d19618889fef8413e9..c220a6f4b6784bb6e931b294d9ee3c723de16a90 100644 (file)
@@ -28,7 +28,7 @@
                //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);