Pie chart maker

Use the panel below to configure the pie chart. Click on any slice to rotate it to the top. The code to initialize the pie chart is automatically generated and displayed below the panel. (But you can also use the download button to save a static png image :)

Download

Preset

Slices

color fontColor percentage
% + -
% + -
%
bold    normal
true    false
$(function(){
   var pie = $('#pie').rotapie();
});