Sign in to follow this  
Guest Madhumita

"Save image as..." is not appearing

Recommended Posts

Hi:

I have created several FusionCharts and they all are working fine.

I have a drilldown chart (Bar2D chart) that I need to save in PDF/JPEG format and I tried the same way I did for one of my charts.

When I enabled the chart for export, the chart context menu doesn't show any export formats  - JPEG, PNG or PDF

(Save Image as ... are not appearing).

I did the following things:

1. Added FusionChartsExportComponent.js to my .aspx file -

<script language="JavaScript" src="FusionCharts/FusionChartsExportComponent.js" type="text/javascript"></script>

2. Set the registerWithJS attribute as 1 (true)

3. Set attribute exportEnabled='1' like:

xmlData.Append(" exportEnabled='1' exportAtClient='1' exportHandler='fcExporter1' exportFormats='JPEG=Export as JPEG|PDF=Export as PDF|PNG=Export as PNG' exportFileName='14 days detailed chart' ");

xmlData.Append(" exportDialogColor='e1f5ff' exportDialogBorderColor='0372ab' exportDialogFontColor='0372ab' exportDialogPBColor='0372ab' exportDialogMessage='Exporting chart'>"); //these properties are for Configuring export dialog box

 

I'm wondering if there is any problem exporting Bar2D chart......

I also have a Grid chart which giving me the same problem.

Would someone please let me know the way I can save 2D Bar and Grid Chart as image.

Need your help pls.

Thanking You,

 

Maksuda...

Edited by Guest

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