lorenzofo Report post Posted October 30, 2015 Hi, I create my chart through the php connector: $columnChart = new FusionCharts( "line", "ex1" , "500", "235", "chart-1", "json", '{ "chart": { "caption":"Trend (all countries)", "xAxisName": "", etc. How can I activate the export to csv? I tried to add "showexportdatamenuitem":"1", but it does not work. Thank you in advance Share this post Link to post Share on other sites
Vishalika Report post Posted November 3, 2015 Hi, To export the data in CSV format. you can get the data as CSV and customize it accordingly to export it. Refer this link: http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#getDataAsCSV In the PHP implementation write the JavaScript function with respect to chart ID. The attribute is "exportShowMenuItem" , try setting it. Hope this helps. Share this post Link to post Share on other sites
nancywagner Report post Posted February 8, 2016 This is a very useful post, thank you! I agree with Vaishalikas's forum post. She is well explained about this. This is a very good tip especially to those new to this board. Simple but very precise information Thanks for sharing this one. A must read post! Share this post Link to post Share on other sites