chartjs-plugin-datalabels icon indicating copy to clipboard operation
chartjs-plugin-datalabels copied to clipboard

Don't shown datalabels

Open fuadsadiqov opened this issue 2 years ago • 1 comments

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?

fuadsadiqov avatar Jun 20 '23 10:06 fuadsadiqov

What can I do?

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

simonbrunel avatar Jul 24 '23 17:07 simonbrunel