Update movetime chart

rollback scaling change from earlier -- makes 1s moves too small.
pull/2906/head
Isaac Levy 2017-04-03 21:16:58 -04:00 committed by GitHub
parent 0af772696c
commit d889621b58
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ lichess.movetimeChart = function(data) {
var turn = (ply + 1) >> 1;
var color = ply & 1;
var y = Math.pow(log1p(.003 * Math.min(time, 12e4)), 2);
var y = Math.pow(log1p(.005 * Math.min(time, 12e4)), 2);
max = Math.max(y, max);
series[color ? 'white' : 'black'].push({