How to set background color for HighChart xAxis shortcuts.
I tried below but no luck
xAxis: {Categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], tags: {rotation: 90, style: {color: '# 89A54E', fill: '# 000', backgroundColor: '# FCFFC5',}}, backgroundColor: '# FCFFC5'}
Thanks in Advance Navin
source share