From b8045691bd38fa89366d7c8f65a1231e7a529d2e Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Fri, 17 Mar 2017 11:20:54 +0100 Subject: [PATCH] Ad margin in second graph. --- pandora_console/include/graphs/functions_flot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/graphs/functions_flot.php b/pandora_console/include/graphs/functions_flot.php index 1c191a288e..72606cb62d 100644 --- a/pandora_console/include/graphs/functions_flot.php +++ b/pandora_console/include/graphs/functions_flot.php @@ -203,7 +203,7 @@ function flot_area_graph($chart_data, $width, $height, $color, $legend, } // Parent layer - $return = "
"; + $return = "
"; // Set some containers to legend, graph, timestamp tooltip, etc. $return .= "

"; @@ -274,7 +274,7 @@ function flot_area_graph($chart_data, $width, $height, $color, $legend, $height = 1; } if (!$dashboard && !$vconsole) - $return .= ""; + $return .= ""; if ($water_mark != '') { $return .= "";