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, },