From 046e2effb55da06fb685d112744dac245dacdfa4 Mon Sep 17 00:00:00 2001 From: gitname Date: Thu, 7 Jul 2016 12:57:49 -0700 Subject: [PATCH] Fix typo --- docs/07-Pie-Doughnut-Chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2