snehakulkarni Report post Posted October 2, 2019 Hello, Can I use the drill down functionality in a stackedcolumn2d chart? I noticed that we can use drill down in column2d chart. I want to use JavaScript link so when clicked on the stacked bar, I can execute js function. Thank You Share this post Link to post Share on other sites
Akash Biswas Report post Posted October 10, 2019 Hi Sneha, Yes, it is possible to execute JS function using the "link" attribute with a "JavaScript" prefix within the attribute. Please check the below documentation link for reference : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/drill-down#the-javascript-prefix Also find a sample fiddle : http://jsfiddle.net/fusioncharts/z7vnp56d/ Thanks, Akash. Share this post Link to post Share on other sites