Created
December 3, 2017 14:28
-
-
Save mrik23/e01cfb6bc6da89edb2d7e44ff428c4bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://columnformatting.sharepointpnp.com/columnFormattingSchema.json", | |
"debugMode": true, | |
"elmType": "div", | |
"txtContent": { | |
"operator": "+", | |
"operands": [ | |
{ | |
"operator": "toString()", | |
"operands": [ | |
{ | |
"operator": "*", | |
"operands": [ | |
"@currentField", | |
100 | |
] | |
} | |
] | |
}, | |
"%" | |
] | |
}, | |
"attributes": { | |
"class": { | |
"operator": "?", | |
"operands": [ | |
{ | |
"operator": "<", | |
"operands": [ | |
"@currentField", | |
"0.5" | |
] | |
}, | |
"ms-bgColor-red ms-fontColor-black sp-field-dataBars ms-borderColor-redDark", | |
{ | |
"operator": "?", | |
"operands": [ | |
{ | |
"operator": "<", | |
"operands": [ | |
"@currentField", | |
"1" | |
] | |
}, | |
"ms-bgColor-yellow ms-fontColor-black sp-field-dataBars ms-borderColor-orangeLight", | |
"ms-bgColor-tealLight ms-fontColor-black sp-field-dataBars ms-borderColor-tealDark" | |
] | |
} | |
] | |
} | |
}, | |
"style": { | |
"padding-left": "4px", | |
"width": { | |
"operator": "?", | |
"operands": [ | |
{ | |
"operator": "==", | |
"operands": [ | |
"@currentField", | |
"1" | |
] | |
}, | |
"100%", | |
{ | |
"operator": "+", | |
"operands": [ | |
{ | |
"operator": "toString()", | |
"operands": [ | |
{ | |
"operator": "*", | |
"operands": [ | |
"@currentField", | |
100 | |
] | |
} | |
] | |
}, | |
"%" | |
] | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment