Skip to content

Instantly share code, notes, and snippets.

@tostrowski
Created March 28, 2023 13:33
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/7b53342b5d7552d9f792a2c53d396395 to your computer and use it in GitHub Desktop.
Save tostrowski/7b53342b5d7552d9f792a2c53d396395 to your computer and use it in GitHub Desktop.
{
"success": true,
"data": {
"datasets": [
{
"type": "BAR",
"name": "Current",
"data": [
24,
17,
7,
5,
4
],
"action": {
"action": "showPeople",
"filterValuesList": [
{
"filters": [
{
"id": "STATUS",
"stringValue": "FILLED"
},
{
"id": "QUESTION",
"questionId": 916,
"answer": "US - Remote"
}
]
},
{
"filters": [
{
"id": "STATUS",
"stringValue": "FILLED"
},
{
"id": "QUESTION",
"questionId": 916,
"answer": "US - SF Bay Area"
}
]
},
{
"filters": [
{
"id": "STATUS",
"stringValue": "FILLED"
},
{
"id": "QUESTION",
"questionId": 916,
"answer": "Europe - Krakow"
}
]
},
{
"filters": [
{
"id": "STATUS",
"stringValue": "FILLED"
},
{
"id": "QUESTION",
"questionId": 916,
"answer": "US - Boston"
}
]
},
{
"filters": [
{
"id": "STATUS",
"stringValue": "FILLED"
},
{
"id": "QUESTION",
"questionId": 916,
"answer": "Asia - Singapore"
}
]
}
]
},
"color": "blue"
},
{
"type": "BAR",
"name": "Target",
"data": [
24,
18,
7,
5,
4
],
"color": "green"
}
],
"labels": [
"US - Remote",
"US - SF Bay Area",
"Europe - Krakow",
"US - Boston",
"Asia - Singapore"
],
"presentation": {
"legend": false,
"axisPrecision": 0
},
"type": "HORIZONTALBAR"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment