Changed color of text on graph axis to black;
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 22 Aug 2016 19:47:22 +0000 (15:47 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 22 Aug 2016 19:47:22 +0000 (15:47 -0400)
models/admin/ajax/serverBandwidthGraphs.php

index a845f7e..d77be8a 100644 (file)
@@ -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);