chartjs / chartjs-plugin-datalabels

Chart.js plugin to display labels on data elements
https://chartjs-plugin-datalabels.netlify.app
MIT License
873 stars 473 forks source link

Don't shown datalabels #386

Open fuadsadiqov opened 1 year ago

fuadsadiqov commented 1 year ago

Hello, I use donut chart ng2-charts in angular, I want to add datalabels but nothing seen in canvas. public doughnutChartOptions: ChartConfiguration['options'] = { plugins: { legend: { display: false }, datalabels: { display: true, color: '#000', align: 'end', anchor: 'end', } }, } What can I do?

simonbrunel commented 1 year ago

What can I do?

Provide a better description and a codepen that reproduces this issue.