Skip to content

Instantly share code, notes, and snippets.

@mhmdhasan
Created May 13, 2020 22:49
Show Gist options
  • Save mhmdhasan/bfc7df750306dce48aa3bb019574a585 to your computer and use it in GitHub Desktop.
Save mhmdhasan/bfc7df750306dce48aa3bb019574a585 to your computer and use it in GitHub Desktop.
[
{
"label": "Sat",
"activeBookings": 40,
"cancelledBookings": 7
},
{
"label": "Sun",
"activeBookings": 35,
"cancelledBookings": 12
},
{
"label": "Mon",
"activeBookings": 15,
"cancelledBookings": 4
},
{
"label": "Tue",
"activeBookings": 20,
"cancelledBookings": 6
},
{
"label": "Wed",
"activeBookings": 30,
"cancelledBookings": 12
},
{
"label": "Thu",
"activeBookings": 27,
"cancelledBookings": 10
},
{
"label": "Fri",
"activeBookings": 18,
"cancelledBookings": 12
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment