diff options
author | ivan <ivan> | 2008-05-29 00:11:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-05-29 00:11:59 +0000 |
commit | 4e63c1ce0d77c3f78deeab560cc0981aa4c0f60c (patch) | |
tree | f1942f2a5d924a2989c8994f2851bab14141631d | |
parent | ddff7f332351c90fd6f2d93075871ede29ab5804 (diff) |
line things up better on the 12mo report (prevent labels from taking up most of the graph
-rw-r--r-- | httemplate/graph/money_time.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi index fbc31c068..4e4157ea1 100644 --- a/httemplate/graph/money_time.cgi +++ b/httemplate/graph/money_time.cgi @@ -62,10 +62,10 @@ my %graph_suffix = ( ); my %graph_label = map { $_ => $label{$_}.$graph_suffix{$_} } keys %label; -$label{$_.'_12mo'} = $label{$_}. " (previous 12 months)" +$label{$_.'_12mo'} = $label{$_}. " (prev 12 months)" foreach keys %label; -$graph_label{$_.'_12mo'} = $graph_label{$_}. " (previous 12 months)" +$graph_label{$_.'_12mo'} = $graph_label{$_}. " (prev 12 months)" foreach keys %graph_label; my %color = ( |