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 {