Skip to content

Commit

Permalink
Add colour selections for squares
Browse files Browse the repository at this point in the history
  • Loading branch information
310267217 authored and 310267217 committed Jun 24, 2022
1 parent 100f987 commit 4e9578f
Show file tree
Hide file tree
Showing 5 changed files with 3,626 additions and 159 deletions.
68 changes: 12 additions & 56 deletions capabilities.json
Expand Up @@ -4,59 +4,24 @@
"displayName": "Category Data",
"name": "category",
"kind": "Grouping"
},
{
"displayName": "Measure Data",
"name": "measure",
"kind": "Measure"
}
],
"objects": {
"dataPoint": {
"displayName": "Data colors",
"properties": {
"defaultColor": {
"displayName": "Default color",
"type": {
"fill": {
"solid": {
"color": true
}
}
}
},
"showAllDataPoints": {
"displayName": "Show all",
"type": {
"bool": true
}
},
"fill": {
"displayName": "Fill",
"type": {
"fill": {
"solid": {
"color": true
}
}
}
},
"fillRule": {
"displayName": "Color saturation",
"type": {
"fill": {}
}
},
"fontSize": {
"displayName": "Text Size",
"type": {
"formatting": {
"fontSize": true
}
}
"colorSelector": {
"displayName": "Data Colors",
"properties": {
"fill": {
"displayName": "Color",
"type": {
"fill": {
"solid": {
"color": true
}
}
}
}
}
}
},
"dataViewMappings": [
{
Expand All @@ -68,15 +33,6 @@
"dataReductionAlgorithm": {
"top": {}
}
},
"values": {
"select": [
{
"bind": {
"to": "measure"
}
}
]
}
}
}
Expand Down

0 comments on commit 4e9578f

Please sign in to comment.