From 31eba932bda22406f9b3ad0dc4972643994298c3 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 29 Aug 2016 13:55:50 -0400 Subject: [PATCH] Updated bandwidth graphs --- models/admin/ajax/serverBandwidthGraphs.php | 1 + views/admin/dashboardWidget/serverStats.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/models/admin/ajax/serverBandwidthGraphs.php b/models/admin/ajax/serverBandwidthGraphs.php index 4b42861..7ee5b98 100644 --- a/models/admin/ajax/serverBandwidthGraphs.php +++ b/models/admin/ajax/serverBandwidthGraphs.php @@ -122,6 +122,7 @@ class GlmMembersAdmin_ajax_serverBandwidthGraphs extends GlmServerBandwidthSupp $graph = new PHPGraphLib(1200,300); $graph->setXValues(true); $graph->setYValues(true); + $graph->setMinMaxY(10); // Set minimum top value to Y axis $graph->setXValuesInterval($interval); $graph->setXValuesHorizontal(false); $graph->setLineColor("blue", "red", "green"); diff --git a/views/admin/dashboardWidget/serverStats.html b/views/admin/dashboardWidget/serverStats.html index 919fb17..db4a08f 100644 --- a/views/admin/dashboardWidget/serverStats.html +++ b/views/admin/dashboardWidget/serverStats.html @@ -50,7 +50,7 @@ {/if} - +

{$glmSiteTitle}

-- 2.17.1