pull/2895/head
Isaac Levy 2017-04-02 14:38:20 -04:00
parent 03359c9545
commit c3b82b41c0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ lichess.movetimeChart = function(data) {
var turn = (ply + 1) >> 1;
var color = ply & 1;
var y = Math.pow(Math.log(0.4 * Math.min(time, 6000) + 1), 2);
var y = Math.pow(Math.log(0.4 * Math.min(time, 600) + 1), 2);
max = Math.max(y, max);
series[color ? 'white' : 'black'].push({