webshaker Report post Posted October 23, 2012 I do not understand anything about server side export documentation. Is there anyway to di tha same thing as http://fcimg.org by using only FusionChart script ? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 24, 2012 Hi, A warm welcome to FusionCharts Forum! Please note, JavaScript chart does not support exporting of charts on server-side. In Server-side export, the Server-side scripts accept and convert the bitmap snapshot of charts into images/PDFs. For this, you would have to use Export Handlers. Server-side Export Handlers in multiple programming languages like ASP.NET, PHP, J2EE and Ruby on Rails are present in the download package. Please note, Server-side export will work only with Flash charts. For more information, please refer the following links: http://docs.fusionch...erOverview.html http://docs.fusionch...erDownload.html Is there anyway to di tha same thing ashttp://fcimg.orgby using only FusionChart script ? No, there is no way to achieve the same using JavaScript. Thanks for your time and support. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 31, 2012 Hi, Sincere apologies for the previous reply. The export process of JavaScript chart is a complete server-side process. All the processing is done at the server-side. During export of the pure JavaScript charts, the chart data is sent to external servers for processing and converting to image, for this, your internet connection should be active. And you get the exported image on the client's machine. If your internet connection is inactive, then you can implement Batik library and you need to process the exported data on your own server. Please refer the following link for more information: http://docs.fusioncharts.com/charts/contents/?exporting-image/ECPureJS.html Please note that, FCImg is a third party implementation tool which will export the image to the server without rendering chart on the browser Hope this helps! Share this post Link to post Share on other sites