Diogo Report post Posted December 5, 2017 Hi, I'm using a waterfall chart and I need to open some pop-ups with extra information when the user click any of the chart column. It is working fine, but I can't add a link to the total column. Is it possible, or I have to create my own total column? Now, I'm using the default "showSumAtEnd" : "1" Thanks teste.js Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 6, 2017 Hi, Using showSumAtEnd at the chart level adds the summation at the end automatically, and the link attribute for FusionCharts works at the data level which needs to be provided with each data label object, hence in order to show link pop up for total plots you need to make an object inside the data array and use isSum attribute inside the object and set as 1. For reference please check the sample fiddle - http://jsfiddle.net/8zw235h8/ Share this post Link to post Share on other sites
alfarconnectors Report post Posted January 18, 2018 Hi Ayan, Thank you so much for the information, it's helped me a lot. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 18, 2018 Welcome. Share this post Link to post Share on other sites