fusioncharts java_FusionCharts 导出图片实例 java版 | 学步园

因为项目需要,需要使用FusionCharts进行导出.

下面就是自己写得例子.

这个是就是FusionCharts的Readme.txt中提示的导出步骤

FusionCharts服务器端输出处理程序- JSP的

============================================== ==============================================

For exporting the chart as image/pdf at server side using JSP, copy-paste the required files to your server

1. FCExporter.jsp

2. FCExporterError.jsp

3. fcexporter.jar

4. Resources/FCExporter_IMG.jsp

5. Resources/FCExporter_PDF.jsp

6. /Classes/fusioncharts_export.properties

----- -----

Please place the JSP in your web application, fcexporter.jar in WEB-INF/lib and fusioncharts_export.properties in WEB-INF/classes folder.

FusionCharts Exporter has been tested with Java 6. FusionCharts出口商已经过测试 , 与Java 6。

The exportHandler attribute should have value "{Path}/FCExporter.jsp".在exportHandler属性应具有的价值“(路径)/ FCExporter.jsp”。

Configuration of save folder for server-side save配置保存文件夹服务器端保存

我是把

1.FCExporterError.jspFCExporter.jsp 还有测试的test.jsp放到了根目录下.

2.Resources/FCExporter_IMG.jspResources/FCExporter_PDF.jsp保持目录结果.复制到根目录下.

3.fusioncharts_export.properties 放到src下

4.fcexporter.jar放到lib目录下

5.test.jsp的写法

//当下载到客户端后,的回调函数

function FC_Exported(objRtn){

if (objRtn.statusCode=="1"){

alert("这个chart成功保存到服务端,这个文件可以从这个地址访问:" + objRtn.fileName);

}else{

alert("这个chart不能保存到服务端.这有一个错误:描述 : " + objRtn.statusMessage);

}

}

The chart will appear within this DIV. This text will be replaced by the chart.

var myChart = new FusionCharts("Column2D.swf", "myChartId", "400", "300", "0", "1");

myChart.setDataURL("a.xml");

myChart.render("chartdiv");

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值