Skip to content

Instantly share code, notes, and snippets.

@jongio
Last active March 7, 2017 17:54
Show Gist options
  • Select an option

  • Save jongio/7a288cb2fdc8a43c1407852ed2043044 to your computer and use it in GitHub Desktop.

Select an option

Save jongio/7a288cb2fdc8a43c1407852ed2043044 to your computer and use it in GitHub Desktop.
radio slicer gists
{
"dataRoles": [
{
"displayName": "Values",
"name": "values",
"kind": "Grouping"
}
],
"dataViewMappings": [
{
"conditions": [
{
"values": {
"max": 1
}
}
],
"categorical": {
"categories": {
"for": {
"in": "values"
},
"dataReductionAlgorithm": {
"top": {
"count": 100000
}
}
}
}
}
],
"objects": {
"general": {
"displayName": "General",
"properties": {
"filter": {
"displayName": "filter",
"type": {
"filter": true
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment