From: stockiNail Date: Thu, 16 Jul 2020 17:29:13 +0000 (+0200) Subject: Removes the line hegiht property from title documentation (#7631) X-Git-Tag: v3.0.0-beta.2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bebdcea87cb34f55c251ead995bd3a1370576efc;p=thirdparty%2FChart.js.git Removes the line hegiht property from title documentation (#7631) --- 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