mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Removes the line hegiht property from title documentation (#7631)
This commit is contained in:
parent
af855d7646
commit
bebdcea87c
@ -15,7 +15,6 @@ The title configuration is passed into the `options.title` namespace. The global
|
|||||||
| `position` | `string` | `'top'` | Position of title. [more...](#position)
|
| `position` | `string` | `'top'` | Position of title. [more...](#position)
|
||||||
| `font` | `Font` | `defaults.font` | See [Fonts](../general/fonts.md)
|
| `font` | `Font` | `defaults.font` | See [Fonts](../general/fonts.md)
|
||||||
| `padding` | <code>number|{top: number, bottom: number}</code> | `10` | Adds padding above and below the title text if a single number is specified. It is also possible to change top and bottom padding separately.
|
| `padding` | <code>number|{top: number, bottom: number}</code> | `10` | Adds padding above and below the title text if a single number is specified. It is also possible to change top and bottom padding separately.
|
||||||
| `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).
|
|
||||||
| `text` | <code>string|string[]</code> | `''` | Title text to display. If specified as an array, text is rendered on multiple lines.
|
| `text` | <code>string|string[]</code> | `''` | Title text to display. If specified as an array, text is rendered on multiple lines.
|
||||||
|
|
||||||
### Position
|
### Position
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user