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

This commit is contained in:
Alejandro Gallardo Escobar 2016-06-07 14:48:20 +02:00
parent 679b0c6749
commit 3daf59701a
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) {