]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fix typo 2289/head
authorKammy <tkammyz@gmail.com>
Mon, 18 Apr 2016 15:31:19 +0000 (00:31 +0900)
committerKammy <tkammyz@gmail.com>
Mon, 18 Apr 2016 15:31:19 +0000 (00:31 +0900)
docs/02-Line-Chart.md

index 6cdcd419cc083745cf7d37c27896f21471d1f7bb..2202fcb671c91fb9a520bb3982a881946d8a8e73 100644 (file)
@@ -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.