From: Jim Kring Date: Fri, 1 Jul 2016 19:02:55 +0000 (-0700) Subject: Update 04-Bar-Chart.md X-Git-Tag: v2.2.0-rc.1~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2897%2Fhead;p=thirdparty%2FChart.js.git Update 04-Bar-Chart.md Changed second instance of "Options for xAxes" heading to "Options for yAxes" since it is the heading for the y-axis options. --- diff --git a/docs/04-Bar-Chart.md b/docs/04-Bar-Chart.md index ad7540288..4e27916b7 100644 --- a/docs/04-Bar-Chart.md +++ b/docs/04-Bar-Chart.md @@ -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.