glaze24 Report post Posted October 6, 2010 Hi, I am using php functions to display charts(i.e, using FusionCharts_Gen.php)... I've no idea how to add export options using php functions..... I didn't find solution in the docs for this..... pls give me your suggestions!! Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 19, 2010 Hi, Please try passing all export attribute those are declared in the <chart> element, in the setChartParams() function. Ref.- http://www.fusioncharts.com/docs/?ECOverview.html http://www.fusioncharts.com/docs/?ECTerminology.html http://www.fusioncharts.com/docs/?ECXML.html I hope this helps. Share this post Link to post Share on other sites
glaze24 Report post Posted October 19, 2010 I tried that already! but didn't work... so i changed php functions to javascript functions and finally exported(but i was able to export 2d equivalent(MSCombiDY2D) of the 3d chart(FCF_MSColumn3DLineDY) created using php functions). javascript's 3d chart didn't show context menu options (save as... options) to save the chart...... Share this post Link to post Share on other sites
Nikki Report post Posted October 22, 2010 Make you sure have the Export Classes. FCExporter_IMG.php FCExporter_PDF.php FCExporter.php They are in the 3.2 upgrade when you download it. Nikki Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 3, 2010 Hi Nikki, Thanks for sharing your views. Happy FusionCharting. Share this post Link to post Share on other sites