SetShadow(); $theme_class= new VividTheme; $graph->SetTheme($theme_class); $graph->title->Set($titolo); $graph->title->SetFont(FF_FONT1,FS_BOLD); $graph->legend->Pos( 0.0,0.41,"left" ,"center"); $graph->legend->SetColumns(1); $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 PiePlot3D($data); $p1->value->SetFormat(''); $p1->value->Show(); $p1->SetLegends($legend); $p1->SetCenter(0.65,0.35); $graph->Add($p1); $p1->ExplodeSlice(1); $graph->Stroke(); ?>