diff --git a/docs/axes/labelling.md b/docs/axes/labelling.md index c0dda84a96a..ef43cdb01cf 100644 --- a/docs/axes/labelling.md +++ b/docs/axes/labelling.md @@ -9,7 +9,7 @@ The scale label configuration is nested under the scale configuration in the `sc | Name | Type | Default | Description | -----| ---- | --------| ----------- | `display` | `Boolean` | `false` | If true, display the axis title. -| `labelString` | `String` | `''` | The text for the title. (i.e. "# of People" or "Respone Choices"). +| `labelString` | `String` | `''` | The text for the title. (i.e. "# of People" or "Response Choices"). | `fontColor` | Color | `'#666'` | Font color for scale title. | `fontFamily` | `String` | `"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"` | Font family for the scale title, follows CSS font-family options. | `fontSize` | `Number` | `12` | Font size for scale title. @@ -39,4 +39,4 @@ var chart = new Chart(ctx, { } } }); -``` \ No newline at end of file +```