]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update 04-Bar-Chart.md 2897/head
authorJim Kring <jimkring@users.noreply.github.com>
Fri, 1 Jul 2016 19:02:55 +0000 (12:02 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2016 19:02:55 +0000 (12:02 -0700)
Changed second instance of "Options for xAxes" heading to "Options for yAxes" since it is the heading for the y-axis options.

docs/04-Bar-Chart.md

index ad754028886a697a0e3b55b3a1266739c3162303..4e27916b7cb7ff873f2e405ee436b1646f739a8f 100644 (file)
@@ -105,7 +105,7 @@ gridLines | Object |  [See Scales](#scales) |
 *gridLines*.offsetGridLines | Boolean | true | If true, the bars for a particular data point fall between the grid lines. If false, the grid line will go right down the middle of the bars.
 | | |
 *scales*.yAxes | Array | `[{ type: "linear" }]` |
-*Options for xAxes* | | |
+*Options for yAxes* | | |
 type | String | "linear" | As defined in [Scales](#scales-linear-scale).
 display | Boolean | true | If true, show the scale.
 id | String | "y-axis-0" | Id of the axis so that data can bind to it.