详细说明:
FusionCharts图片保存实例 只要将此实例部署到服务器端,通过IE客户端访问test.HTML就可用 关键点是下面的脚本: The chart will appear within this DIV. This text will be replaced by the chart.
FusionCharts Export Handler Component
[removed] var myChart = new FusionCharts("FCF_Column2D.swf", "myChartId", " ;400", "300", "0", "1"); myChart.setXMLUrl('test.xml'); myChart.render("chartContainer"); var myExportComponent = new FusionChartsExportObject("fcExporter1", "FCExporter.swf"); myExportComponent.Render("fcexpDiv"); [removed] 要实现图表保存,必须要以JS的方式展示SWF,若用OBJECT标签展示是无法实现下载图片的; ...展开收缩