From 88efd2d88096cee4180d1e68d05007380b9c50e2 Mon Sep 17 00:00:00 2001 From: jachstet-sea Date: Thu, 30 Jan 2020 14:34:53 +0100 Subject: [PATCH] Update legend.md forgot to add the second option --- docs/configuration/legend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/legend.md b/docs/configuration/legend.md index 3ba59f52d48..95a3f78798b 100644 --- a/docs/configuration/legend.md +++ b/docs/configuration/legend.md @@ -18,7 +18,7 @@ The legend configuration is passed into the `options.legend` namespace. The glob | `reverse` | `boolean` | `false` | Legend will show datasets in reverse order. | `labels` | `object` | | See the [Legend Label Configuration](#legend-label-configuration) section below. | `rtl` | `boolean` | | `true` for rendering the legends from right to left. -| `textDirection` | `string` | canvas' default | This will force the text direction `'rtl' on the canvas for rendering the legend, 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 legend, regardless of the css specified on the canvas | `title` | `object` | | See the [Legend Title Configuration](#legend-title-configuration) section below. ## Position