fixed agent name flot-x-axis in sql vertical graph
This commit is contained in:
parent
1c6508947a
commit
ba8144124e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue