Skip to content

Commit f1e3d9a

Browse files
committed
Change luminosity axis
Oops, the example data should fit on the graph now.
1 parent 193abfe commit f1e3d9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/pages/ExperimentTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function ExperimentTab() {
6262
<TimeseriesChart
6363
title="Luminosity (lm)"
6464
dataset={luminosityData}
65-
ymin={550} ymax={850}
65+
ymin={100} ymax={900}
6666
{...chartProps}
6767
/>
6868
<FormControlLabel

0 commit comments

Comments
 (0)