I'm trying to center a label within a bar chart in Highcharts. In my case within an inverted waterfall chart which you can see here:
I'm trying to horizontally center a data label within each bar, such that if a data point in the series has a low of 1, and y of 3, the point would sit at 2. I tried the workaround suggested in the high charts docs here:
With the latest version, it doesn't seem to affect the rendering by changing the options in the formatter callback.
Any help is appreciated.