Closes #138.
selenium-screenshot-testing
snurilov 2016-08-12 17:55:31 -04:00 committed by Kevin Chung
parent a4e51fcc76
commit 732278587a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function scoregraph () {
for (var i = 0; i < solves.length; i++) {
var date = moment(solves[i].time * 1000);
times.push(date.format('YYYY-MM-DD hh:mm:ss'));
times.push(date.toDate());
scores.push(solves[i].value);
}
scores = cumulativesum(scores);