0👍
You’re looking for options.hover.intersect
:
if true, the hover mode only applies when the mouse position intersects an item on the chart.
The default is true
so you should change it to false
:
options: {
hover: {
intersect: false
}
}
- Chartjs-Angular2 + Chart.js and ng2-charts. Data binding not working as expected
- Chartjs-Chartjs.org Displaying different data on Radar Chart tooltip
Source:stackexchange.com