From: John Heroy Date: Thu, 25 Sep 2014 16:49:20 +0000 (-0700) Subject: Change 'strokeColor' to 'fillColor' on 02-Bar-Chart.md X-Git-Tag: v1.0.2~15^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F553%2Fhead;p=thirdparty%2FChart.js.git Change 'strokeColor' to 'fillColor' on 02-Bar-Chart.md --- 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 +```