window._data = [ { "store": "Atasehir", "quotainfo" :[ { "timeslot": "09:00 - 10:00", "capacity": 10, "filled": 10 }, { "timeslot": "10:30 - 11:00", "capacity": 10, "filled": 9 }, { "timeslot": "11:00 - 11:30", "capacity": 14, "filled": 9 }, { "timeslot": "11:00 - 12:00", "capacity": 10, "filled": 8 }, { "timeslot": "12:00 - 13:00", "capacity": 10, "filled": 6 }, { "timeslot": "13:00 - 14:00", "capacity": 10, "filled": 4 }, { "timeslot": "14:00 - 15:00", "capacity": 10, "filled": 0 } ] }, { "store": "Novada", "quotainfo" :[ { "timeslot": "09:00 - 10:00", "capacity": 10, "filled": 8 }, { "timeslot": "10:00 - 11:00", "capacity": 10, "filled": 7 }, { "timeslot": "11:00 - 12:00", "capacity": 10, "filled": 10 }, { "timeslot": "12:00 - 13:00", "capacity": 10, "filled": 2 }, { "timeslot": "13:00 - 14:00", "capacity": 10, "filled": 8 }, { "timeslot": "14:00 - 15:00", "capacity": 10, "filled": 9 } ] } ];