Reduced the width of the graph to avoid the horizontal overflow. Ticket #3778

(cherry picked from commit 3daf59701a)
This commit is contained in:
Alejandro Gallardo Escobar 2016-06-07 14:48:20 +02:00
parent d68129f830
commit 3686b60ba5
1 changed files with 3 additions and 0 deletions

View File

@ -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) {