There was an error while loading. Please reload this page.
1 parent 193abfe commit f1e3d9aCopy full SHA for f1e3d9a
1 file changed
client/src/pages/ExperimentTab.js
@@ -62,7 +62,7 @@ export default function ExperimentTab() {
62
<TimeseriesChart
63
title="Luminosity (lm)"
64
dataset={luminosityData}
65
- ymin={550} ymax={850}
+ ymin={100} ymax={900}
66
{...chartProps}
67
/>
68
<FormControlLabel
0 commit comments