Remove clutter by stripping years off of labels.
git-svn-id: svn://10.0.0.236/trunk@20573 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -142,7 +142,9 @@ my @namelist = sort(keys %names);
|
||||
|
||||
my @data;
|
||||
|
||||
push @data, \@datelist;
|
||||
my @labels = grep(s/^\d+-//, @datelist); # Strip years off of labels.
|
||||
|
||||
push @data, \@labels;
|
||||
|
||||
foreach my $n (@namelist) {
|
||||
my $c = [];
|
||||
|
||||
Reference in New Issue
Block a user