mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed problem with percentile bar label. Ticket #2635
This commit is contained in:
parent
6507d09792
commit
93ed16b6be
@ -100,8 +100,13 @@ function visual_map_print_item($mode = "read", $layoutData,
|
||||
$top = $layoutData['pos_y'];
|
||||
$left = $layoutData['pos_x'];
|
||||
$id = $layoutData['id'];
|
||||
//$label = io_safe_output($layoutData['label']);
|
||||
$label = '';
|
||||
//If it is simple value, label must be empty because if not, module value set the plane text '(_VALUE_)'
|
||||
if ($layoutData['type'] == SIMPLE_VALUE){
|
||||
$label = '';
|
||||
}
|
||||
else{
|
||||
$label = io_safe_output($layoutData['label']);
|
||||
}
|
||||
$id_module = $layoutData['id_agente_modulo'];
|
||||
$type = $layoutData['type'];
|
||||
$period = $layoutData['period'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user