From: Chuck Scott Date: Mon, 22 Aug 2016 19:46:35 +0000 (-0400) Subject: Changed text on graph axis to black. X-Git-Tag: v2.5.2^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a9b45c4f986e88439dc534a0808a87524fc16c9a;p=WP-Plugins%2Fglm-member-db.git Changed text on graph axis to black. --- diff --git a/models/admin/ajax/memberGraphs.php b/models/admin/ajax/memberGraphs.php index fb90272b..e898ec9b 100644 --- a/models/admin/ajax/memberGraphs.php +++ b/models/admin/ajax/memberGraphs.php @@ -183,7 +183,8 @@ class GlmMembersAdmin_ajax_memberGraphs extends GlmDataMembers $graph = new PHPGraphLib(600,300); $graph->addData($data); // $graph->setTitle($graphTitle); - In this case the graph title is on the pop-up dialog box. - $graph->setTextColor("blue"); + $graph->setTextColor("black"); + $graph->setLineColor("blue"); $graph->setBackgroundColor('245,245,245'); $graph->setLine(true); $graph->setBars(false);