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'})
|
||||
.data()
|
||||
.reduce(function (a, b) {
|
||||
return (a + b) / 2;
|
||||
}, 0);
|
||||
return (a + b);
|
||||
}, 0) / api.column(10, {page: 'current'}).data().length;
|
||||
|
||||
sumSharesGood = api
|
||||
.column(11, {page: 'current'})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue