--- loncom/interface/statistics/lonproblemanalysis.pm 2003/10/15 21:30:51 1.39 +++ loncom/interface/statistics/lonproblemanalysis.pm 2003/10/16 13:23:13 1.40 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.39 2003/10/15 21:30:51 matthew Exp $ +# $Id: lonproblemanalysis.pm,v 1.40 2003/10/16 13:23:13 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -37,12 +37,10 @@ use Apache::lonstatistics; use Apache::lonlocal; use HTML::Entities(); -my $plotcolors = [qw/ - #33ff00 - #0033cc #990000 #aaaa66 #663399 #ff9933 - #66ccff #ff9999 #cccc33 #660000 #33cc66 - /]; - #[qw/lgreen dgreen dred/]; +my $plotcolors = ['#33ff00', + '#0033cc', '#990000', '#aaaa66', '#663399', '#ff9933', + '#66ccff', '#ff9999', '#cccc33', '#660000', '#33cc66', + ]; sub BuildProblemAnalysisPage { my ($r,$c)=@_;