Sign in to follow this  
venkatc

Fusion Chart Image Export Is Not Working In Linux Server With Ie8 And Ie9.

Recommended Posts

Hi ,

 

We are using FC_Export to export fusion chart as images. It is working in all browsers with window os. But when we deployed it in linux we are getting problem with IE browser(Mozilla and chrome it's working fine).

we are unable to export the image.

 

we are adding these attributes in xml ("exportCallback="FC_Exported" exportEnabled="1" exportAtClient="0" exportAction="save" exportHandler="localhost....." exportShowMenuItem="1" showExportDialog="1").

 

var chartObjectRankExport = getChartFromId("id");

if( chartObjectRankExport.hasRendered() ) chartObjectRankExport.exportChart();

 

 

call back method:

FC_Exported = function(objRtn) {

 

}

 

OS details:

------------

Red Hat Enterprise Linux Server release 5.6 (Tikanga)

 

 

Please advice.

 

Thanks,

Venkat

Share this post


Link to post
Share on other sites

Hi ,

 

We are using FC_Export to export fusion chart as images. It is working in all browsers with window os. But when we deployed it in linux we are getting problem with IE browser(Mozilla and chrome it's working fine).

we are unable to export the image.

 

we are adding these attributes in xml ("exportCallback="FC_Exported" exportEnabled="1" exportAtClient="0" exportAction="save" exportHandler="localhost....." exportShowMenuItem="1" showExportDialog="1").

 

var chartObjectRankExport = getChartFromId("id");

if( chartObjectRankExport.hasRendered() ) chartObjectRankExport.exportChart();

 

 

call back method:

FC_Exported = function(objRtn) {

 

}

 

OS details:

------------

Red Hat Enterprise Linux Server release 5.6 (Tikanga)

 

 

Please advice.

 

Thanks,

Venkat

 

Hi ,

 

We found the problem with IE8. Actually we are rendering the images at the bottom of the page(Charts are not in active window we can see with scroll) to export. So chart export is unable to find the chart id. If once we move the bottom of the page(focus) the images are rendering then chart export is working in IE8. Please advice how can we fix this.

 

 

With out moving to the bottom(using scroll) we can not render the chart. Please advice.

 

 

We need source code of fusion chart exporter in java. Because we need to change looger while export the image.

 

Is it possible to export image in temp folder C:\\temp(not in server) folder.

 

 

Thanks,

Venkat.

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
Sign in to follow this