Dial gauge
Dial gauge is a lovely widget powered by Raphael, it can be used as a value indicator on web page. Thanks to SVG and Raphael, Dial gauge looks gorgeous on high resolution devices such as MacBook Pro with Retina display and iphone4+. Deploying dial gauge only takes few lines of code.
1 | var dial = Raphael('gauge', 370, 370).dialGauge({ |
Check out Dial gauge here.