Ravikumar Sutagundi
Members-
Content count
34 -
Joined
-
Last visited
Everything posted by Ravikumar Sutagundi
-
angular2 Drilldown in Angular2 version
Ravikumar Sutagundi replied to Ravikumar Sutagundi's topic in General usage
Thank you so much Ayan. This helped me a lot... -
angular2 Drilldown in Angular2 version
Ravikumar Sutagundi replied to Ravikumar Sutagundi's topic in General usage
Hello Ayan, Any help is highly appreciated.. -
angular2 Drilldown in Angular2 version
Ravikumar Sutagundi replied to Ravikumar Sutagundi's topic in General usage
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'); } -
angular2 Drilldown in Angular2 version
Ravikumar Sutagundi replied to Ravikumar Sutagundi's topic in General usage
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 -
Hi, I wanted to know if I enable exportEnable flag, is there any data sent to fusioncharts server or all happens at client side? If data is being sent to fusioncharts server, what all data is being sent & what happens if export server is down? Regards, Ravi
-
Thanks Ayan for your reply. That was really helpful.
-
Hi, Thanks for your reply. That's really helpful. Exporting will send only SVG. Is that SVG sent to fusioncharts server or done in client side? Does export works without internet? Regards, Ravi
-
Thanks Ayan for your reply. I have enabled the flag enableExport:1 and also able to download the image & pdf. Just wanted to know, is there any data will be shared with fusioncharts server to export the image/pdf? And also how to change the file name from fusioncharts to the chart name? Regards, Ravi
-
Hi, I have a licensed copy of fusioncharts which is being used in one of web application. Now we have migrated to angular2(typescript). So, how can I use the existing licensed fusioncharts into my angular2 application? I have tried with some imports, but could not succeed. Need your assistance in this. Replies are highly appreciated. Regards, Ravi
