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