Merge branch 'ent-1892-EXT-5237-el-percentil-no-se-muestra-en-las-graficas-personalizadas-del-un-contenedor-grafico-2' into 'develop'

Do not show always the percentil in custom graphs

See merge request artica/pandorafms!1478
This commit is contained in:
vgilc 2018-05-10 17:40:15 +02:00
commit cacdce9de8
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']