From 878666bb26a1226c9a3aa427eac7d6a0957cc7c4 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 3 Oct 2022 08:23:44 -0500 Subject: [PATCH] Revert "Update common.inc.php (#14407)" (#14419) This reverts commit 698275dd12ffd9f7ac93843a5e3bbd1bcd7b58ba. --- includes/html/graphs/common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/html/graphs/common.inc.php b/includes/html/graphs/common.inc.php index 66331533dcb8..c6af9a5ae96a 100644 --- a/includes/html/graphs/common.inc.php +++ b/includes/html/graphs/common.inc.php @@ -59,7 +59,7 @@ } if (! isset($scale_min) && ! isset($scale_max)) { - $rrd_options .= ' --alt-autoscale-max --alt-y-grid'; + $rrd_options .= ' --alt-autoscale-max'; } if (! isset($scale_min) && ! isset($scale_max) && ! isset($norigid)) {