starting table
This commit is contained in:
parent
3f33a7dd41
commit
9bacaa12d9
3 changed files with 32 additions and 11 deletions
|
|
@ -285,7 +285,9 @@ export default function BinGraphs(props: Props) {
|
|||
<Box>
|
||||
<BinWaterLevel
|
||||
bin={bin}
|
||||
range={{ start: startDate, end: endDate }}
|
||||
// range={{ start: startDate, end: endDate }}
|
||||
start={startDate.toISOString()}
|
||||
end={endDate.toISOString()}
|
||||
plenumKey={componentDevices.get(plenums[0].key()) + ":" + plenums[0].key()}
|
||||
cableKey={componentDevices.get(moistureCables[0].key()) + ":" + moistureCables[0].key()}
|
||||
pressureKey={componentDevices.get(pressures[0].key()) + ":" + pressures[0].key()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue