mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Reduced the width of the graph to avoid the horizontal overflow. Ticket #3778
(cherry picked from commit 3daf59701a835168759acece488504c2f0d16ef6)
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…
x
Reference in New Issue
Block a user