To show the value on the bar chart, I'm using chartjs-plugins-datalabels. However, my data consists a lot of zeros thus it cause the charts looks messy. I can't define the zeros to 'null/undefined' because it need to be used. How can I remove the value label for [0] using chartjs-plugins-datalabels without redefine the zeros?
Here is the code for datalabels:
plugins:{
datalabels: {
align: 'end',
anchor: 'end'
},
},
