From 68511879264a3e29325fea1f71addbd5b1fac884 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 20 May 2020 23:38:57 +0100 Subject: [PATCH] changed the chart update duration --- public/js/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/account.js b/public/js/account.js index e79630e1f..329c72afa 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -193,7 +193,7 @@ var resultHistoryChart = new Chart($(".pageAccount #resultHistoryChart"), { } }, animation: { - duration: 2500 + duration: 250 }, legend: { display: true,