Skip to content

Commit

Permalink
Revert "Update common.inc.php (#14407)" (#14419)
Browse files Browse the repository at this point in the history
This reverts commit 698275d.
  • Loading branch information
murrant committed Oct 3, 2022
1 parent c19ed5a commit 878666b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/html/graphs/common.inc.php
Expand Up @@ -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)) {
Expand Down

0 comments on commit 878666b

Please sign in to comment.