]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
documenattion error (#8037)
authorLeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com>
Wed, 11 Nov 2020 16:05:46 +0000 (17:05 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Nov 2020 16:05:46 +0000 (11:05 -0500)
Co-authored-by: Jacco van den Berg <jacco@uniware.nl>
docs/docs/configuration/tooltip.md

index aef329af8021f1d0f6ef4251148a694e99827f11..ab98aed30a4c75713aeff5359acc57260e01c784 100644 (file)
@@ -40,7 +40,7 @@ The tooltip configuration is passed into the `options.tooltips` namespace. The g
 | `usePointStyle` | `boolean` | `false` | Use the corresponding point style (from dataset options) instead of color boxes, ex: star, triangle etc. (size is based on the minimum value between boxWidth and boxHeight).
 | `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.
+| `rtl` | `boolean` | | `true` for rendering the tooltip from right to left.
 | `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