From 3806a04e778912b6a0a99d1e7ac00be7ce64e2ec Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 27 Oct 2023 11:09:27 +0100 Subject: [PATCH] use whole only on the chart --- src/components/player/PlayerChart.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/player/PlayerChart.tsx b/src/components/player/PlayerChart.tsx index f86ecfa..6c32e4d 100644 --- a/src/components/player/PlayerChart.tsx +++ b/src/components/player/PlayerChart.tsx @@ -39,6 +39,7 @@ export const options: any = { ticks: { autoSkip: true, maxTicksLimit: 8, + stepSize: 1, }, reverse: true, },