Recommended Posts

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

Hi,

You could configure the export server in multiple ways 

  1. using FusionCharts export server, to do this please set exportMode as server at the chart level
  2. 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

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

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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now