]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Change 'strokeColor' to 'fillColor' on 02-Bar-Chart.md 553/head
authorJohn Heroy <johnheroy@users.noreply.github.com>
Thu, 25 Sep 2014 16:49:20 +0000 (09:49 -0700)
committerJohn Heroy <johnheroy@users.noreply.github.com>
Thu, 25 Sep 2014 16:49:20 +0000 (09:49 -0700)
docs/02-Bar-Chart.md

index 38b2ea0a6258da0183ce230a9ca29e7b304fdee9..08b86706011a7e940e3b2839ecc5d2a0997e18b5 100644 (file)
@@ -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 : "<ul class=\"<%=name.toLowerCase()%>-legend\"><% for (var i=0; i<datasets.length; i++){%><li><span style=\"background-color:<%=datasets[i].strokeColor%>\"></span><%if(datasets[i].label){%><%=datasets[i].label%><%}%></li><%}%></ul>"
+       legendTemplate : "<ul class=\"<%=name.toLowerCase()%>-legend\"><% for (var i=0; i<datasets.length; i++){%><li><span style=\"background-color:<%=datasets[i].fillColor%>\"></span><%if(datasets[i].label){%><%=datasets[i].label%><%}%></li><%}%></ul>"
        {% 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
+```