1👍
With tooltips.mode: 'nearest'
, the Chart.js documentations states:
If
intersect
is true, this is only triggered when the mouse position
intersects an item in the graph.
Try to set intersect: false
or define better suited interaction mode
(i.e. 'x'
)
Source:stackexchange.com