chartjs / chartjs/chartjs-plugin-datalabels
Don't shown datalabels
Open
needs test case
- Dominant language
- JavaScript
- Stars
- 920
- Forks
- 507
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.