Peepingtom Report post Posted September 21, 2010 Hello, I'm trying to figuring out how to export a chart as an image by using php or JS export handlers. I don't want any interaction as a right click to export the chart, I want it to be triggered by a script not by an action. Is that possible cause I can't figure out how it's suppose to works ?! Actually my only solution is to display the chart alone on a webpage and to make a screencaps in php (with apache on a windows server). I can't use .net ok. So if anyone can simply explain to me how i can manage this by using all the tools that fusioncharts is providing, that would be cool and great and etc ... Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 25, 2010 Yes, each chart provide a JS API function called exportChart. You can call this function when the chart get completely rendered and ready for export. You can see a PHP sample from our latest (FusionCharts v3.2.1) pack's CODE/PHP/Export folder. Share this post Link to post Share on other sites