Ravikumar Sutagundi Report post Posted January 29, 2018 Hi, I wanted to know if I enable exportEnable flag, is there any data sent to fusioncharts server or all happens at client side? If data is being sent to fusioncharts server, what all data is being sent & what happens if export server is down? Regards, Ravi Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 29, 2018 Hi, You could configure the export server in multiple ways using FusionCharts export server, to do this please set exportMode as server at the chart level For configuring at client side please set exportMode as client at the chart level Also, you could set your own private export sever using FusionCharts in many server-side languages like PHP, Java, .Net etc check this link for details - https://www.fusioncharts.com/dev/exporting-charts/using-fc-export-server/server-side-export/setup-private-export-server-asp-net.html Share this post Link to post Share on other sites
Ravikumar Sutagundi Report post Posted January 29, 2018 Thanks Ayan for your reply. I have enabled the flag enableExport:1 and also able to download the image & pdf. Just wanted to know, is there any data will be shared with fusioncharts server to export the image/pdf? And also how to change the file name from fusioncharts to the chart name? Regards, Ravi Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 30, 2018 Hi, At the time of exporting only the chart SVG is sent not the chart data. For the second query, you could change the exported file name using exportFileName attribute at the chart level, for reference please check the sample - http://jsfiddle.net/y32u8qkd/ Share this post Link to post Share on other sites
Ravikumar Sutagundi Report post Posted January 30, 2018 Hi, Thanks for your reply. That's really helpful. Exporting will send only SVG. Is that SVG sent to fusioncharts server or done in client side? Does export works without internet? Regards, Ravi 29 minutes ago, Ayan Bhadury said: Hi, At the time of exporting only the chart SVG is sent not the chart data. For the second query, you could change the exported file name using exportFileName attribute at the chart level, for reference please check the sample - http://jsfiddle.net/y32u8qkd/ Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 30, 2018 Hi, As stated earlier you could export FusionCharts both in server and client side using exportMode attribute, please note you could export the chart without internet using exportMode as client at the chart level. Sample - https://jsfiddle.net/3r31o62b/ Share this post Link to post Share on other sites
Ravikumar Sutagundi Report post Posted January 30, 2018 10 minutes ago, Ayan Bhadury said: Hi, As stated earlier you could export FusionCharts both in server and client side using exportMode attribute, please note you could export the chart without internet using exportMode as client at the chart level. Sample - https://jsfiddle.net/3r31o62b/ Thanks Ayan for your reply. That was really helpful. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 30, 2018 Welcome Share this post Link to post Share on other sites