Sign in to follow this  
codingMadMan11

Javascript Export exportenabled=1 is not working

Recommended Posts

Hello, I added exportenabled:1 to my chart and the export icon appears in the top right of the chart as expected. However, if I click on the export icon nothing happens. There is no dropdown menu of the export types. I have the following below: (chart appears perfectly).


 

var fusionData = {

        chart: {

            caption       : chartParameters.name,

            SubCaption    : "",

            xaxisname:xaxis,

            yaxisname:yaxis,

            numberPrefix:"$",

            slantLabels:1,         

            enableRotation:1,

            palette       : 1,

            animation     : 1,

            pieslicedepth : 30,

            startingangle : 90,

            showvalues:showValues,

            exportenabled: 1,

            exportShowMenuItem:1

        },

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

What FusionCharts version are you using?

 

Did you try it using FusionCharts XT v3.3.1 Service Release 2 files?

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