From f2f9cc666e989036d6d7cd6eb504e3e9f2b98b1e Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 7 Sep 2017 18:11:42 +0200 Subject: [PATCH] boolean graphs --- pandora_console/include/functions_graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index e59bb737fc..d6ced0e99c 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -3962,7 +3962,7 @@ function grafico_modulo_boolean_data ($agent_module_id, $period, $show_events, for ($i = 0; $i <= $resolution; $i++) { $timestamp = $datelimit + ($interval * $i); - if ($fullscale) { + if ($fullscale && ($resolution > ($config['graph_res'] * 50))) { $timestamp = $data[$i]['utimestamp']; }