Version
5.3.3
Link to Minimal Reproduction
No response
Steps to Reproduce
- Go to Heatmap on Cartesian chart example from project web page.
- Add the following attributes to
yAxis option: name: 'Axis name' and nameLocation: 'center':

- Press
Run button at top and check how Axis name overlaps few labels:

Current Behavior
Axis name overlaps its labels

Expected Behavior
Axis name should appear right next to values

Environment
- OS: Any
- Browser: Chrome or Firefox. Latest versions
Any additional comments?
I know we can use nameGap attribute, but in some cases there is no way to know how long the label will be.
Is there a way to get the "size" of the label space/boundaries?