fixed error values negative

This commit is contained in:
daniel 2018-10-01 15:24:29 +02:00
parent 17b183a6eb
commit b5ebd81b19
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);
}