首页 > 语言 > JavaScript > 正文

JavaScript根据数据生成百分比图和柱状图的实例代码

2024-05-06 14:37:40
字体:
来源:转载
供稿:网友
代码如下:
<HTML>
<head>
<title>JS百分比图和柱状图</title>  
<xml:namespace prefix="v"/>  
<style>  
 v/:* {behavior=url(#default#VML)}  
</style>  
<style>  
a:hover {color:maroon}  
h2 {color:#006600;  
       margin-top: 0pt;  
       margin-bottom: 0pt}  
h3 {color:#006600;  
       margin-top: 6pt;  
       margin-bottom: 3pt}  
h4 {color:#006600;  
       font-family: Arial;  
       font-size: 10pt;  
       margin-top: 3pt;  
       margin-bottom: 0pt}  
h5 {color:#006600;  
       margin-top: 0pt;  
       margin-bottom: 0pt}  
p  {margin-top: 0pt;  
       margin-bottom: 12pt}  
</style>  
</head>  
<BODY text="#000000" bgcolor="#FFFFFF" link="#006600" vlink="#006600" leftmargin=6 topmargin=6>  
<style> p.Chart {font-size:8pt; font-family:"Times"; color:black; text-align:right; } </style>  
<div style='margin-top:12pt; position:relative; '>  
<v:group style='height:324pt;width:432pt' coordsize="4320,3240">  
 <!-- Paper is white with a simple drop-shadow -->  
 <v:rect style='width:4320;height:3240' fillcolor="white">  
  <v:shadow on="true" offset="4pt,3pt" color="silver" />  
 </v:rect>  
 <v:rect style='position:absolute;left:40;top:40;width:4240;height:3160;' fillcolor="#FFFFFF" strokeweight=1.5pt />
 <p class=Chart style='position:absolute;left:123.1pt;top:17.8pt;width:189.8pt;height:12.6pt;color:"#000080";font-style:italic;font-size:18pt;text-align:center;'>Sample Piechart</p>  
 <p class=Chart style='position:absolute;left:225.5pt;top:310.4pt;width:198.5pt;height:5.6pt;color:"#008000";font-family:"Arial";'>Random numbers drawn as a simple pie</p>  
 <v:shape style='position:absolute; width:4320; height:3240' strokeweight=0.5pt fillcolor="#DBDBED" path="M 2250 1590 AE 2250 1590 791 791 -3538944 9437184 X E" />  
 <v:shape style='position:absolute;width:4320;height:3240' strokecolor="#000000" strokeweight=0.7pt >  
  <v:stroke joinstyle=round endcap=round />  
  <v:fill on="false" />  
  <v:path v=" M 3115 1309 L 2927 1370 E "/>  
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选