From e3d5516ce6c4459f2c09af2a0dcd163efa06379d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 20 Oct 2005 19:11:25 +0000 Subject: [PATCH] Suppression utilisation de fontes speciales --- .../telephonie/stats/graph/brouzouf.class.php | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/htdocs/telephonie/stats/graph/brouzouf.class.php b/htdocs/telephonie/stats/graph/brouzouf.class.php index 4ba8043892a..eaebbfd69e7 100644 --- a/htdocs/telephonie/stats/graph/brouzouf.class.php +++ b/htdocs/telephonie/stats/graph/brouzouf.class.php @@ -62,25 +62,10 @@ class GraphBrouzouf { $graph->xaxis->scale->SetGrace(20); //$graph->xaxis->SetLabelAlign('center','bottom'); - - - - $LabelAngle = 45; - if ($this->LabelAngle <> $LabelAngle && $this->LabelAngle > 0) - $LabelAngle = $this->LabelAngle; - - $graph->xaxis->SetLabelAngle($LabelAngle); - - //$graph->xaxis->SetLabelFormat('%d'); - $graph->xaxis->SetFont(FF_VERDANA,FS_NORMAL,8); $graph->Add($b2plot); - $graph->title->Set($this->titre); - - $graph->title->SetFont(FF_VERDANA,FS_NORMAL); - $graph->yaxis->title->SetFont(FF_VERDANA,FS_NORMAL); - $graph->xaxis->title->SetFont(FF_VERDANA,FS_NORMAL); + $graph->title->Set($this->titre); $graph->xaxis->SetTickLabels($labels);