Abhisekh Report post Posted April 3, 2018 I need the x-axis label value on click of a column of a bar chart. I have the below click event : events = { "chartClick" : function(evtObj, argObj){ console.log("chart click", argObj.chartX); } } Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted April 5, 2018 Hi, Please check the sample fiddle - https://jsfiddle.net/opto3ckz/ Share this post Link to post Share on other sites