generic_v3_multiline: extra colin breaks the graph

This commit is contained in:
Tony Murray
2016-08-09 14:03:16 -05:00
parent d0d84503f1
commit 21ad9c2a8b

View File

@ -89,11 +89,10 @@ foreach ($rrd_list as $rrd) {
if ($i && ($dostack === 1)) {
$stack = ':STACK';
}
$rrd_options .= ' LINE2:'.$g_defname.$i.'#'.$colour.":'".$descr."'$stack";
if ($addarea === 1)
{
$descr = ":";
$rrd_options .= ' AREA:'.$g_defname.$i.'#'.$colour.$transparency.":'".$descr."'$stack";
}
$rrd_options .= ' GPRINT:'.$t_defname.$i.':LAST:%8.0lf%s GPRINT:'.$t_defname.$i.'min:MIN:%8.0lf%s';