Bharath Pj Report post Posted January 17, 2018 I want to get export image file to as an attachment. How can i implement this with React.js? Thanks Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 17, 2018 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