chorkiong Report post Posted June 9, 2011 I know there is exports charts on javascript charts. I manage to get it work with single charts. Is there a batch exports on javascript charts like in flash charts? Share this post Link to post Share on other sites
Guest Angshu Report post Posted June 9, 2011 Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts. I am afraid, FusionCharts does not support the feature you are looking for, at this time. We have taken a note of your request here and added the same in our wishlist. Hope you have a great day! Share this post Link to post Share on other sites
chorkiong Report post Posted June 9, 2011 (edited) Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts. I am afraid, FusionCharts does not support the feature you are looking for, at this time. We have taken a note of your request here and added the same in our wishlist. Hope you have a great day! Thanks for the prompt reply.. any workaround that you may think of?I've converted the index.php into a jsp file. When I call myExportComponent.BeginExport(); it does a post acording to the url that i've set in myChart._overrideJSChartConfiguration({ exporting:{ filename : 'mychart', url : 'javascript_export.jsp' } }); is it possible to do an ajax call instead? Edited June 9, 2011 by chorkiong Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 9, 2011 Hi, I am afraid, as of now, AJAX call is not supported. Share this post Link to post Share on other sites
chorkiong Report post Posted June 16, 2011 Hi, I am afraid, as of now, AJAX call is not supported. ok.. thats bad news.. 1 more question i would like to ask.. is there a way to detect whether the chart is rendered in Flash or Javascript? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 16, 2011 Yes, you can use FusionCharts(ChartDOMID).options.renderer to know which renderer is used. Share this post Link to post Share on other sites