1👍
✅
You have to use the below configuration in the tooltip.
options: {
tooltips: {
mode: 'index',
intersect: false,
position: 'nearest'
}
}
More tooltip examples here
Source:stackexchange.com