Ravikumar Sutagundi Report post Posted March 2, 2018 Hi, In javascript version of Fusioncharts, there was a function to call for the drilldowns like link="JavaScript:myJSFunction('USA', 235);" . Is there any provision available in the angular2 version as well? Regards, Ravi Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 2, 2018 Yes check this sample - https://plnkr.co/edit/Xp9BubqrOxXFVcogzN7Q?p=preview Share this post Link to post Share on other sites
Ravikumar Sutagundi Report post Posted March 2, 2018 Thanks Ayan for the quick reply. But how do I call a typescript method rather than displaying an alert. I tried to call the method in place of alert, but it just throws error Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 2, 2018 Please share us sample replicating the issue you are facing so that we could suggest you further. Share this post Link to post Share on other sites
Ravikumar Sutagundi Report post Posted March 2, 2018 Please check below code snippet. After alert, I am trying to call a typescript method events={ 'dataplotClick': function(evt, args) { window.showAlert = function(str){ var arr = str.split(","); console.log(arr); alert("[Example for the 'JavaScript:' prefix] \n" + arr[0]); this.userMethod(arr[0]);//Here trying to call typescript method }; } } public userMethod(value){ console.log('here'); } Share this post Link to post Share on other sites
Ravikumar Sutagundi Report post Posted March 5, 2018 On 3/2/2018 at 2:58 PM, Ayan Bhadury said: Please share us sample replicating the issue you are facing so that we could suggest you further. Hello Ayan, Any help is highly appreciated.. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 5, 2018 Please check the sample for reference - https://plnkr.co/edit/lJovccGtdkvBNPcdCVw6?p=preview Share this post Link to post Share on other sites
Ravikumar Sutagundi Report post Posted March 5, 2018 54 minutes ago, Ayan Bhadury said: Please check the sample for reference - https://plnkr.co/edit/lJovccGtdkvBNPcdCVw6?p=preview Thank you so much Ayan. This helped me a lot... Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 6, 2018 Welcome Share this post Link to post Share on other sites
Ravikumar Sutagundi Report post Posted July 18, 2018 Hi Ayan, Follow up with this, have some other issue. Have attached the video for the same. If a chart has no drill down, we do display a message to inform a user it doesn't have drill down. When the export at client option is been enabled, it displays the drop down on hower of the chart export icon. If the chart data plot has large data and displays beneath the export drop down, clicking on the export drop down it triggers the drill down wherein it should not trigger the action on data plot. However, it does download the chart along with triggering the action on data plot. Kindly refer the attached video for the same for your reference. export.wmv Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted July 18, 2018 Hi, We are able to replicate the problem, however, we are glad to let you know that the issue is fixed in upcoming version 3.13.0 which would be released shortly, we would share the update accordingly. 13 minutes ago, Ravikumar S said: Hi Ayan, Follow up with this, have some other issue. Have attached the video for the same. If a chart has no drill down, we do display a message to inform a user it doesn't have drill down. When the export at client option is been enabled, it displays the drop down on hower of the chart export icon. If the chart data plot has large data and displays beneath the export drop down, clicking on the export drop down it triggers the drill down wherein it should not trigger the action on data plot. However, it does download the chart along with triggering the action on data plot. Kindly refer the attached video for the same for your reference. export.wmv Share this post Link to post Share on other sites
Ravikumar Sutagundi Report post Posted July 19, 2018 Thanks Ayan. May I know when this release will happen? The support for different chart types renders in first chart place, if we have multiple charts. I believe this is also going to be fixed and released in the 3.13.0 version? Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted July 19, 2018 Hi, FusionCharts 3.13.0 is expected to be released by next month, I will send you a notification when the version is released. "The support for different chart types renders in first chart place if we have multiple charts. I believe this is also going to be fixed and released in the 3.13.0 version?" Could you please elaborate this query. Share this post Link to post Share on other sites