Add onLeave to legend config docs (#6088)

This commit is contained in:
Jon Rimmer 2019-02-25 07:59:48 +00:00 committed by Simon Brunel
parent 317cae11dc
commit b36d55d093

View File

@ -12,6 +12,7 @@ The legend configuration is passed into the `options.legend` namespace. The glob
| `fullWidth` | `boolean` | `true` | Marks that this box should take the full width of the canvas (pushing down other boxes). This is unlikely to need to be changed in day-to-day use.
| `onClick` | `function` | | A callback that is called when a click event is registered on a label item.
| `onHover` | `function` | | A callback that is called when a 'mousemove' event is registered on top of a label item.
| `onLeave` | `function` | | A callback that is called when a 'mousemove' event is registered outside of a previously hovered label item.
| `reverse` | `boolean` | `false` | Legend will show datasets in reverse order.
| `labels` | `object` | | See the [Legend Label Configuration](#legend-label-configuration) section below.