Bharath Pj

Fusion chart export into server side

Recommended Posts

I want to export chart as image format like an attachment. And i have done up to view chart using React.js but i cant get the chart as an attachment for sent mail to client. How can i done this? please give the example code for this......

am trying using this below code to get chart attachment

      var chartObject = new FusionCharts(DOMId);
        chartObject.exportChart();

 

How can i implement this as complete.Thanks

Share this post


Link to post
Share on other sites

Hi,
FusionCharts provides you the feature of exporting charts into multiple formats such as jpg, png etc.. however in order to attach the image file to an email you need to export the chart and manually attach that file to the email, as of now there is no native feature to attach the image automatically to the email.

To know more about export feature please refer this link - https://www.fusioncharts.com/dev/exporting-charts/using-fc-export-server/exporting-charts-as-image-and-pdf.html

Also please check the export feature sample using react js - http://jsfiddle.net/f0b2e0ms/97/

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