set up an areea chart for bin levels over time if there are more than 10 changes since the bars get kinda cluttered

This commit is contained in:
csawatzky 2025-08-15 11:18:19 -06:00
parent a4982af00e
commit e57f75bf56
3 changed files with 94 additions and 17 deletions

View file

@ -374,7 +374,6 @@ export default function BinSettings(props: Props) {
let options: Option[] = []
libracartAPI.listDestinations(0,0,undefined, as)
.then(resp=>{
console.log(resp)
//set the options for the search select
resp.data.destinations.forEach(d => {
let newOp: Option = {
@ -486,7 +485,6 @@ export default function BinSettings(props: Props) {
form.inventory.inventoryControl = inventoryControl
form.inventory.autoThreshold = autoFillThreshold
}
console.log(form)
binAPI
.updateBin(bin.key(), form, as)
.then(response => {