Skip to content

Instantly share code, notes, and snippets.

@thechriskent
Created June 30, 2020 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thechriskent/8ad414f6a8835eb1cc21b9bba3feb070 to your computer and use it in GitHub Desktop.
Save thechriskent/8ad414f6a8835eb1cc21b9bba3feb070 to your computer and use it in GitHub Desktop.
{
"elmType": "div",
"children": [
{
"elmType": "span",
"txtContent": "🦄",
"style": {
"display": "=if([$Rating] >= 1, 'inherit','none'"
}
},
{
"elmType": "span",
"txtContent": "🦄",
"style": {
"display": "=if([$Rating] >= 2, 'inherit','none'"
}
},
{
"elmType": "span",
"txtContent": "🦄",
"style": {
"display": "=if([$Rating] >= 3, 'inherit','none'"
}
}
,{
"elmType": "span",
"txtContent": "🦄",
"style": {
"display": "=if([$Rating] >= 4, 'inherit','none'"
}
}
,{
"elmType": "span",
"txtContent": "🦄",
"style": {
"display": "=if([$Rating] >= 5, 'inherit','none'"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment