mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
missed one jpgraph string (#11447)
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user