ranga swamy Report post Posted September 16, 2009 hi , i am trying using batch export option problem here is export screen is coming but i am not able to see the export option (save as) in save box. Can any body help with this issue. Thanks in advance Ranga Share this post Link to post Share on other sites
ranga swamy Report post Posted September 16, 2009 Can any body reply to this post... Share this post Link to post Share on other sites
FusionCharts Support Report post Posted September 16, 2009 Hi, Your implemented code (if you can scale down and attach here) will help us to help you out. Looking forward to debug your code. Share this post Link to post Share on other sites
ranga swamy Report post Posted September 16, 2009 Thanks for the response, Please find the attached code for the reference. In that file i attached the code for jsp as well as sample XML which i am using. Thanks in advance. regards Ranga Code.txt Share this post Link to post Share on other sites
ranga swamy Report post Posted September 16, 2009 Can any body reply regards Ranga Share this post Link to post Share on other sites
FusionCharts Support Report post Posted September 16, 2009 Hi, We are trying with your sent code and consuming lots of time in removing unwanted entries in order to make the code running. This if for all users: it would be of greate help for us and for all users who are attaching code and wishes for fast debugging, please please please attach an otherwize working scaled down version of the code where we can identyfy the bug. Please try to configure simple folder paths, no extra code, dependencies (expect it is needed) Instead of getting into the main issue, we are now editing unwanted code, just make the sample run. So, please help us too. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted September 16, 2009 Hi, Yes, located. your setting in XML is exportHandler='fcBatchExporter' whereas, your export component's id is this: var myExportComponent = new FusionChartsExportObject("fcExporter1", "FCExporter.swf"); Please change it to: var myExportComponent = new FusionChartsExportObject('fcBatchExporter', "FCExporter.swf"); And find its working like breeze....:Whistling: NOTE: you need to add the Id of the export component as exportHandler in the XML otherwize the chart wont be able to locate where to push the exported data! Share this post Link to post Share on other sites
ranga swamy Report post Posted September 17, 2009 great i found the mistake ...thanks for quick repsonse and one more thing is that each time when ever i am saving its creating new charts...and adding to existing charts how to avoid that one... Thanks. Ranga Share this post Link to post Share on other sites
ranga swamy Report post Posted September 17, 2009 Can any body reply... thanks in advance... Share this post Link to post Share on other sites
FusionCharts Support Report post Posted September 17, 2009 sorry, cant get your issue. Share this post Link to post Share on other sites
ranga swamy Report post Posted September 17, 2009 sorry ok let me explain when i did explort batch option list(2) of the files will be exported... when i did for second time (Batch Export Option)(2) the previous files as well as present file are in the queue totally 4 files are coming actually it should come ony 2 files each time. regards Ranga Share this post Link to post Share on other sites
ranga swamy Report post Posted September 17, 2009 sorry let me explain.. when i am trying to export the chart with batch export EX: 2 charts 2 charts will come in the queue. now second time when i am trying to export the chart for EX: 2 charts the second time generated charts are adding at the end of the queue and now totally 4 charts are coming....actually output should be only 2 charts ... Question : How to remove the previous exported from the queue? Hope you understood ... Thanks in advance.. Share this post Link to post Share on other sites
ranga swamy Report post Posted September 18, 2009 still you did not get? do u need to any screen shot? can you please reply.. thanks in advance. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted September 18, 2009 ranga swamy (9/18/2009)still you did not get?do u need to any screen shot? can you please reply.. thanks in advance. Please refer to our client-side batch export demo at : http://www.fusioncharts.com/Demos/ExportChart/Contents/batch_export.html. It almost does what you need. Hope this helps. Share this post Link to post Share on other sites
ranga swamy Report post Posted September 24, 2009 Thanks issue is resolved.. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 24, 2009 You are always welcome. Happy FusionCharting. Share this post Link to post Share on other sites