Fixed total avg.time
This commit is contained in:
parent
38677f8a2b
commit
f11a001f6c
1 changed files with 2 additions and 2 deletions
|
@ -279,8 +279,8 @@
|
||||||
.column(10, {page: 'current'})
|
.column(10, {page: 'current'})
|
||||||
.data()
|
.data()
|
||||||
.reduce(function (a, b) {
|
.reduce(function (a, b) {
|
||||||
return (a + b) / 2;
|
return (a + b);
|
||||||
}, 0);
|
}, 0) / api.column(10, {page: 'current'}).data().length;
|
||||||
|
|
||||||
sumSharesGood = api
|
sumSharesGood = api
|
||||||
.column(11, {page: 'current'})
|
.column(11, {page: 'current'})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue