From 9bc0b4c0504457ff422f078be1fc98bacf9c4f8a Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Tue, 2 Apr 2024 11:41:47 +0200 Subject: [PATCH] 13281-Fix overflow in Defined custom graph widget --- pandora_console/include/lib/Dashboard/Widgets/custom_graph.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php b/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php index 4cb4734105..29c5c17372 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php +++ b/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php @@ -504,9 +504,8 @@ class CustomGraphWidget extends Widget break; case CUSTOM_GRAPH_VBARS: - $style = 'padding: 10px;'; $height = $size['height']; - $output = '
'; + $output = '
'; break; case CUSTOM_GRAPH_GAUGE: