score:0

@yurzui mentioned, there was reference of chartjs-plugin-labels which i missed to remove. thanks @yurzui

score:2

you need to turn off the sample labels, like this:

options: {
  plugins: {
    datalabels: {
      display: false
    }
    outlabels: {
      display: true
    }
  }
}

Related Query

More Query from same tag