Merge branch '2623-Graficas_fallan_al_mostrar_datos_negativos' into 'develop'
fixed error values negative See merge request artica/pandorafms!1819
This commit is contained in:
commit
660c126026
|
@ -2240,7 +2240,6 @@ function pandoraFlotArea( graph_id, values, legend,
|
|||
}
|
||||
|
||||
function yFormatter(v, axis) {
|
||||
axis.datamin = 0;
|
||||
if (short_data) {
|
||||
var formatted = number_format(v, force_integer, "", short_data);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue