From: Kammy Date: Mon, 18 Apr 2016 15:31:19 +0000 (+0900) Subject: fix typo X-Git-Tag: 2.1.0~65^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2289%2Fhead;p=thirdparty%2FChart.js.git fix typo --- diff --git a/docs/02-Line-Chart.md b/docs/02-Line-Chart.md index 6cdcd419c..2202fcb67 100644 --- a/docs/02-Line-Chart.md +++ b/docs/02-Line-Chart.md @@ -135,7 +135,7 @@ scales | - | - | - type | String | "category" | As defined in ["Category"](#scales-category-scale). id | String | "x-axis-1" | Id of the axis so that data can bind to it. | | | - *scales*.yAxes | Array | `[{type:"linear","id":"y-axis-1"}]` | Defines all of the x axes used in the chart. See the [scale documentation](#getting-started-scales) for details on the available options. + *scales*.yAxes | Array | `[{type:"linear","id":"y-axis-1"}]` | Defines all of the y axes used in the chart. See the [scale documentation](#getting-started-scales) for details on the available options. *Options for yAxes* | | | type | String | "linear" | As defined in ["Linear"](#scales-linear-scale). id | String | "y-axis-1" | Id of the axis so that data can bind to it.