]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix copy typo 2961/head
authorMichael Oberwasserlechner <michaelowl@gmail.com>
Wed, 13 Jul 2016 06:49:42 +0000 (08:49 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Jul 2016 06:49:42 +0000 (08:49 +0200)
docs/06-Polar-Area-Chart.md

index a92d8893ff2c15d0e7fa6daf3c1d63afc6b42d92..f325b929822cf205a6afe80e4b195ed04714ceb8 100644 (file)
@@ -29,7 +29,7 @@ Some properties are specified as arrays. The first value applies to the first ba
 
 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](#chart-configuration-colors)
 borderColor | `Array<Color>` | Arc border color