Fix Tiny Typo in Labelling.md

This commit is contained in:
Spencer Dellis 2017-06-08 13:58:11 -04:00 committed by Evert Timberg
parent 7423c48eb7
commit 9e6a6112a4

View File

@ -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, {
}
}
});
```
```