Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/axes/labelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Namespace: `options.scales[scaleId].title`, it defines options for the scale tit
| ---- | ---- | ------- | -----------
| `display` | `boolean` | `false` | If true, display the axis title.
| `align` | `string` | `'center'` | Alignment of the axis title. Possible options are `'start'`, `'center'` and `'end'`
| `text` | `string`\|`string[]` | `''` | The text for the title. (i.e. "# of People" or "Response Choices").
| `text` | `string`\|`string[]` | `''` | The text for the title. (i.e. "# of People" or "Response Choices"). If specified as an array, text is rendered on multiple lines.
| `color` | [`Color`](../general/colors.md) | `Chart.defaults.color` | Color of label.
| `strokeColor` | [`Color`](../general/colors.md) | | Color of text stroke.
| `strokeWidth` | `number` | | Size of stroke width, in pixels.
Expand Down
Loading