最近開發(fā)彩票分析網(wǎng)站,需要用到j(luò)s繪制分析曲線圖。 參考網(wǎng)上的繪圖代碼,自己封裝了一個(gè)繪圖類,給大家做一個(gè)參考。
引用方法:
new gov.Graphic(par1,par2,par3);
par1 為繪圖數(shù)據(jù)
var data=new period([0,10,22,13,34,25,28,26,30,35,28,34,39,28,26,50,35,28,34,39,55],//y軸數(shù)據(jù)[188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203, 204,205,206,207,208]//x軸數(shù)據(jù) );
par2 為繪圖的容器層id
par3 為繪圖樣式參數(shù),可選參數(shù)
默認(rèn)值: { height:170, //繪圖區(qū)域高度 maxHeight:50, //y軸最高數(shù)值 barDistance:26, //x軸坐標(biāo)間距 topDistance:0, //上部填充 bottomDistance:0, //底部填充 leftDistance:20, //左部填充 pointWidth:5, //坐標(biāo)點(diǎn)寬度 pointHeight:5, //坐標(biāo)點(diǎn)高度 pointColor:"#ff0000", //坐標(biāo)點(diǎn)顏色 lineColor:"#ffd43a", //連接線顏色 valueWidth:20, //y軸數(shù)值寬度 valueColor:"#000", //y軸數(shù)值顏色 timeWidth:20, //x軸數(shù)值寬度 timeColor:"#000", //x軸數(shù)值顏色 disvalue:true, //是否顯示y軸數(shù)值 distime:true //是否顯示x軸數(shù)值 }
運(yùn)行代碼框 [Ctrl+A 全部選擇 提示:你可先修改部分代碼,再按運(yùn)行]
源碼下載(點(diǎn)擊下載)
經(jīng)典論壇交流 :http://bbs.blueidea.com/thread-2894005-1-1.html
本文鏈接:http://m.95time.cn/tech/web/2009/6562.asp
出處:藍(lán)色理想
責(zé)任編輯:bluehearts
◎進(jìn)入論壇網(wǎng)頁(yè)制作 、WEB標(biāo)準(zhǔn)化 版塊參加討論,我還想發(fā)表評(píng)論 。