1👍
✅
yes, you could try:
tooltips: {
callbacks: {
label: function(tooltipItem, data) {
let tooltip = ...;
return tooltip;
}
},
mode: 'nearest',
intersect: false
},
Source:stackexchange.com