Changed for fixed visual of metaconsole

This commit is contained in:
m-lopez-f 2015-03-30 10:17:35 +02:00
parent 1d21b164b8
commit ffd099c782
1 changed files with 2 additions and 0 deletions

View File

@ -721,6 +721,8 @@ function flot_slicesbar_graph ($graph_data, $period, $width, $height, $legend, $
$fontsize = 7;
$extra_height = 15;
if (defined("METACONSOLE"))
$extra_height = 20;
$return .= "<div id='extra_$graph_id' style='font-size: ".$fontsize."pt; display:none; position:absolute; overflow: auto; height: ".$extra_height."px; background:#fff; padding: 2px 2px 2px 2px; border: solid #000 1px;'></div>";