fixed error values negative
This commit is contained in:
parent
17b183a6eb
commit
b5ebd81b19
|
@ -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