Sign in to follow this  
murphj222

Restricting export file format in JS fusioncharts (not flash) and moving button

Recommended Posts

I have fusioncharts in javascript (not flash) exporting via each of the four file types properly but I want to restrict the user to only 'PDF'. Is there a way to do that? I tried setting the 'exportfileformat' attribute to PDF but that didn't work.

 

Also is there a way to easily reposition the export button on the javascript fusioncharts from the top right to say the bottom right?

 

Thanks!

Share this post


Link to post
Share on other sites
Guest Rishab

Hi,

Can you please explicitly set the value of the attribute 'exportFormats' as mentioned below to fulfill the needed scenario-

<chart exportFormats="PDF=Export as PDF File" ..>

The attached item is the screenshot of the same.

Please note- As of now it is not possible to reposition the export button.

Hope this helps.

post-47865-0-83287500-1387191238_thumb.jpeg

 

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