You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/axes/labelling.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ The scale label configuration is nested under the scale configuration in the `sc
9
9
| Name | Type | Default | Description
10
10
| ---- | ---- | ------- | -----------
11
11
| `display` | `boolean` | `false` | If true, display the axis title.
12
+
| `align` | `string` | `'center'` | Alignment of the axis title. Possible options are `'start'`, `'center'` and `'end'`
12
13
| `labelString` | `string` | `''` | The text for the title. (i.e. "# of People" or "Response Choices").
13
14
| `lineHeight` | <code>number|string</code> | `1.2` | Height of an individual line of text (see [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/line-height)).
14
15
| `fontColor` | `Color` | `'#666'` | Font color for scale title.
0 commit comments