SetShadow(); $graph->title->Set($titolo); $graph->title->SetFont(FF_FONT1,FS_BOLD); $graph ->legend->Pos( 0.55,0.75,"left" ,"center"); $graph->SetBackgroundImage("../images/$logo",BGIMG_COPY); $graph->SetBackgroundGradient('red','yellow',GRAD_HOR,BGRAD_MARGIN); $p1 = new PiePlot($data); $p1->value->SetFormat(''); $p1->value->Show(); $p1->SetLegends($legend); $p1->SetCenter(0.45,0.5); $graph->Add($p1); $graph->Stroke(); ?>