Hovering interactions
Tooltips respond to hover events. The next table lists properties of the hover
object, which can be configured globally using Chart.defaults.global.hover
or locally using options.hover
:
Object | Value | Description |
|
| Same behavior as |
|
| Same behavior as |
|
| Selects parameters that are used to calculate the distance from the value point to the cursor during a hover event. The default is |
|
| The duration of the animation. This affects any hovering events, including tooltips. |
Configuration options for the hover object
Both the hover
and the tooltip objects support the...