diff --git a/htdocs/telephonie/stats/graph/brouzouf.class.php b/htdocs/telephonie/stats/graph/brouzouf.class.php index 0ecc9aa01a1..4ba8043892a 100644 --- a/htdocs/telephonie/stats/graph/brouzouf.class.php +++ b/htdocs/telephonie/stats/graph/brouzouf.class.php @@ -36,7 +36,7 @@ class GraphBrouzouf { // Create the graph. These two calls are always required $height = 240; - $width = 320; + $width = 360; if ($this->width <> $width && $this->width > 0) $width = $this->width;