From 5ef2e1d73cad923d6fa46cd9586b7fff40928d56 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 22 Aug 2016 15:47:22 -0400 Subject: [PATCH] Changed color of text on graph axis to black; --- models/admin/ajax/serverBandwidthGraphs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/admin/ajax/serverBandwidthGraphs.php b/models/admin/ajax/serverBandwidthGraphs.php index a845f7e..d77be8a 100644 --- a/models/admin/ajax/serverBandwidthGraphs.php +++ b/models/admin/ajax/serverBandwidthGraphs.php @@ -115,7 +115,7 @@ class GlmMembersAdmin_ajax_serverBandwidthGraphs extends GlmServerBandwidthSupp $graph->setXValuesHorizontal(false); $graph->setLineColor("blue", "red", "green"); $graph->setDataPointSize(4); - $graph->setTextColor("blue"); + $graph->setTextColor("black"); $graph->setBackgroundColor('245,245,245'); $graph->setLine(true); $graph->setBars(false); -- 2.17.1