I am a highcharts rookie and it seems like a very simple problem, but I am unable to get x axis category when I click on a column in a very simple column chart.
What I tried without success:
this, x, this.x, Here is a fiddle for you to play with: http://jsfiddle.net/9xskkkpx/
column: {
events: {
click:function(event) {
alert(event.point.category);
}
}
}
http://jsfiddle.net/9xskkkpx/1/
https://api.highcharts.com/highcharts/plotOptions.column.events.click
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With