From 22dd4333d0d236a0c3b5e27dd3de7302fdcda05c Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 20 Apr 2020 15:25:36 -0500 Subject: [PATCH] missed one jpgraph string (#11447) --- includes/html/graphs/bill/historicbits.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/html/graphs/bill/historicbits.inc.php b/includes/html/graphs/bill/historicbits.inc.php index a4eaffb20f..a202991779 100644 --- a/includes/html/graphs/bill/historicbits.inc.php +++ b/includes/html/graphs/bill/historicbits.inc.php @@ -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');