Paul C. Report post Posted October 28, 2010 (edited) I'm new on forum and new with fusioncharts. I downloaded the trial and i have some questions: 1. How can i render chart as image not flash ? 2. exportChart not working function ExportMyChart() { var chartObject = getChartFromId('myChart'); chartObject.exportChart( { exportAtClient: '1', exportFormat: 'PDF' } ); } Firefox firebug returns: chartObject.exportChart is not a function Hope you can give me some help/advice. -- best regards Paul C. Edited October 28, 2010 by Paul C. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 29, 2010 Hi Paul, Welcome to FusionCharts forum. 1. How can i render chart as image not flash ? We have a ready-made sample for saving the chart as image without rendering it on the browser page, only for the .net platform, as of now. 2. exportChart not working Could you please confirm the following :- 1) RegisterWithJS is enabled. 2) The root path for the FusionCharts.js file and FusionChartsExportComponent.js file is mentioned correctly? Awaiting your reply. Share this post Link to post Share on other sites