Clara

_Overridejschartconfiguration Bug

Recommended Posts

Hi,

 

I have a problem with the "_overrideJSChartConfiguration" function utilisation.

 

Have you a correct example for me using this function ?

 

My code below :

 

var chart = new FusionCharts('pie2D.swf', 'chart-1', "100%", "100%", "0", "1");

chart.setTransparent(true);

chart.setDataURL('data.php');

if (!!chart._overrideJSChartConfiguration) {

chart._overrideJSChartConfiguration({

exporting:{

type: 'image/jpeg'

}

});

}

chart.render('my_chart_div');

 

Javascript debugger return : _overrideJSChartConfiguration is not a function

 

Can you help me ?

 

Thanks for your answer,

 

Clara

Share this post


Link to post
Share on other sites

Hi,

 

I have already this last version of FusionCharts XT but it's not possible to use the _Overridejschartconfiguration method !!!!!

 

 

Thanks for the answer,

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

I have already this last version of FusionCharts XT but it's not possible to use the _Overridejschartconfiguration method !!!!!

 

 

Thanks for the answer,

 

Hi smile.gif

 

Apologies for the delay.

 

 

Instead _Overridejschartconfiguration method, you can use FusionChartsExportObject().

 

This object contains all the routines that are required for FusionCharts Export Component to work.

 

This object has various constructor parameter, that you can set for exporting.

 

Please refer the following URL, for more information:

http://docs.fusionch...eferenceJS.html

 

Hope this helps. smile.gif

Edited by Sumedh

Share this post


Link to post
Share on other sites

Hey Clara,

 

FusionCharts XT(v3.2.2) does not support _overrideJSChartConfiguration function.:(

 

In JavaScript charts, when exportShowMenuItem="0", hides the "Download" button on the chart. While using FusionCharts XT, JavaScript charts can be exported using JavaScript API in similar to FusionCharts Flash charts.

 

 

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