Finish incomplete sentence and remove trailing spaces.

This commit is contained in:
Michael Oberwasserlechner 2016-07-02 16:46:29 +02:00
parent aed3d40263
commit 1485778363

View File

@ -193,7 +193,7 @@ The tooltip configuration is passed into the `options.tooltips` namespace. The g
Name | Type | Default | Description
--- | --- | --- | ---
enabled | Boolean | true | Are tooltips
enabled | Boolean | true | Are tooltips enabled
custom | Function | null | See [section](#chart-configuration-custom-tooltips) below
mode | String | 'single' | Sets which elements appear in the tooltip. Acceptable options are `'single'`, `'label'` or `'x-axis'`. <br>&nbsp;<br>`single` highlights the closest element. <br>&nbsp;<br>`label` highlights elements in all datasets at the same `X` value. <br>&nbsp;<br>`'x-axis'` also highlights elements in all datasets at the same `X` value, but activates when hovering anywhere within the vertical slice of the x-axis representing that `X` value.
itemSort | Function | undefined | Allows sorting of [tooltip items](#chart-configuration-tooltip-item-interface). Must implement a function that can be passed to [Array.prototype.sort](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort)