From 0d7cb4a27579553fc3e31b921876b8b8c46d2b3a Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Mon, 13 Oct 2014 14:13:31 +0200 Subject: [PATCH] Fixed an error on the function "flot_area_graph" --- pandora_console/include/graphs/functions_flot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/graphs/functions_flot.php b/pandora_console/include/graphs/functions_flot.php index 4684e7fb47..d9fca31614 100644 --- a/pandora_console/include/graphs/functions_flot.php +++ b/pandora_console/include/graphs/functions_flot.php @@ -194,7 +194,7 @@ function flot_area_graph($chart_data, $width, $height, $color, $legend, $height = 100; } else { - $height = 0; + $height = 1; } $return .= "";