From: Chuck Scott Date: Mon, 22 Aug 2016 19:47:22 +0000 (-0400) Subject: Changed color of text on graph axis to black; X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5ef2e1d73cad923d6fa46cd9586b7fff40928d56;p=WP-Plugins%2Fglm-member-db-serverstats.git Changed color of text on graph axis to black; --- 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);