51๐
โ
I had the same issue and came across this post. Iโm guessing you have datalabels plugin installed (I did). Add this to your chart options:
plugins: {
datalabels: {
display: false,
},
}
Hope this helps
Source:stackexchange.com