finished the bin sensor view to display connected components for a bin
This commit is contained in:
parent
67b251d865
commit
b00f10b831
16 changed files with 983 additions and 232 deletions
|
|
@ -215,11 +215,6 @@ export default function Bin(props: Props) {
|
|||
const [binPresets, setBinPresets] = useState<DevicePreset[]>([]);
|
||||
const [missedReadings, setMissedReadings] = useState(0);
|
||||
|
||||
//3d bin variables/toggle
|
||||
const [showGrain, setShowGrain] = useState(false)
|
||||
const [showHotspots, setShowHotspots] = useState(false)
|
||||
const [showHeatmap, setShowHeatmap] = useState(false)
|
||||
|
||||
const handleChange = (_event: React.ChangeEvent<{}>, newValue: number) => {
|
||||
setValue(newValue);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue