How can I apply the tooltip on the x-axis category labels on mouseover with the following Highcharts options applied?
chart: type: column
xAxis: categories: ['apple','banana','pear','grape','melon','peach']
plotOptions : column: stacking: normal
series: [{
name: 'first',
data: [1,2,3,4,5,6]
}, {
name: 'second',
data[100,200,300,400,500,600]
}, {
name: 'third',
data[1000,2000,3000,4000,5000,6000]
}]