Added some space to the bottom of the vertical bars graph

(cherry picked from commit e4357a1047)
This commit is contained in:
Alejandro Gallardo Escobar 2016-05-31 12:13:42 +02:00
parent ebf11e0473
commit a59887707f
1 changed files with 4 additions and 0 deletions

View File

@ -168,6 +168,10 @@ if ($view_graph) {
echo "<table class='databox filters' cellpadding='0' cellspacing='0' width='100%'>";
echo "<tr><td>";
echo $graph_return;
// Add space to the legend transformation
if ($stacked === CUSTOM_GRAPH_VBARS) {
echo '<br /><br /><br /><br />';
}
echo "</td></tr></table>";
}
else {