Merge branch '1634-Static-graphs-siempre-muestran-5-decimales-4908-media' into 'develop'
Limit static graphs decimal numbers to show in visual console with data… See merge request artica/pandorafms!1209
This commit is contained in:
commit
1558dee350
|
@ -1608,7 +1608,7 @@ function visual_map_print_item($mode = "read", $layoutData,
|
|||
if (!modules_is_boolean($layoutData['id_agente_modulo'])) {
|
||||
$img_style_title .=
|
||||
" <br>" . __("Last value: ")
|
||||
. $value;
|
||||
. remove_right_zeros(number_format($value, $config['graph_precision']));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue