I'm totally new to Highchart. Currently, I am facing an issue is that I'm not getting a label on the last bar of high chart
Add this to you high charts binding script plotOptions: { column: { stacking: 'normal', }, series: { cursor: 'pointer', dataLabels: { enabled: true, x: -10 } } }