full not fill

This commit is contained in:
Travis Hegner
2015-06-30 09:36:34 -04:00
parent df8c76ca4f
commit 885355f6c3

View File

@ -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);