]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix rendering of table in tooltip documentation (#6846)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Wed, 18 Dec 2019 16:01:38 +0000 (08:01 -0800)
committerEvert Timberg <evert.timberg+github@gmail.com>
Wed, 18 Dec 2019 16:01:38 +0000 (11:01 -0500)
docs/configuration/tooltip.md

index 30d2e121dc402b4cc99ee5a87ebf4297844e9611..26b1d6a7103de7e6eedecb1350f4589e29761dc3 100644 (file)
@@ -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