I want to customize series on the yAxis as right/left/center. with below property I am able to achieve it
yAxis : {
uniqueNames: true,
labels: {
align: 'right', // center, left, or right
},
},
But this works fine for left alignment only. And for center and right I get this this below UI you can see in image
Am I missing anything here? or this how alignment works?
Please suggest me some fix for this issue.
Here is my demo code for the same.
https://codepen.io/manshi44/pen/KKrzOGy?editors=1111