We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960acc6 commit b38f960Copy full SHA for b38f960
app/components/LineChart.tsx
@@ -76,7 +76,7 @@ export const HardwareLineChart = ({
76
new Date(unixTime * 1000).toLocaleTimeString()
77
}
78
/>
79
- <YAxis />
+ <YAxis domain={["auto", "auto"]} />
80
<Tooltip />
81
<Legend />
82
{vials.map((vial: string, index: number) => (
0 commit comments