cmGauge
基于juqery实现的仪表盘插件
使用方法
html结构
<div><div class="gauge-arrow" data-percentage="40" style="transform: rotate(0deg);"></div></div>
js调用方法
$('.gauge-arrow').cmGauge();
详细请看
index.html
cmGauge is a jQuery plugin which lets you create a minimal clean gauge widget to present the percentage value using pure JavaScript and CSS.
gauge <div><div class="gauge-arrow" data-percentage="40" style="transform: rotate(0deg);"></div></div>
$('.gauge-arrow').cmGauge();
index.html