|
2 | 2 | "dataRoles": [ |
3 | 3 | { |
4 | 4 | "name": "elements", |
| 5 | + "displayName": "Elements", |
5 | 6 | "displayNameKey": "Role_Elements", |
| 7 | + "description": "exactly one grouping representing the list of elements that are synced", |
6 | 8 | "descriptionKey": "Role_Elements_Desc", |
7 | 9 | "kind": "Grouping", |
8 | 10 | "preferredTypes": [{ "text": true }, { "integer": true }] |
9 | 11 | }, |
10 | 12 | { |
11 | 13 | "name": "sets", |
| 14 | + "displayName": "Sets", |
12 | 15 | "displayNameKey": "Role_Sets", |
| 16 | + "description": "one or more grouping or measures where each is interpreted as a set, a trueish value in row i is interpreted that the corresponding element i is part of this set", |
13 | 17 | "descriptionKey": "Role_Sets_Desc", |
14 | 18 | "kind": "GroupingOrMeasure", |
15 | 19 | "preferredTypes": [{ "bool": true }, { "integer": true }] |
16 | 20 | }, |
17 | 21 | { |
18 | 22 | "name": "counts", |
| 23 | + "displayName": "Cardinality Expression Measure", |
19 | 24 | "displayNameKey": "Role_Counts", |
| 25 | + "description": "numerical measure defining the number of elements in the set, see also expression input", |
20 | 26 | "descriptionKey": "Role_Counts_Desc", |
21 | 27 | "kind": "Measure", |
22 | 28 | "preferredTypes": [{ "numeric": true }, { "integer": true }] |
|
46 | 52 | "privileges": [], |
47 | 53 | "objects": { |
48 | 54 | "theme": { |
| 55 | + "displayName": "Theme", |
49 | 56 | "displayNameKey": "Theme_DisplayName", |
50 | 57 | "objectCategory": 1, |
51 | 58 | "properties": { |
52 | 59 | "theme": { |
| 60 | + "displayName": "Theme", |
53 | 61 | "displayNameKey": "Theme_Theme_DisplayName", |
54 | 62 | "type": { |
55 | 63 | "enumeration": [ |
56 | 64 | { |
| 65 | + "displayName": "Light", |
57 | 66 | "displayNameKey": "Theme_Theme_Light_DisplayName", |
58 | 67 | "value": "light" |
59 | 68 | }, |
60 | 69 | { |
| 70 | + "displayName": "Individual Colors", |
61 | 71 | "displayNameKey": "Theme_Theme_IndividualColors_DisplayName", |
62 | 72 | "value": "powerbi" |
63 | 73 | }, |
64 | 74 | { |
| 75 | + "displayName": "Colored Sets", |
65 | 76 | "displayNameKey": "Theme_Theme_ColoredSets_DisplayName", |
66 | 77 | "value": "powerbi-set" |
67 | 78 | }, |
68 | 79 | { |
| 80 | + "displayName": "Single Color", |
69 | 81 | "displayNameKey": "Theme_Theme_SingleColor_DisplayName", |
70 | 82 | "value": "auto" |
71 | 83 | }, |
72 | 84 | { |
| 85 | + "displayName": "Dark", |
73 | 86 | "displayNameKey": "Theme_Theme_Dark_DisplayName", |
74 | 87 | "value": "dark" |
75 | 88 | }, |
76 | 89 | { |
| 90 | + "displayName": "Vega", |
77 | 91 | "displayNameKey": "Theme_Theme_Vega_DisplayName", |
78 | 92 | "value": "vega" |
79 | 93 | } |
80 | 94 | ] |
81 | 95 | } |
82 | 96 | }, |
83 | 97 | "selectionColor": { |
| 98 | + "displayName": "Selection Color", |
84 | 99 | "displayNameKey": "Theme_SelectionColor_DisplayName", |
85 | | - "type": { |
86 | | - "fill": { "solid": { "color": true } } |
87 | | - } |
| 100 | + "type": { "fill": { "solid": { "color": true } } } |
88 | 101 | }, |
89 | 102 | "color": { |
| 103 | + "displayName": "Color", |
90 | 104 | "displayNameKey": "Theme_Color_DisplayName", |
91 | | - "type": { |
92 | | - "fill": { "solid": { "color": true } } |
93 | | - } |
| 105 | + "type": { "fill": { "solid": { "color": true } } } |
94 | 106 | }, |
95 | 107 | "opacity": { |
| 108 | + "displayName": "Opacity", |
96 | 109 | "displayNameKey": "Theme_Opacity_DisplayName", |
97 | 110 | "type": { "numeric": true } |
98 | 111 | }, |
99 | 112 | "hasSelectionColor": { |
| 113 | + "displayName": "Color when selection is present", |
100 | 114 | "displayNameKey": "Theme_HasSelectionColor_DisplayName", |
101 | | - "type": { |
102 | | - "fill": { "solid": { "color": true } } |
103 | | - } |
| 115 | + "type": { "fill": { "solid": { "color": true } } } |
104 | 116 | }, |
105 | 117 | "hasSelectionOpacity": { |
| 118 | + "displayName": "Opacity when selection is present", |
106 | 119 | "displayNameKey": "Theme_HasSelectionOpacity_DisplayName", |
107 | 120 | "type": { "numeric": true } |
108 | 121 | }, |
109 | 122 | "textColor": { |
| 123 | + "displayName": "Text Color", |
110 | 124 | "displayNameKey": "Theme_TextColor_DisplayName", |
111 | | - "type": { |
112 | | - "fill": { "solid": { "color": true } } |
113 | | - } |
| 125 | + "type": { "fill": { "solid": { "color": true } } } |
114 | 126 | } |
115 | 127 | } |
116 | 128 | }, |
|
120 | 132 | "properties": { |
121 | 133 | "setColor1": { |
122 | 134 | "displayName": "Set Color 1", |
123 | | - "type": { |
124 | | - "fill": { "solid": { "color": true } } |
125 | | - } |
| 135 | + "type": { "fill": { "solid": { "color": true } } } |
126 | 136 | }, |
127 | 137 | "setColor2": { |
128 | 138 | "displayName": "Set Color 2", |
129 | | - "type": { |
130 | | - "fill": { "solid": { "color": true } } |
131 | | - } |
| 139 | + "type": { "fill": { "solid": { "color": true } } } |
132 | 140 | }, |
133 | 141 | "setColor3": { |
134 | 142 | "displayName": "Set Color 3", |
135 | | - "type": { |
136 | | - "fill": { "solid": { "color": true } } |
137 | | - } |
| 143 | + "type": { "fill": { "solid": { "color": true } } } |
138 | 144 | }, |
139 | 145 | "setColor4": { |
140 | 146 | "displayName": "Set Color 4", |
141 | | - "type": { |
142 | | - "fill": { "solid": { "color": true } } |
143 | | - } |
| 147 | + "type": { "fill": { "solid": { "color": true } } } |
144 | 148 | }, |
145 | 149 | "setColor5": { |
146 | 150 | "displayName": "Set Color 5", |
147 | | - "type": { |
148 | | - "fill": { "solid": { "color": true } } |
149 | | - } |
| 151 | + "type": { "fill": { "solid": { "color": true } } } |
150 | 152 | }, |
151 | 153 | "setColor6": { |
152 | 154 | "displayName": "Set Color 6", |
153 | | - "type": { |
154 | | - "fill": { "solid": { "color": true } } |
155 | | - } |
| 155 | + "type": { "fill": { "solid": { "color": true } } } |
156 | 156 | }, |
157 | 157 | "setColor7": { |
158 | 158 | "displayName": "Set Color 7", |
159 | | - "type": { |
160 | | - "fill": { "solid": { "color": true } } |
161 | | - } |
| 159 | + "type": { "fill": { "solid": { "color": true } } } |
162 | 160 | }, |
163 | 161 | "setColor8": { |
164 | 162 | "displayName": "Set Color 8", |
165 | | - "type": { |
166 | | - "fill": { "solid": { "color": true } } |
167 | | - } |
| 163 | + "type": { "fill": { "solid": { "color": true } } } |
168 | 164 | }, |
169 | 165 | "setColor9": { |
170 | 166 | "displayName": "Set Color 9", |
171 | | - "type": { |
172 | | - "fill": { "solid": { "color": true } } |
173 | | - } |
| 167 | + "type": { "fill": { "solid": { "color": true } } } |
174 | 168 | }, |
175 | 169 | "setColor10": { |
176 | 170 | "displayName": "Set Color 10", |
177 | | - "type": { |
178 | | - "fill": { "solid": { "color": true } } |
179 | | - } |
| 171 | + "type": { "fill": { "solid": { "color": true } } } |
180 | 172 | } |
181 | 173 | } |
182 | 174 | }, |
183 | 175 | "style": { |
| 176 | + "displayName": "Style", |
184 | 177 | "displayNameKey": "Style_DisplayName", |
185 | 178 | "properties": { |
186 | 179 | "mode": { |
| 180 | + "displayName": "Layout Mode", |
187 | 181 | "displayNameKey": "Style_Mode_DisplayName", |
188 | 182 | "type": { |
189 | 183 | "enumeration": [ |
190 | 184 | { |
| 185 | + "displayName": "Venn Diagram", |
191 | 186 | "displayNameKey": "Style_Mode_Venn_DisplayName", |
192 | 187 | "value": "venn" |
193 | 188 | }, |
194 | 189 | { |
| 190 | + "displayName": "Euler Diagram", |
195 | 191 | "displayNameKey": "Style_Mode_Euler_DisplayName", |
196 | 192 | "value": "euler" |
197 | 193 | } |
|
201 | 197 | } |
202 | 198 | }, |
203 | 199 | "fonts": { |
| 200 | + "displayName": "Fonts", |
204 | 201 | "displayNameKey": "Fonts_DisplayName", |
205 | 202 | "properties": { |
206 | 203 | "fontFamily": { |
| 204 | + "displayName": "Font Family", |
207 | 205 | "displayNameKey": "Fonts_FontFamily_DisplayName", |
208 | | - "type": { |
209 | | - "formatting": { "fontFamily": true } |
210 | | - } |
| 206 | + "type": { "formatting": { "fontFamily": true } } |
211 | 207 | }, |
212 | 208 | "setLabel": { |
| 209 | + "displayName": "Set Label", |
213 | 210 | "displayNameKey": "Fonts_SetLabel_DisplayName", |
214 | | - "type": { |
215 | | - "formatting": { "fontSize": true } |
216 | | - } |
| 211 | + "type": { "formatting": { "fontSize": true } } |
217 | 212 | }, |
218 | 213 | "valueLabel": { |
| 214 | + "displayName": "Value Label", |
219 | 215 | "displayNameKey": "Fonts_ValueLabel_DisplayName", |
220 | | - "type": { |
221 | | - "formatting": { "fontSize": true } |
222 | | - } |
| 216 | + "type": { "formatting": { "fontSize": true } } |
223 | 217 | } |
224 | 218 | } |
225 | 219 | } |
|
231 | 225 | "supportsKeyboardFocus": true, |
232 | 226 | "tooltips": { |
233 | 227 | "supportEnhancedTooltips": true, |
234 | | - "supportedTypes": { |
235 | | - "default": true, |
236 | | - "canvas": true |
237 | | - }, |
| 228 | + "supportedTypes": { "default": true, "canvas": true }, |
238 | 229 | "roles": ["tooltips"] |
239 | 230 | } |
240 | 231 | } |
0 commit comments