Skip to content

Commit

Permalink
Update legend.md
Browse files Browse the repository at this point in the history
forgot to add the second option
  • Loading branch information
jachstet-sea authored Jan 30, 2020
1 parent f049b22 commit 88efd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88efd2d

Please sign in to comment.