Carl_Sevron Report post Posted September 22, 2016 Taking the following fiddle as an example; http://fiddle.jshell.net/fusioncharts/k1s6y3qp/ if you edit the data to look something like this; "data": [{ "label": "Apple", "value": "810000", "link": "newchart-xml-apple", "labelLink": "j-foo" }, { "label": "Cranberry", "value": "620000", "link": "newchart-xml-cranberry", "labelLink": "j-bar" },{...}] the labelLink functions never run because the labels act on the link attribute and load the linked charts. However if you remove the link attribute completely the labelLink works as you would assume it to, and runs foo() or bar() when clicking the label. How can I have both of these attributes work together correctly? Share this post Link to post Share on other sites
Carl_Sevron Report post Posted September 22, 2016 Actually works correctly in v3.10.1 ... Share this post Link to post Share on other sites
Gagan Sikri Report post Posted September 22, 2016 Hi Thanks for reporting the issue, we have logged it internally and will keep you posted about the same. Share this post Link to post Share on other sites
Carl_Sevron Report post Posted June 5, 2017 Any update on this..? There's been 4 releases since this and it's still broken. Share this post Link to post Share on other sites