Bharath Pj

Members
  • Content count

    6
  • Joined

  • Last visited

Posts posted by Bharath Pj


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