From d4b79179d9d9a44881bf99ee9e25bb617a7a21d5 Mon Sep 17 00:00:00 2001 From: Luis Calvo Date: Fri, 1 Mar 2019 14:58:41 +0100 Subject: [PATCH] Fixed width unit on graph, setted to px instead of % Former-commit-id: 2517a1bfad9c609709f30025c2d6927c0011ade1 --- 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 637d02b34b..39c4c347dc 100644 --- a/pandora_console/include/graphs/functions_flot.php +++ b/pandora_console/include/graphs/functions_flot.php @@ -748,7 +748,7 @@ function flot_slicesbar_graph( if ($widgets) { $return = "
"; } else { - $return = "
"; + $return = "
"; } }