From e4357a10473d071281ab9292abad5edfdafcb54c Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Tue, 31 May 2016 12:13:42 +0200 Subject: [PATCH] Added some space to the bottom of the vertical bars graph --- pandora_console/operation/reporting/graph_viewer.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/operation/reporting/graph_viewer.php b/pandora_console/operation/reporting/graph_viewer.php index 1b2b071125..7d75e15f97 100644 --- a/pandora_console/operation/reporting/graph_viewer.php +++ b/pandora_console/operation/reporting/graph_viewer.php @@ -168,6 +168,10 @@ if ($view_graph) { echo ""; echo "
"; echo $graph_return; + // Add space to the legend transformation + if ($stacked === CUSTOM_GRAPH_VBARS) { + echo '



'; + } echo "
"; } else {