mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Added some space to the bottom of the vertical bars graph
This commit is contained in:
parent
3a7ff0e93d
commit
e4357a1047
@ -168,6 +168,10 @@ if ($view_graph) {
|
|||||||
echo "<table class='databox filters' cellpadding='0' cellspacing='0' width='100%'>";
|
echo "<table class='databox filters' cellpadding='0' cellspacing='0' width='100%'>";
|
||||||
echo "<tr><td>";
|
echo "<tr><td>";
|
||||||
echo $graph_return;
|
echo $graph_return;
|
||||||
|
// Add space to the legend transformation
|
||||||
|
if ($stacked === CUSTOM_GRAPH_VBARS) {
|
||||||
|
echo '<br /><br /><br /><br />';
|
||||||
|
}
|
||||||
echo "</td></tr></table>";
|
echo "</td></tr></table>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user