2๐
You need to turn off the sample labels, like this:
options: {
plugins: {
datalabels: {
display: false
}
outlabels: {
display: true
}
}
}
- [Chartjs]-Configuring locale with bundled (CDN) chartjs-adapter-date-fns.bundle.min.js?
- [Chartjs]-Vue-chartjs reactive data error
0๐
@yurzui mentioned, there was reference of chartjs-plugin-labels
which i missed to remove. Thanks @yurzui
Source:stackexchange.com