Seven-segment display is a simulation of classic electronic display device, the concept of seven-segment display(SSD) is very easy to understand, each segment is assigned a unique number A-G, when tha
Continue reading
Little gauge chart which can be rendered both horizontally and vertically, it can be used to indicate things like CPU usage and memory usage. It is light weight and SVG.
12345678910111213141516171819v
Continue reading
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 w
Continue reading
An easy to use pie/doughnut chart.
12345678Raphael('canvas', 700, 500).pie({ values: [87, 134, 83, 23, 98], colors: ["#00ff00", "#ff0011", "#faf600", "#0079fa", "#fa8500"], tooltip: ["Ja
Continue reading
This small vector based widgets is a Raphael plugin, it helps you draw stuff on your page.
Use it by including the code below in your JavaScript.
12345var paper = Raphael('wrapper',{ width:"100%"
Continue reading