🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

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

Documentation

cmGauge

基于juqery实现的仪表盘插件

使用方法

html结构

       <div><div class="gauge-arrow" data-percentage="40" style="transform: rotate(0deg);"></div></div>        

js调用方法

       $('.gauge-arrow').cmGauge();

详细请看

    index.html 

You May Also Like