setPieSize(180, 140, 100); # Set the pie data and the pie labels $c->setData($data, $labels); # output the chart header("Content-type: image/png"); print($c->makeChart2(PNG)); ?>