Skip to content

Commit

Permalink
Fix Tiny Typo in Labelling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Dellis authored and etimberg committed Jun 9, 2017
1 parent 7423c48 commit 9e6a611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/axes/labelling.md
Expand Up @@ -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.
Expand Down Expand Up @@ -39,4 +39,4 @@ var chart = new Chart(ctx, {
}
}
});
```
```

0 comments on commit 9e6a611

Please sign in to comment.