mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fixed an error on the function "flot_area_graph"
This commit is contained in:
parent
6eef76ef23
commit
0d7cb4a275
@ -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>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user