From e6cbd9dc7fdcf27193d58acdc73ae66816f1e6b9 Mon Sep 17 00:00:00 2001 From: John Heroy Date: Tue, 19 Aug 2014 22:42:39 +0800 Subject: [PATCH 1/2] Change lineColor to strokeColor in legendTemplate for Line, Bar, and Radar charts --- docs/01-Line-Chart.md | 2 +- docs/02-Bar-Chart.md | 2 +- docs/03-Radar-Chart.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/01-Line-Chart.md b/docs/01-Line-Chart.md index 3dc606337..4a0306d06 100644 --- a/docs/01-Line-Chart.md +++ b/docs/01-Line-Chart.md @@ -94,7 +94,7 @@ These are the customisation options specific to Line charts. These options are m datasetFill : true, {% raw %} //String - A legend template - legendTemplate : "" + legendTemplate : "" {% endraw %} }; ``` diff --git a/docs/02-Bar-Chart.md b/docs/02-Bar-Chart.md index b4253e746..38b2ea0a6 100644 --- a/docs/02-Bar-Chart.md +++ b/docs/02-Bar-Chart.md @@ -78,7 +78,7 @@ These are the customisation options specific to Bar charts. These options are me barDatasetSpacing : 1, {% raw %} //String - A legend template - legendTemplate : "" + legendTemplate : "" {% endraw %} } ``` diff --git a/docs/03-Radar-Chart.md b/docs/03-Radar-Chart.md index 0707444b7..03dcf6e83 100644 --- a/docs/03-Radar-Chart.md +++ b/docs/03-Radar-Chart.md @@ -110,7 +110,7 @@ These are the customisation options specific to Radar charts. These options are datasetFill : true, {% raw %} //String - A legend template - legendTemplate : "" + legendTemplate : "" {% endraw %} } ``` From 27a121c6b2ca81ad76d1c623230d1d9c5b4c475e Mon Sep 17 00:00:00 2001 From: John Heroy Date: Thu, 25 Sep 2014 09:49:20 -0700 Subject: [PATCH 2/2] Change 'strokeColor' to 'fillColor' on 02-Bar-Chart.md --- docs/02-Bar-Chart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/02-Bar-Chart.md b/docs/02-Bar-Chart.md index 38b2ea0a6..08b867060 100644 --- a/docs/02-Bar-Chart.md +++ b/docs/02-Bar-Chart.md @@ -78,7 +78,7 @@ These are the customisation options specific to Bar charts. These options are me barDatasetSpacing : 1, {% raw %} //String - A legend template - legendTemplate : "" + legendTemplate : "" {% endraw %} } ``` @@ -140,4 +140,4 @@ Calling `removeData()` on your Chart instance will remove the first value for al ```javascript myBarChart.removeData(); // The chart will now animate and remove the first bar -``` \ No newline at end of file +```