Fix legend.md markdown syntax (#7034)

* 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
This commit is contained in:
jachstet-sea 2020-01-31 01:27:53 +01:00 committed by GitHub
parent a7cb59179a
commit f8724b1b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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. | `reverse` | `boolean` | `false` | Legend will show datasets in reverse order.
| `labels` | `object` | | See the [Legend Label Configuration](#legend-label-configuration) section below. | `labels` | `object` | | See the [Legend Label Configuration](#legend-label-configuration) section below.
| `rtl` | `boolean` | | `true` for rendering the legends from right to left. | `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. | `title` | `object` | | See the [Legend Title Configuration](#legend-title-configuration) section below.
## Position ## Position