From 3423a386395d11fcd6af341c8fc9d47d52e414a1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Thu, 20 Oct 2005 19:23:19 +0000 Subject: [PATCH] Modification de l'espace de dessin --- htdocs/telephonie/stats/graph/brouzouf.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/telephonie/stats/graph/brouzouf.class.php b/htdocs/telephonie/stats/graph/brouzouf.class.php index eaebbfd69e7..6b88b301538 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') { -- GitLab