Background color for labels on the Axis.plotLines
I would love to be able to set background color for labels on the yAxis.plotLines:
yAxis: {
...
plotLines: {
color: ...,
width: ...,
value: ...,
label: {
text: '...',
style: {
color: '...',
backgroundColor: '...'
}
}
}
}
29
votes
Piotr
shared this idea