small update

This commit is contained in:
Jordi Sanfeliu 2014-07-10 09:54:13 +02:00
parent 7cc6087567
commit 37ec285a3f
1 changed files with 5 additions and 5 deletions

View File

@ -1141,9 +1141,9 @@ sub process_cgi {
push(@tmpz, "LINE2:n_ics" . $n . $LC[$n]); push(@tmpz, "LINE2:n_ics" . $n . $LC[$n]);
$str = sprintf("%-20s", substr($str, 0, 20)); $str = sprintf("%-20s", substr($str, 0, 20));
push(@tmp, "LINE2:vcs" . $n . $LC[$n] . ":$str"); push(@tmp, "LINE2:vcs" . $n . $LC[$n] . ":$str");
push(@tmp, "GPRINT:tcs" . $n . ":LAST:Cur\\: %4.0lfT"); push(@tmp, "GPRINT:tcs" . $n . ":LAST:Cur\\: %4.0lf");
push(@tmp, "GPRINT:tcs" . $n . ":MIN: Min\\: %4.0lfT"); push(@tmp, "GPRINT:tcs" . $n . ":MIN: Min\\: %4.0lf");
push(@tmp, "GPRINT:tcs" . $n . ":MAX: Max\\: %4.0lfT\\n"); push(@tmp, "GPRINT:tcs" . $n . ":MAX: Max\\: %4.0lf\\n");
push(@tmp, "LINE2:n_ics" . $n . $LC[$n]); push(@tmp, "LINE2:n_ics" . $n . $LC[$n]);
} }
} }
@ -1169,7 +1169,7 @@ sub process_cgi {
"--title=$config->{graphs}->{_process7} ($tf->{nwhen}$tf->{twhen})", "--title=$config->{graphs}->{_process7} ($tf->{nwhen}$tf->{twhen})",
"--start=-$tf->{nwhen}$tf->{twhen}", "--start=-$tf->{nwhen}$tf->{twhen}",
"--imgformat=PNG", "--imgformat=PNG",
"--vertical-label=Nonvoluntary & voluntary/s", "--vertical-label=Nonvoluntary + voluntary/s",
"--width=$width", "--width=$width",
"--height=$height", "--height=$height",
@riglim, @riglim,
@ -1228,7 +1228,7 @@ sub process_cgi {
"--title=$config->{graphs}->{_process7} ($tf->{nwhen}$tf->{twhen})", "--title=$config->{graphs}->{_process7} ($tf->{nwhen}$tf->{twhen})",
"--start=-$tf->{nwhen}$tf->{twhen}", "--start=-$tf->{nwhen}$tf->{twhen}",
"--imgformat=PNG", "--imgformat=PNG",
"--vertical-label=Nonvoluntary & voluntary/s", "--vertical-label=Nonvoluntary + voluntary/s",
"--width=$width", "--width=$width",
"--height=$height", "--height=$height",
@riglim, @riglim,