An easy to use pie/doughnut chart.

1
2
3
4
5
6
7
8
Raphael('canvas', 700, 500).pie({
values: [87, 134, 83, 23, 98],
colors: ["#00ff00", "#ff0011", "#faf600", "#0079fa", "#fa8500"],
tooltip: ["January - 87", "Feburary - 136", "March - 77", "April - 120","May - 34"],
doughnut: true,
radius: 200,
chartTitle: "Monthly Payment"
});

Find more details on Github

Pie

Doughnut