diff --git a/html/includes/graphs/graph.inc.php b/html/includes/graphs/graph.inc.php
index f53a9b775f..db0c62b1eb 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);