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?
< Div class = "post-text" itemprop = "text">
You need to set:
plotOptions: {bar: {dataLabels: {enable: true, inside: true , Align: 'left', X: 390 / offset}}},
demo:
Comments
Post a Comment