How can I set background color to HighChart xAxis labels.
I tried the below but no luck
xAxis: {
categories: [‘Jan’, ‘Feb’, ‘Mar’, ‘Apr’, ‘May’, ‘Jun’, ‘Jul’, ‘Aug’, ‘Sep’, ‘Oct’, ‘Nov’, ‘Dec’],
labels: {
rotation: 90,
style: {
color: ‘#89A54E’,
fill: ‘#000’,
backgroundColor: ‘#FCFFC5’,
}
},
backgroundColor: ‘#FCFFC5’
}
Thanks in Advance
Navin
You can’t. The xAxis object does not have the attribute backgroundColor.