QPR ProcessAnalyzer Table: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
(Created page with " <pre> "conditionalFormatting": { "backgroundColor": { "scale": [ [{ "aggregate": "min" }, "#FFFFFF"], [{ "aggregate": "max" }, "#FFD851"], ] } } </pre>")
 
No edit summary
Line 1: Line 1:
<pre>
"conditionalFormatting": {
"backgroundColor": {
"rules": [
{
"color": "#FF0000",
"limit": 5,
"type": "<="
},
{
"color": "#",
"limit": 10,
"type": "<="
},
{
"color": "green",
"limit": 50,
"type": ">"
}
]
}
}
</pre>


<pre>
<pre>

Revision as of 14:33, 20 June 2020

"conditionalFormatting": {
	"backgroundColor": {
		"rules": [
		{
			"color": "#FF0000",
			"limit": 5,
			"type": "<="
		},
		{
			"color": "#",
			"limit": 10,
			"type": "<="
		},
		{
			"color": "green",
			"limit": 50,
			"type": ">"
		}
	]
	}
}
"conditionalFormatting": {
	"backgroundColor": {
		"scale": [
			[{ "aggregate": "min" }, "#FFFFFF"],
			[{ "aggregate": "max" }, "#FFD851"],
		]
	}
}