Ravikumar Sutagundi

Members
  • Content count

    34
  • Joined

  • Last visited

Everything posted by Ravikumar Sutagundi

  1. Drilldown in Angular2 version

    Thank you so much Ayan. This helped me a lot...
  2. Drilldown in Angular2 version

    Hello Ayan, Any help is highly appreciated..
  3. Drilldown in Angular2 version

    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'); }
  4. Drilldown in Angular2 version

    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
  5. Download image/pdf

    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
  6. Download image/pdf

    Thanks Ayan for your reply. That was really helpful.
  7. Download image/pdf

    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
  8. Download image/pdf

    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
  9. Fusioncharts import

    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