From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 18 Dec 2019 16:01:38 +0000 (-0800) Subject: Fix rendering of table in tooltip documentation (#6846) X-Git-Tag: v3.0.0-alpha~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1127ff561b8d0f1a45de04c12b0ed0c893c7f294;p=thirdparty%2FChart.js.git Fix rendering of table in tooltip documentation (#6846) --- diff --git a/docs/configuration/tooltip.md b/docs/configuration/tooltip.md index 30d2e121d..26b1d6a71 100644 --- a/docs/configuration/tooltip.md +++ b/docs/configuration/tooltip.md @@ -45,7 +45,7 @@ The tooltip configuration is passed into the `options.tooltips` namespace. The g | `borderColor` | `Color` | `'rgba(0, 0, 0, 0)'` | Color of the border. | `borderWidth` | `number` | `0` | Size of the border. | `rtl` | `boolean` | | `true` for rendering the legends from right to left. -| `textDirection` | `string` | canvas' default | This will force the text direction `'rtl'|'ltr` on the canvas for rendering the tooltips, regardless of the css specified on the canvas +| `textDirection` | `string` | canvas' default | This will force the text direction `'rtl' or 'ltr` on the canvas for rendering the tooltips, regardless of the css specified on the canvas ### Position Modes