rohit111111 Report post Posted January 9, 2014 (edited) Hi, How can we pass dynamic created chart ids to FusionChartsExportObject? var myExportComponent = new FusionChartsExportObject("fcBatchExporter", "../FusionChart/FusionCharts/FCExporter.swf"); myExportComponent.sourceCharts = ? As I am trying passing the Ids, but batch export doesnot working. Thanks, Rohit Edited January 9, 2014 by rohit111111 Share this post Link to post Share on other sites
rohit111111 Report post Posted January 10, 2014 Not to worry, I got the solution. Thanks, Share this post Link to post Share on other sites
Sanjukta Report post Posted January 11, 2014 Not to worry, I got the solution. Thanks, Hey, Glad that your issue is resolved. Also, please feel free to share your solution with us so that any other user facing the same issue can refer to this post for solution. Happy FusionCharting! Share this post Link to post Share on other sites
rohit111111 Report post Posted January 16, 2014 Hi, By creating an array dynamically in jquery and passing it to the sourcechart of your export method, solves my problem. Thanks, Rohit Share this post Link to post Share on other sites