Skip to content

Instantly share code, notes, and snippets.

@WillVivid
Created April 3, 2024 17:52
Show Gist options
  • Save WillVivid/7b934a973dfc758f2a024d377c706f08 to your computer and use it in GitHub Desktop.
Save WillVivid/7b934a973dfc758f2a024d377c706f08 to your computer and use it in GitHub Desktop.
Heatmap
{
"chartData":[
{
"y":"Pending",
"x":"Green",
"yID":"-5",
"xID":"green",
"query":{
"type":"default",
"query":"ORDERBYstate^ORDERBYstatus^GROUPBYstate,status^state=-5^status=green"
},
"value":"71.00"
},
{
"y":"Pending",
"x":"Yellow",
"yID":"-5",
"xID":"yellow",
"query":{
"type":"default",
"query":"ORDERBYstate^ORDERBYstatus^GROUPBYstate,status^state=-5^status=yellow"
},
"value":"5.00"
},
{
"y":"Open",
"x":"Green",
"yID":"1",
"xID":"green",
"query":{
"type":"default",
"query":"ORDERBYstate^ORDERBYstatus^GROUPBYstate,status^state=1^status=green"
},
"value":"1.00"
},
{
"y":"Work in Progress",
"x":"Green",
"yID":"2",
"xID":"green",
"query":{
"type":"default",
"query":"ORDERBYstate^ORDERBYstatus^GROUPBYstate,status^state=2^status=green"
},
"value":"17.00"
},
{
"y":"Work in Progress",
"x":"Red",
"yID":"2",
"xID":"red",
"query":{
"type":"default",
"query":"ORDERBYstate^ORDERBYstatus^GROUPBYstate,status^state=2^status=red"
},
"value":"7.00"
},
{
"y":"Work in Progress",
"x":"Yellow",
"yID":"2",
"xID":"yellow",
"query":{
"type":"default",
"query":"ORDERBYstate^ORDERBYstatus^GROUPBYstate,status^state=2^status=yellow"
},
"value":"6.00"
},
{
"y":"Closed Complete",
"x":"Green",
"yID":"3",
"xID":"green",
"query":{
"type":"default",
"query":"ORDERBYstate^ORDERBYstatus^GROUPBYstate,status^state=3^status=green"
},
"value":"5.00"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment