Skip to content

Instantly share code, notes, and snippets.

@tostrowski
Created March 28, 2023 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tostrowski/bcb54339094268146b75834a50459d5e to your computer and use it in GitHub Desktop.
Save tostrowski/bcb54339094268146b75834a50459d5e to your computer and use it in GitHub Desktop.
{
"success": true,
"data": {
"datasets": [
{
"type": "BAR",
"name": "Total Headcount(Baseline)",
"data": [
57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"color": "blue",
"stack": "hcgrowth"
},
{
"type": "BAR",
"name": "Total Headcount(Actual)",
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"color": "blue",
"stack": "hcgrowth"
},
{
"type": "BAR",
"name": "Total Headcount(Forecast)",
"data": [
0,
57,
57,
57,
57,
57,
57,
57,
57,
57,
57,
57,
57
],
"action": {
"action": "showPeople",
"filterValuesList": [
null,
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2023-03-31"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2023-04-30"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2023-05-31"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2023-06-30"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2023-07-31"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2023-08-31"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2023-09-30"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2023-10-31"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2023-11-30"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2023-12-31"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2024-01-31"
}
]
},
{
"filters": [
{
"id": "FORECAST_APPROVED",
"date": "2024-02-29"
}
]
}
]
},
"color": "lightblue",
"stack": "hcgrowth"
},
{
"type": "LINE",
"name": "Total Headcount(Target)",
"data": [
57,
57,
57,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58
],
"color": "green"
}
],
"labels": [
"Feb '23",
"Mar '23",
"Apr '23",
"May '23",
"Jun '23",
"Jul '23",
"Aug '23",
"Sep '23",
"Oct '23",
"Nov '23",
"Dec '23",
"Jan '24",
"Feb '24"
],
"presentation": {
"legend": false
},
"type": "LINEBAR"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment