Mailing List Archive

svn commit: r329293 - /spamassassin/trunk/masses/rule-qa/rule-hits-over-time
Author: jm
Date: Fri Oct 28 13:53:12 2005
New Revision: 329293

URL: http://svn.apache.org/viewcvs?rev=329293&view=rev
Log:
allow Y-axis to scale instead of always being 0..100

Modified:
spamassassin/trunk/masses/rule-qa/rule-hits-over-time

Modified: spamassassin/trunk/masses/rule-qa/rule-hits-over-time
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/masses/rule-qa/rule-hits-over-time?rev=329293&r1=329292&r2=329293&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/rule-hits-over-time (original)
+++ spamassassin/trunk/masses/rule-qa/rule-hits-over-time Fri Oct 28 13:53:12 2005
@@ -335,12 +335,13 @@
x_number_format => \&fmt_time_t,
);

- if ($scale_to_total_volume) {
- $gd->set (
- y_min_value => 0,
- y_max_value => 100,
- );
- }
+ # turned off, so that the Y axis scales nicely. can be reenabled
+ #if ($scale_to_total_volume) {
+ # $gd->set (
+ # y_min_value => 0,
+ # y_max_value => 100,
+ # );
+ #}
}

sub fmt_time_t {