]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Removes the line hegiht property from title documentation (#7631)
authorstockiNail <stocki.nail@gmail.com>
Thu, 16 Jul 2020 17:29:13 +0000 (19:29 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2020 17:29:13 +0000 (13:29 -0400)
docs/docs/configuration/title.md

index 9601ef1d59c623c971a317f0516163eeed920c71..7f4fc9b292469117f1fda0e57e7f02cfad1041bf 100644 (file)
@@ -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` | <code>number&#124;{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&#124;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&#124;string[]</code> | `''` | Title text to display. If specified as an array, text is rendered on multiple lines.
 
 ### Position