Skip to content

Commit

Permalink
docs: Fix typo for documentation of plugins.tooltip.textDirection (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
bboy-chocomint committed Sep 4, 2023
1 parent 7ccd4a2 commit 44b97b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@ export interface LegendOptions<TType extends ChartType> {
rtl: boolean;
/**
* This will force the text direction 'rtl' or 'ltr' on the canvas for rendering the legend, regardless of the css specified on the canvas
* @default canvas' default
* @default canvas's default
*/
textDirection: string;

Expand Down

0 comments on commit 44b97b8

Please sign in to comment.