mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fixed: min value in stats table were not properly scaled.
This commit is contained in:
parent
bb94d108ce
commit
79dcf2c49a
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ define([
|
|||
});
|
||||
summary.mean /= m.scale;
|
||||
summary.max /= m.scale;
|
||||
summary.max /= m.scale;
|
||||
summary.min /= m.scale;
|
||||
}
|
||||
|
||||
if (m.derivative) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue