missed one jpgraph string (#11447)

This commit is contained in:
Tony Murray
2020-04-20 15:25:36 -05:00
committed by GitHub
parent 64817209eb
commit 22dd4333d0
@@ -83,6 +83,7 @@ $graph->legend->Pos('0.52', '0.91', 'center');
$graph->xaxis->SetFont(FF_FONT1, FS_BOLD);
$graph->xaxis->SetPos('min');
$graph->xaxis->SetTitleMargin(30);
$graph->xaxis->title->Set(' ');
$graph->xaxis->SetTextLabelInterval(2);
$graph->xaxis->SetLabelFormatCallback('TimeCallBack');