[email protected] Report post Posted October 13, 2014 Hi, Is there any function to get the SVG data of a rendered chart. Thanks, Vishnu Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted October 14, 2014 Hi, To get SVG data of a chart please make use of the getSVGString() method. It fetches the SVG of a chart as a string. This function returns the SVG that has been created by FusionCharts when rendering the chart. Please find the demo sample below. http://jsfiddle.net/moonmi/q4454mu7/ Thanks. Share this post Link to post Share on other sites