QPR ProcessAnalyzer Table: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
}, | }, | ||
{ | { | ||
"color": "#", | "color": "#FFFF00", | ||
"limit": 10, | "limit": 10, | ||
"type": "<=" | "type": "<=" | ||
}, | }, | ||
{ | { | ||
"color": " | "color": "#00FF00", | ||
"limit": 50, | "limit": 50, | ||
"type": ">" | "type": ">" |
Revision as of 14:34, 20 June 2020
"conditionalFormatting": { "backgroundColor": { "rules": [ { "color": "#FF0000", "limit": 5, "type": "<=" }, { "color": "#FFFF00", "limit": 10, "type": "<=" }, { "color": "#00FF00", "limit": 50, "type": ">" } ] } }
"conditionalFormatting": { "backgroundColor": { "scale": [ [{ "aggregate": "min" }, "#FFFFFF"], [{ "aggregate": "max" }, "#FFD851"], ] } }