当前位置: 首页 > 工具软件 > jQMeter > 使用案例 >

JQmeter显示进度条

濮阳奇逸
2023-12-01
<script type="text/javascript">
        $(function(){
            var percent = "${evICVDBean.resultString}";
            console.log(percent);
            $("#evICVDChart").jQMeter({
                goal:'80.0',
                raised: percent,
                meterOrientation:'horizontal',
                width:'260px',
                height:'40px',
                bgColor:'gray',
                displayTotal:false,
                barColor:'#ffd700',
                bgColor:'#cccccc'
            });
        })
    </script>

 

转载于:https://www.cnblogs.com/zziy/p/5404383.html

 类似资料: