xAxis - point specific label positions
问题 Is there a way to have a point specific positionning of the xAxis labels ? I am using a waterfall chart and for some bars I would like the label to appear directly under the bar like below : I have found the following code in the xAxis plotOptions but at this point I don't see how I can acces the info on the bottom of the chart. xAxis: { labels: { y:-100 //label's y position } }, 回答1: You can use point dataLabels to achieve such result: dataLabels: { crop: false, overflow: 'none',