From c05c97de988b4dea2fc4f148ab139495adb3acb3 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 17 Nov 2003 09:24:41 +0000 Subject: [PATCH] Modif mineures --- htdocs/graph.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/graph.class.php b/htdocs/graph.class.php index 08df84f5c27..569be719134 100644 --- a/htdocs/graph.class.php +++ b/htdocs/graph.class.php @@ -80,6 +80,8 @@ class Graph $graph->SetVertTickIncrement(0); + $graph->SetDrawYGrid(1); + // if (strlen($title)) {