Fixed: min value in stats table were not properly scaled.

This commit is contained in:
Boaz Leskes 2013-12-23 21:03:25 +01:00
parent bb94d108ce
commit 79dcf2c49a

View file

@ -338,7 +338,7 @@ define([
});
summary.mean /= m.scale;
summary.max /= m.scale;
summary.max /= m.scale;
summary.min /= m.scale;
}
if (m.derivative) {