From a40b9ca097431f8aed6733760ae126aa0aaeba9c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 26 Oct 2006 22:29:30 +0200 Subject: [PATCH] collection.cgi: Label the values displayed as `Temperature' in the temperature graph. --- contrib/collection.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/collection.cgi b/contrib/collection.cgi index c1ee8e7e..a7f63fd4 100755 --- a/contrib/collection.cgi +++ b/contrib/collection.cgi @@ -841,7 +841,7 @@ our $GraphDefs; 'DEF:temp_max={file}:value:MAX', "AREA:temp_max#$HalfRed", "AREA:temp_min#$Canvas", - "LINE1:temp_avg#$FullRed:Value", + "LINE1:temp_avg#$FullRed:Temperature", 'GPRINT:temp_min:MIN:%4.1lf Min,', 'GPRINT:temp_avg:AVERAGE:%4.1lf Avg,', 'GPRINT:temp_max:MAX:%4.1lf Max,', -- 2.30.2