From 281ad204524f6ad9943902a6a909bb56bfc3d06b Mon Sep 17 00:00:00 2001 From: Michael Oberwasserlechner Date: Wed, 13 Jul 2016 08:49:42 +0200 Subject: [PATCH] Fix copy typo --- docs/06-Polar-Area-Chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-Polar-Area-Chart.md b/docs/06-Polar-Area-Chart.md index a92d8893f..f325b9298 100644 --- a/docs/06-Polar-Area-Chart.md +++ b/docs/06-Polar-Area-Chart.md @@ -29,7 +29,7 @@ Some properties are specified as arrays. The first value applies to the first ba 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](#chart-configuration-colors) borderColor | `Array` | Arc border color