Package: cricket
Version: 1.0.5-3
Followup-For: Bug #211029

This patch solves the problem:

--- grapher.cgi.debian  2004-05-12 18:58:45.000000000 +0200
+++ grapher.cgi 2006-05-24 14:55:40.702923473 +0200
@@ -1589,8 +1589,8 @@
             }
 
             # push NaN bars on first in background
-            $paintNaN && push @cdefs, "CDEF:unavail$ct=ds$ct,UN,INF,0,IF";
-            $paintNaN && push @lines, "AREA:unavail$ct#FFCCCC";
+            $paintNaN && push @cdefs, "CDEF:unavail$ct=ds$ct,UN,INF,0,IF", 
"CDEF:unavailneg$ct=ds$ct,UN,NEGINF,0,IF";
+            $paintNaN && push @lines, "AREA:unavail$ct#FFCCCC", 
"AREA:unavailneg$ct#FFCCCC";
 
             my($dsidx) = $dsnamemap{$ds};
             if (defined($dsidx)) {


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to