fixed agent name flot-x-axis in sql vertical graph

This commit is contained in:
marcos 2021-07-30 13:15:35 +02:00
parent 1c6508947a
commit ba8144124e
1 changed files with 1 additions and 1 deletions

View File

@ -3751,7 +3751,7 @@ function graph_custom_sql_graph(
0,
floor($SQL_GRAPH_MAX_LABEL_SIZE / 2)
);
$label .= '...';
$label .= '...<br>';
$label .= substr(
$first_label,
floor(-$SQL_GRAPH_MAX_LABEL_SIZE / 2)