Reduced the width of the graph to avoid the horizontal overflow. Ticket #3778
(cherry picked from commit 3daf59701a
)
This commit is contained in:
parent
d68129f830
commit
3686b60ba5
|
@ -156,6 +156,9 @@ $id = get_parameter('id');
|
|||
$time_compare_overlapped = get_parameter ("time_compare_overlapped", 0);
|
||||
$unknown_graph = get_parameter_checkbox ("unknown_graph", 1);
|
||||
|
||||
// To avoid the horizontal overflow
|
||||
$width -= 20;
|
||||
|
||||
$time_compare = false;
|
||||
|
||||
if ($time_compare_separated) {
|
||||
|
|
Loading…
Reference in New Issue