2👍
✅
Are you looking for this ?Demo
legend: {
display: true,
labels: {
fontColor: 'red'
}
},tooltips :{
backgroundColor:'white',
callbacks:{
labelTextColor: function(tooltipItem, chart) {
return "black";
},
}
}
Source:stackexchange.com