Skip to content

Commit 287394e

Browse files
authored
Update tooltip.md (#11154)
* Update tooltip.md Add missing `'` * Update tooltip.md Improve textDirection text
1 parent 6cc429d commit 287394e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/configuration/tooltip.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Namespace: `options.plugins.tooltip`, the global options for the chart tooltips
4242
| `borderColor` | [`Color`](../general/colors.md) | `'rgba(0, 0, 0, 0)'` | Color of the border.
4343
| `borderWidth` | `number` | `0` | Size of the border.
4444
| `rtl` | `boolean` | | `true` for rendering the tooltip from right to left.
45-
| `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
45+
| `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
4646
| `xAlign` | `string` | `undefined` | Position of the tooltip caret in the X direction. [more](#tooltip-alignment)
4747
| `yAlign` | `string` | `undefined` | Position of the tooltip caret in the Y direction. [more](#tooltip-alignment)
4848

0 commit comments

Comments
 (0)