Clara Report post Posted January 24, 2012 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
flogger123 Report post Posted January 26, 2012 I got this exact issue. Hoping to get news on this. Share this post Link to post Share on other sites
Guest Angshu Report post Posted February 1, 2012 Hi, Welcome to FusionCharts Forum! Could you please download the latest version of FusionCharts i.e FusionCharts XT Service Release 2 from: http://www.fusioncharts.com/download/trials/ ? Hope this helps. Share this post Link to post Share on other sites
Clara Report post Posted February 6, 2012 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 Report post Posted February 6, 2012 (edited) 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 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. Edited February 6, 2012 by Sumedh Share this post Link to post Share on other sites
Swarnam Report post Posted February 6, 2012 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