2👍
✅
Try to change your code the following way:
tooltips: {
mode: 'single',
callbacks: {
label: function(tooltipItems, data) {
return tipData[tooltipItems.index]
}
}
}
Source:stackexchange.com