From aad966820ee575d98d55ab602661c167be86f7b8 Mon Sep 17 00:00:00 2001 From: Wouter Sioen Date: Tue, 5 May 2015 10:11:29 +0200 Subject: [PATCH] Fix a typo: segment vs segement Fix typo in PolarArea Update 04-Polar-Area-Chart.md --- docs/04-Polar-Area-Chart.md | 4 ++-- src/Chart.PolarArea.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/04-Polar-Area-Chart.md b/docs/04-Polar-Area-Chart.md index 658da54fc..016a45f3c 100644 --- a/docs/04-Polar-Area-Chart.md +++ b/docs/04-Polar-Area-Chart.md @@ -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 +``` diff --git a/src/Chart.PolarArea.js b/src/Chart.PolarArea.js index 1b7aac3ff..c220a6f4b 100644 --- a/src/Chart.PolarArea.js +++ b/src/Chart.PolarArea.js @@ -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 @@ -266,4 +266,4 @@ } }); -}).call(this); \ No newline at end of file +}).call(this); -- 2.47.2