diff --git a/app/components/ui/chart.tsx b/app/components/ui/chart.tsx index c003539..e4bcfa3 100644 --- a/app/components/ui/chart.tsx +++ b/app/components/ui/chart.tsx @@ -142,7 +142,7 @@ export const UiChartBar = () => { scales: { y: { beginAtZero: true, - max: selectedYear ? 100 : 1500, + max: view == 'month' ? 100 : 1500, ticks: { stepSize: 25, },