How can I make the ampersand display properly under the first set of bars/columns in this chart:
It should be 'Apples & Oranges' not 'Apples &
Oranges'.
You can set useHTML as true for labels.
xAxis: {
labels:{
useHTML:true
}
},