From 997fa15026169bd31de6bcbeb9a391223895936b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 14 Mar 2005 11:42:22 +0000 Subject: [PATCH] Reposiotionnent du graph et de la legende --- htdocs/telephonie/stats/graph/pie.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/stats/graph/pie.class.php b/htdocs/telephonie/stats/graph/pie.class.php index 38ba57a49d6..f7055b04efa 100644 --- a/htdocs/telephonie/stats/graph/pie.class.php +++ b/htdocs/telephonie/stats/graph/pie.class.php @@ -55,7 +55,7 @@ class GraphPie extends DolibarrGraph { $pieplot = new PiePlot($datas); - $pieplot->SetCenter(0.33,0.5); + $pieplot->SetCenter(0.30,0.53); // Label font and color setup $pieplot->SetFont(FF_FONT1,FS_BOLD); @@ -71,7 +71,7 @@ class GraphPie extends DolibarrGraph { // Legends $pieplot->SetLegends($labels); - $graph->legend->Pos(0.05,0.15); + $graph->legend->Pos(0.04,0.15); $graph->Add($pieplot);