highchartsbar-chart

High Chart value is not coming on last bar


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 chartcha


Solution

  • Add this to you high charts binding script plotOptions: { column: { stacking: 'normal', }, series: { cursor: 'pointer', dataLabels: { enabled: true, x: -10 } } }