diff --git a/pandora_console/include/ajax/graph.ajax.php b/pandora_console/include/ajax/graph.ajax.php index 090a79f61e..ed1651ee3c 100644 --- a/pandora_console/include/ajax/graph.ajax.php +++ b/pandora_console/include/ajax/graph.ajax.php @@ -225,7 +225,7 @@ if ($get_graphs){ $homeurl = ui_get_full_url(false, false, false, false); $graph_conf = db_get_row('tgraph', 'id_graph', $value['id_graph']); - + if($graph_conf['stacked'] == 4 || $graph_conf['stacked'] == 9){ $height = 50; } else if ($graph_conf['stacked'] == 5){ @@ -262,7 +262,7 @@ if ($get_graphs){ $labels, false, false, - true, + $graph_conf['percentil'] == 1, false, false, $value['fullscale']