Skip to content
Snippets Groups Projects
Commit c4120291 authored by Andy Yates's avatar Andy Yates
Browse files

Only specify the fill colour not just the colour which makes for a clearer graph

parent d527b78b
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,11 @@ See inline
=head1 AUTHOR
$Author: lg4 $
$Author: ady $
=head1 VERSION
$Revision: 1.2 $
$Revision: 1.3 $
=cut
......@@ -193,7 +193,7 @@ sub _add_colour {
my $config = $self->config()->{Colours}->{Status};
my $other = $config->{OTHER};
my $colour = $config->{$a->stats()->status()} || $other;
$graph->add_node($a->dbID(), color => $colour);
$graph->add_node($a->dbID(), fillcolor => $colour);
return;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment