You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `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.
15
15
| `position` | `string` | `'average'` | The mode for positioning the tooltip. [more...](#position-modes)
16
16
| `callbacks` | `object` | | See the [callbacks section](#tooltip-callbacks).
0 commit comments