欢迎您  本站地址:   jQuery 3D水池百分比柱形图特效-小库平台

小库平台

 找回密码
 立即注册
jQuery 3D水池百分比柱形图特效-小库平台

小库平台

 找回密码
 立即注册
上一主题 下一主题

jQuery 3D水池百分比柱形图特效

跳转到指定楼层
楼主
|只看大图 回帖奖励 |倒序浏览 |阅读模式

一款基于html5canvas和jQuery绘制的3D水池百分比柱形图特效,点击柱状图可以动态改变水量高度值!

js代码
<scriptsrc="js/jquery-1.11.0.min.js"type="text/javascript"></script>
<scriptsrc="js/waterTank.js"></script>
<script>
$(document).ready(function(){

$('.waterTankHere1').waterTank({
width:420,
height:360,
color:'skyblue',
level:83
}).on('click',function(event){
$(this).waterTank(Math.floor(Math.random()*100)+0);
});

$('.waterTankHere2').waterTank({
width:80,
height:360,
color:'red',
level:80
}).on('click',function(event){
$(this).waterTank(Math.floor(Math.random()*100)+0);
});

$('.waterTankHere3').waterTank({
width:20,
height:360,
color:'blue',
level:80
}).on('click',function(event){
$(this).waterTank(Math.floor(Math.random()*100)+0);
});
});
</script>



下载
回复

使用道具 举报

小黑屋|小库平台

GMT+8, 2024-9-20 07:56 , Processed in 4.073836 second(s), 17 queries , Xcache On.

Powered by Discuz! 3.4

小库提示

扫描下方二维码,访问手机版。