satdev Report post Posted March 19, 2010 (edited) Hi, I am just working on fusion charts to create a 3d pie chart and also in fusion widgets to generate a guage chart. Its working fine when i export the chart for bar charts bu the behaviour is erratic, when i try to do the same for pie or guage chart. For pie chart, it shows as save image when i right click on the chart, But it is not getting saved, instead an error is shown as " DOOMId= height=0 width=0 fileName= statusMessage= Insufficient data. statusCode=0 " The xml chart attributes i gave was Please reply asap. Thanks Satdev Edited March 19, 2010 by Guest Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 19, 2010 Hi You would need to change the export attributes for latest version. ( 3.1 and above ) Please check the version of charts that you are using. Please use exportEnabled , exportHandler attributes. Please refer to http://www.fusioncharts.com/docs/Contents/ECXML.html for further details. Hope this helps. Srividya Share this post Link to post Share on other sites
satdev Report post Posted March 22, 2010 Hi srividya, thanks for the link. But i have already tried with that set of code also. But it doesn't works. For Ex. var myExportComponent = new FusionChartsExportObject("fcExporter1", "../../FusionCharts/FCExporter.swf"); myExportComponent.Render("fcexp"); Do you know why it is not working? Please reply me asap. Thanks Satdev Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 22, 2010 Hi Satdev, 1. Can you please check the version of FusionCharts you are using? ( you can check the version using debugMode ) 2. Please post the exact error you are getting and the steps to re-create the error here. 3. Please post the xml and relevants part of php code Thanks Srividya Share this post Link to post Share on other sites