diff --git a/html/includes/graphs/generic_data.inc.php b/html/includes/graphs/generic_data.inc.php index 46560b0368..047524ff96 100644 --- a/html/includes/graphs/generic_data.inc.php +++ b/html/includes/graphs/generic_data.inc.php @@ -123,9 +123,9 @@ if ($config['rrdgraph_real_95th']) { $rrd_options .= " GPRINT:95thhigh:\"%30.2lf%s\\n\""; } -$rrd_options .= " GPRINT:tot:'Total %6.2lf%s'"; -$rrd_options .= " GPRINT:totin:'(In %6.2lf%s'"; -$rrd_options .= " GPRINT:totout:'Out %6.2lf%s)\\l'"; +$rrd_options .= " GPRINT:tot:'Total %6.2lf%sB'"; +$rrd_options .= " GPRINT:totin:'(In %6.2lf%sB'"; +$rrd_options .= " GPRINT:totout:'Out %6.2lf%sB)\\l'"; $rrd_options .= ' LINE1:95thin#aa0000'; $rrd_options .= ' LINE1:d95thout#aa0000';