Skip to content

Commit 33ff1fe

Browse files
authored
update defaults in tooltip (#8554)
1 parent 78d3d30 commit 33ff1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/configuration/tooltip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Namespace: `options.plugins.tooltip`, the global options for the chart tooltips
1010
| ---- | ---- | ------- | -----------
1111
| `enabled` | `boolean` | `true` | Are on-canvas tooltips enabled?
1212
| `external` | `function` | `null` | See [external tooltip](#external-custom-tooltips) section.
13-
| `mode` | `string` | | Sets which elements appear in the tooltip. [more...](interactions/modes.md#interaction-modes).
14-
| `intersect` | `boolean` | | If true, the tooltip mode applies only when the mouse position intersects with an element. If false, the mode will be applied at all times.
13+
| `mode` | `string` | `interaction.mode` | Sets which elements appear in the tooltip. [more...](interactions/modes.md#interaction-modes).
14+
| `intersect` | `boolean` | `interaction.intersect` | If true, the tooltip mode applies only when the mouse position intersects with an element. If false, the mode will be applied at all times.
1515
| `position` | `string` | `'average'` | The mode for positioning the tooltip. [more...](#position-modes)
1616
| `callbacks` | `object` | | See the [callbacks section](#tooltip-callbacks).
1717
| `itemSort` | `function` | | Sort tooltip items. [more...](#sort-callback)

0 commit comments

Comments
 (0)