Recommended Posts

Hi Ravi,

 

We are able to download(export) the charts in all the supported formats with charts rendered in IE browser. Please find the below sample fiddle which is working fine in IE browser.

Sample fiddle : http://jsfiddle.net/r71nfkgv/3/ (version - 3.13.4)

Please let us know if you are using the current version, and replicate the problem in a scaled down sample so that we can check it at our end.

 

Thanks,

Akash.

Share this post


Link to post
Share on other sites

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

Edited by Ravikumar Sutagundi
version correction

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Hi Ravi,

 

We have checked rendering a chart using FusionCharts Angular plugin with the mentioned export configuration as below :

"exportEnabled": "1",

"exportMode": "client"    [Same as "exportAtClient" which is now deprecated]

 

Please find the attached screenshot for the exported files(PNG, JPG, PDF, SVG) from the chart rendered in IE :

image.thumb.png.69248cd53a54b43bdbaf3027438f7f8b.png

 

Also check the Angular sample in the below DropBox link :

https://www.dropbox.com/s/k2l7ipipcjnev2m/my-app-angular.zip?dl=0

 

Thanks,

Akash.

FusionCharts.png

FusionCharts.jpg

FusionCharts.pdf

FusionCharts.svg

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now