mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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…
x
Reference in New Issue
Block a user