0๐
โ
You target the array as one object to return, if you only want to return the individual value you also need to target that like so:
label: (tooltipItem, data) => {
return data.datasets[tooltipItem.datasetIndex].actualValue[tooltipItem.dataIndex];
},
Source:stackexchange.com