]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix legend.md markdown syntax (#7034)
authorjachstet-sea <jannis.achstetter@se.com>
Fri, 31 Jan 2020 00:27:53 +0000 (01:27 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2020 00:27:53 +0000 (19:27 -0500)
* Fix legend.md markdown syntax

Somehow the markdown of a table in the legend.md file was broken ...

* Update legend.md

forgot to add the second option

docs/configuration/legend.md

index ddffc43e3f18b0dcc5c1a0c5a5eaa792fc553a74..95a3f78798b8990c50cc98dfe67c7835d054130d 100644 (file)
@@ -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'|'ltr` 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