]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo 2936/head
authorgitname <gitname@users.noreply.github.com>
Thu, 7 Jul 2016 19:57:49 +0000 (12:57 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Jul 2016 19:57:49 +0000 (12:57 -0700)
docs/07-Pie-Doughnut-Chart.md

index 3347d730943f678417fe903dd6c6f460a3c55347..df76406554185b5d125901694b049da3faf171af 100644 (file)
@@ -44,7 +44,7 @@ var myDoughnutChart = new Chart(ctx, {
 
 Property | Type | Usage
 --- | --- | ---
-data | `Array<Number>` | The data to plot as bars
+data | `Array<Number>` | The data to plot as arcs
 label | `String` | The label for the dataset which appears in the legend and tooltips
 backgroundColor | `Array<Color>` | The fill color of the arcs. See [Colors](#getting-started-colors)
 borderColor | `Array<Color>` | Arc border color