This commit is contained in:
Henry Dollman
2024-07-12 20:12:50 -04:00
parent 998fa6e03a
commit aacaf2f04f
17 changed files with 77 additions and 28 deletions

View File

@@ -63,7 +63,7 @@ export default function ({ chartData }: { chartData: Record<string, number | str
>
<CartesianGrid vertical={false} />
<YAxis
domain={[0, (max: number) => Math.ceil(max)]}
domain={[0, (max: number) => Math.max(Math.ceil(max), 0.4)]}
// tickCount={5}
tickLine={false}
axisLine={false}