SetShadow(); $graph->title->Set($titolo); $graph->title->SetFont(FF_FONT1,FS_BOLD); $graph ->legend->Pos( 0.52,0.70,"left" ,"center"); $graph->SetBackgroundGradient('white','yellow',GRAD_HOR,BGRAD_MARGIN); //$graph->SetBackgroundImagePos(1, 100); $graph->SetBackgroundImage("../images/$logo",BGIMG_COPY); // black-white //$graph->AdjBackgroundImage(0.4,0.3,-1); $p1 = new PiePlot($data); $p1->value->SetFormat(''); $p1->value->Show(); $p1->SetLegends($legend); $p1->SetCenter(0.25,0.65); $graph->Add($p1); $graph->Stroke(); $graph->Add($p1); $graph->Stroke(); ?>