Do not show always the percentil in custom graphs

This commit is contained in:
fermin831 2018-05-10 17:29:50 +02:00
parent f341844368
commit fcebfceffb
1 changed files with 2 additions and 2 deletions

View File

@ -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']