chartjs / chartjs/chartjs-plugin-datalabels

Don't shown datalabels

Open
#386 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.