gauge.js是一个100%原生且看起来很酷的动画JavaScript/CoffeScript仪表板。
没有图像,没有外部CSS-纯画布无依赖高度可配置分辨率无关动画仪表值变化适用于所有主要浏览器varopts={angle:0.15,///ThespanofthegaugearclineWidth:0.44,//Thelinethicknesspointer:{length:0.9,//RelativetogaugeradiusstrokeWidth:0.035//Thethickness},colorStart:'#6FADCF',//ColorscolorStop:'#8FC0DA',//justexperimentwiththemstrokeColor:'#E0E0E0'//toseewhichonesworkbestforyou};vartarget=document.getElementById('foo');//yourcanvaselementvargauge=newGauge(target).setOptions(opts);//createsexygauge!gauge.maxValue=3000;//setmaxgaugevaluegauge.setMinValue(0);//setminvaluegauge.set(1250);//setactualvalue点击空白处退出提示
评论