diff --git a/public/js/account.js b/public/js/account.js index 00b1768e9..68de0fe38 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -289,7 +289,8 @@ var resultHistoryChart = new Chart($(".pageAccount #resultHistoryChart"), { }], yAxes: [{ ticks: { - fontFamily: "Roboto Mono" + fontFamily: "Roboto Mono", + beginAtZero: true }, display: true, scaleLabel: { diff --git a/public/js/script.js b/public/js/script.js index cefcfd567..c098e8acd 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -1030,7 +1030,8 @@ let wpmOverTimeChart = new Chart(ctx, { labelString: 'Words per Minute' }, ticks: { - fontFamily: 'Roboto Mono' + fontFamily: 'Roboto Mono', + beginAtZero: true } }] }