score:38

Accepted answer

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


Related Query

More Query from same tag