Skip to content

Commit b38f960

Browse files
authored
small change to make plot range to data range (#22)
1 parent 960acc6 commit b38f960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/LineChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const HardwareLineChart = ({
7676
new Date(unixTime * 1000).toLocaleTimeString()
7777
}
7878
/>
79-
<YAxis />
79+
<YAxis domain={["auto", "auto"]} />
8080
<Tooltip />
8181
<Legend />
8282
{vials.map((vial: string, index: number) => (

0 commit comments

Comments
 (0)