Created
June 21, 2018 05:06
-
-
Save marineko/27a834a915b3f117542fa3316f44f642 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", | |
"style": { | |
"height": "10px" | |
}, | |
"children": [ | |
{ | |
"elmType": "span", | |
"style": { | |
"width": "14px", | |
"height": "14px", | |
"border-radius": "14px", | |
"background-color": { | |
"operator": "?", | |
"operands": [ | |
{ | |
"operator": "==", | |
"operands": [ | |
{ | |
"operator": "toString()", | |
"operands": [ | |
"@currentField" | |
] | |
}, | |
"完了" | |
] | |
}, | |
"#2dc937", | |
{ | |
"operator": "?", | |
"operands": [ | |
{ | |
"operator": "==", | |
"operands": [ | |
{ | |
"operator": "toString()", | |
"operands": [ | |
"@currentField" | |
] | |
}, | |
"進行中" | |
] | |
}, | |
"#e7b416", | |
{ | |
"operator": "?", | |
"operands": [ | |
{ | |
"operator": "==", | |
"operands": [ | |
{ | |
"operator": "toString()", | |
"operands": [ | |
"@currentField" | |
] | |
}, | |
"未開始" | |
] | |
}, | |
"#cc3232", | |
"" | |
] | |
} | |
] | |
} | |
] | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment