Subject: | dates in "Number of dists" are mixed |
The X Axis shows that the dates are not sorted chronologically.
There should be probably a date sort of $results in sub make_distgraph
of make_distgraph.pl ???:
sub make_distgraph {
my ($dist)=@_;
my
$results=$db->resultset('HistoryDist')->search(distname=>$dist->distname);
Cheers,
Jozef
Subject: | dists.png |