fix: Patch generic_multi graph to fix legend overflow #5766

This commit is contained in:
Justin Settle 2017-02-08 10:40:05 -05:00 committed by Neil Lathwood
parent 48f0867ef9
commit 5f35800d9d

View File

@ -21,7 +21,8 @@ if ($width > '500') {
$descr_len = 24; $descr_len = 24;
} else { } else {
$descr_len = 12; $descr_len = 12;
$descr_len += round(($width - 250) / 8); # FIXME - Presently overflows graph
#$descr_len += round(($width - 250) / 8);
} }
if ($nototal) { if ($nototal) {