From b6d5502af15f8977668860ebab21cc486df03f98 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 21 Feb 2005 08:50:03 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20limit=20basse=20=E0=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/stats/graph/line.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/telephonie/stats/graph/line.class.php b/htdocs/telephonie/stats/graph/line.class.php index f3256b45822..b174162182a 100644 --- a/htdocs/telephonie/stats/graph/line.class.php +++ b/htdocs/telephonie/stats/graph/line.class.php @@ -61,6 +61,9 @@ class GraphLine extends DolibarrGraph { $b2plot->SetFillColor($this->barcolor); $graph->xaxis->scale->SetGrace(20); + + $graph->yaxis->scale->SetAutoMin(0); + $LabelAngle = 45; if ($this->LabelAngle <> $LabelAngle && $this->LabelAngle > 0)