title->set("Pie (example 10) - Just a pie"); $graph->title->setFont(new Tuffy(10)); $values = array(8, 4, 6, 1, 2, 3, 4); $plot = new Pie($values); $plot->set3D(10); $plot->legend->hide(TRUE); $plot->label->hide(TRUE); $graph->add($plot); $graph->draw(); ?>