mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
boolean graphs
This commit is contained in:
parent
191d6bb0d4
commit
f2f9cc666e
@ -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'];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user