Adjust stacked chart colors
This commit is contained in:
+4
-4
@@ -859,11 +859,11 @@ function Graphs({end, duration}) {
|
|||||||
<Water end={end} duration={duration} />
|
<Water end={end} duration={duration} />
|
||||||
<BedroomSleep end={end} duration={duration} />
|
<BedroomSleep end={end} duration={duration} />
|
||||||
<MultiLineChart
|
<MultiLineChart
|
||||||
title='Lux'
|
title='Light Level'
|
||||||
measurement='lux'
|
measurement='lux'
|
||||||
dataKey='lux'
|
dataKey='lux'
|
||||||
sensors={['Living Room', 'Kitchen', 'Bedroom', 'Laundry Room']}
|
sensors={['Living Room', 'Kitchen', 'Bedroom', 'Laundry Room']}
|
||||||
colors={['green', 'black', 'red', 'blue']}
|
colors={['black', 'green', 'red', 'blue']}
|
||||||
end={end}
|
end={end}
|
||||||
duration={duration}
|
duration={duration}
|
||||||
yDomain={[0, 250]}
|
yDomain={[0, 250]}
|
||||||
@@ -874,7 +874,7 @@ function Graphs({end, duration}) {
|
|||||||
measurement='hpa'
|
measurement='hpa'
|
||||||
dataKey='hpa'
|
dataKey='hpa'
|
||||||
sensors={['Kitchen', 'Bedroom', 'Laundry Room']}
|
sensors={['Kitchen', 'Bedroom', 'Laundry Room']}
|
||||||
colors={['black', 'red', 'blue']}
|
colors={['green', 'red', 'blue']}
|
||||||
end={end}
|
end={end}
|
||||||
duration={duration}
|
duration={duration}
|
||||||
yDomain={[87, 91]}
|
yDomain={[87, 91]}
|
||||||
@@ -887,7 +887,7 @@ function Graphs({end, duration}) {
|
|||||||
measurement='soil'
|
measurement='soil'
|
||||||
dataKey='soil'
|
dataKey='soil'
|
||||||
sensors={['Dumb Cane', 'Kitchen Pothos', 'Dracaena']}
|
sensors={['Dumb Cane', 'Kitchen Pothos', 'Dracaena']}
|
||||||
colors={['black', 'red', 'blue']}
|
colors={['red', 'green', 'blue']}
|
||||||
end={end}
|
end={end}
|
||||||
duration={duration}
|
duration={duration}
|
||||||
yDomain={[0, 100]}
|
yDomain={[0, 100]}
|
||||||
|
|||||||
Reference in New Issue
Block a user