QPR ProcessAnalyzer Table

From QPR ProcessAnalyzer Wiki
Revision as of 14:34, 20 June 2020 by Ollvihe (talk | contribs)
Jump to navigation Jump to search
"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"],
		]
	}
}