From: Michael Oberwasserlechner Date: Wed, 13 Jul 2016 06:49:42 +0000 (+0200) Subject: Fix copy typo X-Git-Tag: v2.2.0-rc.1~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2961%2Fhead;p=thirdparty%2FChart.js.git Fix copy typo --- 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