Fixed an error on the function "flot_area_graph"

This commit is contained in:
Alejandro Gallardo Escobar 2014-10-13 14:13:31 +02:00
parent 6eef76ef23
commit 0d7cb4a275
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ function flot_area_graph($chart_data, $width, $height, $color, $legend,
$height = 100;
}
else {
$height = 0;
$height = 1;
}
$return .= "<div id='overview_$graph_id' class='overview_graph' style='visibility: hidden; margin-left:0px; margin-top:20px; width: ".$width."px; height: ".$height ."px;'></div>";