BradG Report post Posted November 29, 2018 (edited) We're getting a javascript error when clicking on a bar in the gantt chart: "Uncaught () is not a function". I've attached screenshots of the call stack and relevant source code using minified files that have been "pretty-printed". This error does not occur when using 3.12.2. Edited November 29, 2018 by BradG Share this post Link to post Share on other sites
Akash Biswas Report post Posted November 30, 2018 Hi, Kindly share a scaled down sample replicating the issue so that we can investigate and get back to you with a solution after checking your implementation. Thanks, Akash. Share this post Link to post Share on other sites
BradG Report post Posted November 30, 2018 We are using the dataplotclick event on gantt charts, but also using "link: 'j-$.noop'" so that the pointer cursor appears when hovering over each task. I found that it works in the latest version without an error if I add a "-" after "noop". The extra "-" was not necessary in 3.12.2. Share this post Link to post Share on other sites
Akash Biswas Report post Posted December 4, 2018 Hi, By default FusionCharts displays a hand pointer when a "link" attribute is used. It is natively not supported to display it as pointer cursor on hovering over the plots when the link attribute is set. If you want to have cursor pointer even with link attribute set, you need to implement it at your end accordingly for your requirement. Regarding the "j-" notation please check the documentation for reference : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/drill-down#use-javascript-functions-as-links-14 Thanks, Akash. Share this post Link to post Share on other sites