From: stockiNail Date: Mon, 8 Jun 2020 11:56:06 +0000 (+0200) Subject: Remove lineHeight property from ScaleTitle (#7477) X-Git-Tag: v3.0.0-beta.2~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a12f8bffe5da968183e10ddb7c9b0fa5db4e21;p=thirdparty%2FChart.js.git Remove lineHeight property from ScaleTitle (#7477) `lineHeight` it should not be used anymore because inside the `Font` object --- diff --git a/docs/docs/axes/labelling.md b/docs/docs/axes/labelling.md index efae5a860..cccb6578c 100644 --- a/docs/docs/axes/labelling.md +++ b/docs/docs/axes/labelling.md @@ -13,7 +13,6 @@ The scale label configuration is nested under the scale configuration in the `sc | `display` | `boolean` | `false` | If true, display the axis title. | `align` | `string` | `'center'` | Alignment of the axis title. Possible options are `'start'`, `'center'` and `'end'` | `labelString` | `string` | `''` | The text for the title. (i.e. "# of People" or "Response Choices"). -| `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)). | `font` | `Font` | `defaults.font` | See [Fonts](fonts.md) | `padding` | number|object | `4` | Padding to apply around scale labels. Only `top` and `bottom` are implemented.