From 885355f6c33bb8dcd43256b41456392d9c14fc11 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Tue, 30 Jun 2015 09:36:34 -0400 Subject: [PATCH] full not fill --- html/includes/graphs/graph.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/graph.inc.php b/html/includes/graphs/graph.inc.php index f53a9b775..db0c62b1e 100644 --- a/html/includes/graphs/graph.inc.php +++ b/html/includes/graphs/graph.inc.php @@ -61,7 +61,7 @@ function graph_error($string) $rrd_options .= " HRULE:0#555555"; $rrd_options .= " --title='".$string."'"; - $rrd_options .= " --fill-size-mode"; + $rrd_options .= " --full-size-mode"; rrdtool_graph($graphfile, $rrd_options);