saisurajvanka Report post Posted August 6, 2013 Hi, Can you please help me how to save a graph in CSV format? I tried to search but it is only showing Jpeg and PDF formats. Thanks, Suraj Share this post Link to post Share on other sites
Guest Rishab Report post Posted August 7, 2013 Hi, FusionCharts allows you to export data from your charts in CSV format. The export of data can be triggered in two ways: 1) Using the context menu of chart, this copies the generated CSV data to clipboard. You can paste the data in the text editor which will basically result in the CSV representation of your chart's data. For more information on exporting data using Context Menu, Please refer- http://docs.fusioncharts.com/charts/contents/exporting-data/ExportDataSetup.html 2) Using FusionCharts JavaScript API (getDataAsCSV() JavaScript function) for data export, which returns a string containing the CSV. You can save this string to a CSV file through AJAX etc. by implementing your own logic. For more information on how to export data as CSV, Please refer- http://docs.fusioncharts.com/charts/contents/exporting-data/ExportDataJS.html Hope this helps! Share this post Link to post Share on other sites