I am trying to align the Y axis labels in the center of the plotBand but on the Y axis. Here what I have tried. I have given the label to plotBand and aligned it on Y axis. I am trying to find alternate solution that dynamically align the value on Y axis instead of setting the negative values of X inside the label.
plotBand: {
label: {
text: 'Y axis Value 1',
align: 'left',
x: -95,
style: {
color: '#333'
}
},
}