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:
vgilc 2018-10-01 16:17:44 +02:00
commit 660c126026
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}