Fixed label of Pie Custom Graph. Tiquet: #2965
This commit is contained in:
parent
7acd0c7446
commit
f705fa2563
|
@ -1449,6 +1449,7 @@ function graphic_combined_module ($module_list, $weight_list, $period,
|
|||
else
|
||||
$label = $data_module['nombre'];
|
||||
|
||||
$label = io_safe_output($label);
|
||||
$temp[$label] = array('value'=>$value,
|
||||
'unit'=>$data_module['unit']);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue