<%@ page contentType="text/html; charset=GBK"%><%@ include file="/Frame/resources/include/include_begin.jspf"%><%@ page import="com.amarsoft.awe.ui.chart.*"%> <% String sGraphType = DataConvert.toRealString(CurPage.getParameter("GraphType")); ChartData chart = new ChartData(sGraphType,"Char图形展示[单位 百分比%]"); ChartCatalog catalog; catalog = new ChartCatalog("产权比率"); catalog.addItem("目标企业","64.01"); if(!"pie".equals(sGraphType)){ catalog.addItem("优质企业","94.01"); } chart.addCategory(catalog); catalog = new ChartCatalog("负债比率"); catalog.addItem("目标企业","54.01"); if(!"pie".equals(sGraphType)){ catalog.addItem("优质企业","64.01"); } chart.addCategory(catalog); %>
<%@ include file="/Frame/resources/include/include_end.jspf"%>