Highcharts: aligning data labels on the same line in bar charts -


How to align the data labels on the same vertical line in the HiTart bar chart as shown in the example below Can I get it?

Enter image details here

< Div class = "post-text" itemprop = "text">

You need to set:

  plotOptions: {bar: {dataLabels: {enable: true, inside: true , Align: 'left', X: 390 / offset}}},  

demo:


Comments