diff --git a/htdocs/telephonie/stats/graph/brouzouf.class.php b/htdocs/telephonie/stats/graph/brouzouf.class.php
index eaebbfd69e71e0cd15b4174ae00392ba067b7ace..6b88b3015381796e6337b293f8737ca349cfe1d0 100644
--- a/htdocs/telephonie/stats/graph/brouzouf.class.php
+++ b/htdocs/telephonie/stats/graph/brouzouf.class.php
@@ -40,14 +40,13 @@ class GraphBrouzouf {
 
     if ($this->width <> $width && $this->width > 0)
       $width = $this->width;
-      
 
     $graph = new Graph($width, $height,"auto");    
     $graph->SetScale("textlin");
     $graph->yaxis->scale->SetGrace(20);
     
     
-    $graph->img->SetMargin(40,20,20,40);
+    $graph->img->SetMargin(60,20,20,40);
     
     if ($this->type == 'LinePlot')
       {