📄 pillarcomparestat.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:ehfs>
<HEAD>
<TITLE>pillarCompareStat view </TITLE>
<link href="../css/control.css" rel="stylesheet" type="text/css">
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
<script language="javascript">
function load(){
btnChangeData.bindClick = changeData;
}
function changeData(){
pc.xmlSource = "../xml/pillarCompare_new.xml";
pc.caption = "南宁市2003年5月份疾病对比4月份分析";
pc.hasLegend = "no";
pc.extrusionSingleColor = "no";
pc.psStyle = "1";
pc.extrusionDepth = "10";
pc.refreshData();
}
</script>
</HEAD>
<BODY onload="load()">
<ehfs:pc id="pc" tagID="myPillarCompare" left="10" top="10" yScaleIsInteger="yes" extrusionSingleColor="no" psStyle="2" hasLegend="yes" hasBorder="no" borderColor="#eeeeee" borderWeight="5" extrusionDepth="10" caption="南宁市CDC2004年-2005年传染病对比分析" xmlSource="../xml/pillarCompare.xml" init="1"/>
<ehfs:btn id="btnChangeData" left="50" top="430" width="80" caption="改变数据" init="1"></ehfs:btn>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -