From bebdcea87cb34f55c251ead995bd3a1370576efc Mon Sep 17 00:00:00 2001 From: stockiNail Date: Thu, 16 Jul 2020 19:29:13 +0200 Subject: [PATCH] Removes the line hegiht property from title documentation (#7631) --- docs/docs/configuration/title.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/configuration/title.md b/docs/docs/configuration/title.md index 9601ef1d5..7f4fc9b29 100644 --- a/docs/docs/configuration/title.md +++ b/docs/docs/configuration/title.md @@ -15,7 +15,6 @@ The title configuration is passed into the `options.title` namespace. The global | `position` | `string` | `'top'` | Position of title. [more...](#position) | `font` | `Font` | `defaults.font` | See [Fonts](../general/fonts.md) | `padding` | number|{top: number, bottom: number} | `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` | number|string | `1.2` | Height of an individual line of text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/line-height). | `text` | string|string[] | `''` | Title text to display. If specified as an array, text is rendered on multiple lines. ### Position -- 2.47.3