Check out my demo on JSFidle: https://jsfiddle.net/uniqueusername/example123/
In the chart, there is a noticeable pink box at the top. I'm trying to remove it. Some suggestions I found involved adding the following code:
legend: {
labels: {
boxWidth: 0,
}
},
However, this solution did not work for me. The box is still present. Can someone help me figure out what I might be doing wrong?