for (let index = 0; index < 300; index++) {
      if(!JSON.parse(web_local.getItem(index) <= 0)){
        getY_value.push(JSON.parse(web_local.getItem(index)));
      }
    }