Don't insert current time into graph

This commit is contained in:
Kevin Chung
2015-05-16 01:45:21 -04:00
parent be9c93adb4
commit 945e2148be

View File

@@ -62,10 +62,10 @@ function scoregraph () {
team_scores = cumulativesum(team_scores)
times.unshift("x"+i)
times.push( Math.round(new Date().getTime()/1000) )
// times.push( Math.round(new Date().getTime()/1000) )
team_scores.unshift(teams[i])
team_scores.push( team_scores[team_scores.length-1] )
// team_scores.push( team_scores[team_scores.length-1] )
xs_data[teams[i]] = "x"+i