From: gitname Date: Thu, 7 Jul 2016 19:57:49 +0000 (-0700) Subject: Fix typo X-Git-Tag: v2.2.0-rc.1~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2936%2Fhead;p=thirdparty%2FChart.js.git Fix typo --- diff --git a/docs/07-Pie-Doughnut-Chart.md b/docs/07-Pie-Doughnut-Chart.md index 3347d7309..df7640655 100644 --- a/docs/07-Pie-Doughnut-Chart.md +++ b/docs/07-Pie-Doughnut-Chart.md @@ -44,7 +44,7 @@ var myDoughnutChart = new Chart(ctx, { Property | Type | Usage --- | --- | --- -data | `Array` | The data to plot as bars +data | `Array` | The data to plot as arcs label | `String` | The label for the dataset which appears in the legend and tooltips backgroundColor | `Array` | The fill color of the arcs. See [Colors](#getting-started-colors) borderColor | `Array` | Arc border color