diff --git a/html/includes/graphs/generic_multi.inc.php b/html/includes/graphs/generic_multi.inc.php index e7b10b8d09..bbaef2ed53 100644 --- a/html/includes/graphs/generic_multi.inc.php +++ b/html/includes/graphs/generic_multi.inc.php @@ -21,7 +21,8 @@ if ($width > '500') { $descr_len = 24; } else { $descr_len = 12; - $descr_len += round(($width - 250) / 8); + # FIXME - Presently overflows graph + #$descr_len += round(($width - 250) / 8); } if ($nototal) {