Change domains

This commit is contained in:
Tanner Collin 2022-08-05 19:05:03 +00:00
parent 2eb1cb7e4b
commit 94f023f70c

View File

@ -262,7 +262,7 @@ function NookTemperature({end, duration}) {
/> />
<YAxis <YAxis
yAxisId='left' yAxisId='left'
domain={[15, 25]} domain={[15, 30]}
/> />
<CartesianGrid strokeDasharray='3 3'/> <CartesianGrid strokeDasharray='3 3'/>
@ -327,7 +327,7 @@ function BedroomTemperature({end, duration}) {
/> />
<YAxis <YAxis
yAxisId='left' yAxisId='left'
domain={[15, 25]} domain={[15, 30]}
/> />
<CartesianGrid strokeDasharray='3 3'/> <CartesianGrid strokeDasharray='3 3'/>
@ -392,7 +392,7 @@ function SeedsTemperature({end, duration}) {
/> />
<YAxis <YAxis
yAxisId='left' yAxisId='left'
domain={[15, 25]} domain={[15, 30]}
/> />
<CartesianGrid strokeDasharray='3 3'/> <CartesianGrid strokeDasharray='3 3'/>
@ -453,7 +453,7 @@ function Thermostat({end, duration}) {
/> />
<YAxis <YAxis
yAxisId='left' yAxisId='left'
domain={[12, 25]} domain={[12, 30]}
/> />
<CartesianGrid strokeDasharray='3 3'/> <CartesianGrid strokeDasharray='3 3'/>