Ravikumar Sutagundi

Members
  • Content count

    34
  • Joined

  • Last visited

About Ravikumar Sutagundi

  • Rank
    Advanced Member
  1. Fusion charts Excel Export

    Hello Akash, Thanks for replying. We are using angular and build the war with node build which will compress all the files. So how to do it using angular? If Javascript, we could have included. But we are using angular.
  2. Fusion charts Excel Export

    Hello, I am getting this below error in the latest update. And also I am not able to see the excel export option on the rendered chart. All other option png, jpg and svg available. Earlier was able to see, after upgrading to latest fusioncharts getting the below error with no excel export option being displayed in the chart. zone.js:682 Unhandled Promise rejection: Loading chunk 13 failed. (error: http://localhost:4200/fusioncharts.excelexport.js) ; Zone: <root> ; Task: Promise.then ; Value: Error: Loading chunk 13 failed. (error: http://localhost:4200/fusioncharts.excelexport.js) at HTMLScriptElement.i (fusioncharts.js:13) at HTMLScriptElement.wrapFn (zone.js:1332) at ZoneDelegate.invokeTask (zone.js:423) at Zone.runTask (zone.js:195) at ZoneTask.invokeTask [as invoke] (zone.js:498) at invokeTask (zone.js:1744) at HTMLScriptElement.globalZoneAwareCallback (zone.js:1770) Error: Loading chunk 13 failed. (error: http://localhost:4200/fusioncharts.excelexport.js) at HTMLScriptElement.i (webpack-internal:///./node_modules/fusioncharts/fusioncharts.js:13:2212) at HTMLScriptElement.wrapFn (webpack-internal:///./node_modules/zone.js/dist/zone.js:1332:39) at ZoneDelegate.invokeTask (webpack-internal:///./node_modules/zone.js/dist/zone.js:423:31) at Zone.runTask (webpack-internal:///./node_modules/zone.js/dist/zone.js:195:47) at ZoneTask.invokeTask [as invoke] (webpack-internal:///./node_modules/zone.js/dist/zone.js:498:34) at invokeTask (webpack-internal:///./node_modules/zone.js/dist/zone.js:1744:14) at HTMLScriptElement.globalZoneAwareCallback (webpack-internal:///./node_modules/zone.js/dist/zone.js:1770:17) Any suggestion, highly appreciated
  3. Export charts in IE not working

    Hi, Thank you for you help After changing exportAtClientSide to exportMode it worked. Regards Ravi
  4. Export charts in IE not working

    Hi, On further exploration on IE, when I changed the User agent String in Emulation tab under IE developer tool to Internet Explorer 10 (I am using IE 11), I was able to download the image and pdf formats. Is this the case that export of fusion chart as images and png not supported by IE11? In IE 11, in networks I can see the image in Response body with 0 size but the download is not triggered. Any response is highly appreciated Regards, Ravi
  5. Export charts in IE not working

    Hi, I checked out the sample fiddle. I am trying to implement in angular 4. I am setting exportEnabled as 1 and exportAtClientSide as 1. Also the fusion chart occupies 100% width. The version that I am using is 3.13.4 Thanks Ravi
  6. Hi, Export chart in IE is not working for PDF, JPG, PNG and SVG format while the Excel works fine. I am able to export in other browsers except IE. Any response highly appreciated. Regards, Ravi
  7. Display date(2013/07/20) data in x/y axis in bar and columns charts

    Hello Akash, Thanks for the reply. I did try this, however I can see only year displayed not the date and month. 2019-01-04 is being displayed as only 2019. Any other ways to display full date? Appreciate the response. Regards, Ravi
  8. Hi, Can we display dates data in bar and column charts. I tried but it always shows in thousands. 2013 will be shown as 2k. Is there way to achieve this? Appreciate the response. Regards, rAvi
  9. Changing chart type dynamically

    Hello Ayan, May I know whether this has been fixed in latest version or not? Appreciate your response. Regards, ravi
  10. Company Logo at the place of credit on charts

    Thanks, Akash for your reply. This image works, if I mention the below URL for the LogoURL it doesn't work. https://causeway.com/sites/default/files/favicon.ico
  11. Company Logo at the place of credit on charts

    Hi Akash, Thanks for your reply. In Angular4 we are facing the issue. In javascript it does work.
  12. Company Logo at the place of credit on charts

    Thanks, Akash for the reply. This helped me. But when I import the image, the logo won't be imported. It says, "linked image not found" in the imported image. What needs to be done to get the logo in the imported images?
  13. Hi, If we have the trial version, a message gets displayed saying "Fusion Charts XT Trial". The moment we have licensed version, this just disappears. My requirement is that I want to display a company logo or image at that place. How can I achieve that? Any reply highly appreciated. Regards, Ravi
  14. Changing chart type dynamically

    Hello Ayan, With regards to the same drill down, have one more issue. When I change chart type from AngularGauge to HLinearGauge and vice versa gets this error. core.es5.js:1020 ERROR TypeError: Cannot read property ' rearextension ' of undefined Please find the below stack trace for your persual. core.es5.js:1020 ERROR TypeError: Cannot read property 'rearextension' of undefined at a._spaceManager (fusioncharts.widgets.js:456) at a._manageSpace (fusioncharts.js:1033) at a.draw (fusioncharts.js:1041) at Object.k [as job] (fusioncharts.js:1001) at q (fusioncharts.js:39) at ZoneDelegate.invokeTask (zone.js:367) at Object.onInvokeTask (core.es5.js:3881) at ZoneDelegate.invokeTask (zone.js:366) at Zone.runTask (zone.js:166) at ZoneTask.invoke (zone.js:420) at data.args.(anonymous function) (webpack-internal:///./node_modules/zone.js/dist/zone.js:1581:29)
  15. Drilldown in Angular2 version

    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?