Can you please tell me how to display values in bars as below in bar chart. I am using ChartJS 3.6 version.
I have tried below code, it didn't work
const chartOptions = {
responsive: false,
plugins: {
legend: {
display: false,
},
datalabels: {
display: true,
align: 'center',
anchor: 'center',
},
},
}
