corrected the title name in the zoomed graph #311

This commit is contained in:
Jordi Sanfeliu 2021-05-05 12:23:40 +02:00
parent d4999553a2
commit 4634892241
1 changed files with 1 additions and 1 deletions

View File

@ -1622,7 +1622,7 @@ sub process_cgi {
if(lc($config->{enable_zoom}) eq "y") {
($width, $height) = split('x', $config->{graph_size}->{zoom});
$picz = $rrd{$version}->("$IMG_DIR" . "$IMGz[$e * 10 + 8]",
"--title=$config->{graphs}->{_process8} ($tf->{nwhen}$tf->{twhen})",
"--title=$config->{graphs}->{_process9} ($tf->{nwhen}$tf->{twhen})",
"--start=-$tf->{nwhen}$tf->{twhen}",
"--imgformat=$imgfmt_uc",
"--vertical-label=$ytitle",