@luzmo/dashboard-contents-types 1.0.3 → 1.0.4-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (197) hide show
  1. package/assets/json-schemas/area-chart-options.schema.json.d.ts +9 -10
  2. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
  3. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  4. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +9 -10
  5. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
  6. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  7. package/assets/json-schemas/box-plot-options.schema.json.d.ts +10 -11
  8. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
  9. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  10. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +20 -10
  11. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
  12. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  13. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +10 -11
  14. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
  15. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  16. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +226 -27
  17. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
  18. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  19. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +10 -11
  20. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
  21. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  22. package/assets/json-schemas/column-chart-options.schema.json.d.ts +9 -10
  23. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
  24. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  25. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +9 -10
  26. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
  27. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  28. package/assets/json-schemas/date-filter-options.schema.json.d.ts +9 -10
  29. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  31. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +9 -10
  32. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
  33. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  34. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +9 -10
  35. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
  36. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  37. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +8 -9
  38. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
  39. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  40. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +9 -10
  41. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
  42. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  43. package/assets/json-schemas/heat-map-options.schema.json.d.ts +1472 -0
  44. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +566 -0
  45. package/assets/json-schemas/heat-map.schema.json.d.ts +23 -0
  46. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +1588 -0
  47. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +566 -0
  48. package/assets/json-schemas/hexbin-map.schema.json.d.ts +23 -0
  49. package/assets/json-schemas/image-options.schema.json.d.ts +7 -2
  50. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  51. package/assets/json-schemas/line-chart-options.schema.json.d.ts +9 -10
  52. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
  53. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  54. package/assets/json-schemas/marker-map-options.schema.json.d.ts +1486 -0
  55. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +566 -0
  56. package/assets/json-schemas/marker-map.schema.json.d.ts +23 -0
  57. package/assets/json-schemas/options.schema.json.d.ts +49 -25
  58. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +9 -10
  59. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
  60. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  61. package/assets/json-schemas/regular-table-options.schema.json.d.ts +10 -11
  62. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
  63. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  64. package/assets/json-schemas/route-map-options.schema.json.d.ts +1506 -0
  65. package/assets/json-schemas/route-map-slots.schema.json.d.ts +627 -0
  66. package/assets/json-schemas/route-map.schema.json.d.ts +23 -0
  67. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +9 -10
  68. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
  69. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  70. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +9 -10
  71. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
  72. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  73. package/assets/json-schemas/search-filter-options.schema.json.d.ts +9 -10
  74. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +6 -6
  75. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  76. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +9 -10
  77. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
  78. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  79. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +9 -10
  80. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
  81. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  82. package/assets/json-schemas/slots.schema.json.d.ts +44 -23
  83. package/assets/json-schemas/spike-map-options.schema.json.d.ts +1686 -0
  84. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +598 -0
  85. package/assets/json-schemas/spike-map.schema.json.d.ts +23 -0
  86. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +1567 -0
  87. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +595 -0
  88. package/assets/json-schemas/symbol-map.schema.json.d.ts +23 -0
  89. package/assets/json-schemas/text-options.schema.json.d.ts +8 -8
  90. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  91. package/assets/json-schemas/video-options.schema.json.d.ts +318 -0
  92. package/assets/json-schemas/video.schema.json.d.ts +19 -0
  93. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  94. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3428 -0
  95. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +543 -0
  96. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +23 -0
  97. package/index.d.ts +1 -1
  98. package/index.d.ts.map +1 -1
  99. package/index.js +231 -74
  100. package/index.mjs +24040 -6310
  101. package/json-schemas.d.ts +16081 -2533
  102. package/json-schemas.d.ts.map +1 -1
  103. package/package.json +1 -1
  104. package/src/index.d.ts +9 -0
  105. package/src/index.d.ts.map +1 -1
  106. package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -0
  107. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  108. package/src/lib/choropleth-map/choropleth-map-options.d.ts +17 -12
  109. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  110. package/src/lib/heat-map/heat-map-options.d.ts +103 -0
  111. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -0
  112. package/src/lib/heat-map/heat-map-slots.d.ts +29 -0
  113. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -0
  114. package/src/lib/heat-map/heat-map.d.ts +23 -0
  115. package/src/lib/heat-map/heat-map.d.ts.map +1 -0
  116. package/src/lib/heat-map/index.d.ts +3 -0
  117. package/src/lib/heat-map/index.d.ts.map +1 -0
  118. package/src/lib/hexbin-map/hexbin-map-options.d.ts +116 -0
  119. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -0
  120. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +29 -0
  121. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -0
  122. package/src/lib/hexbin-map/hexbin-map.d.ts +23 -0
  123. package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -0
  124. package/src/lib/hexbin-map/index.d.ts +3 -0
  125. package/src/lib/hexbin-map/index.d.ts.map +1 -0
  126. package/src/lib/marker-map/index.d.ts +3 -0
  127. package/src/lib/marker-map/index.d.ts.map +1 -0
  128. package/src/lib/marker-map/marker-map-options.d.ts +61 -0
  129. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -0
  130. package/src/lib/marker-map/marker-map-slots.d.ts +29 -0
  131. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -0
  132. package/src/lib/marker-map/marker-map.d.ts +23 -0
  133. package/src/lib/marker-map/marker-map.d.ts.map +1 -0
  134. package/src/lib/route-map/index.d.ts +3 -0
  135. package/src/lib/route-map/index.d.ts.map +1 -0
  136. package/src/lib/route-map/route-map-options.d.ts +94 -0
  137. package/src/lib/route-map/route-map-options.d.ts.map +1 -0
  138. package/src/lib/route-map/route-map-slots.d.ts +51 -0
  139. package/src/lib/route-map/route-map-slots.d.ts.map +1 -0
  140. package/src/lib/route-map/route-map.d.ts +23 -0
  141. package/src/lib/route-map/route-map.d.ts.map +1 -0
  142. package/src/lib/shared/drop-object-view-options.d.ts +1 -1
  143. package/src/lib/shared/index.d.ts +1 -0
  144. package/src/lib/shared/index.d.ts.map +1 -1
  145. package/src/lib/shared/iq-components.d.ts +95 -0
  146. package/src/lib/shared/iq-components.d.ts.map +1 -0
  147. package/src/lib/shared/map-object-view-options.d.ts +100 -1
  148. package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
  149. package/src/lib/shared/ranges.d.ts +1 -1
  150. package/src/lib/shared/slots.d.ts +82 -16
  151. package/src/lib/shared/slots.d.ts.map +1 -1
  152. package/src/lib/shared/theme.d.ts +1 -2
  153. package/src/lib/shared/theme.d.ts.map +1 -1
  154. package/src/lib/shared/title.d.ts +1 -1
  155. package/src/lib/shared/viz-item.d.ts +5 -0
  156. package/src/lib/shared/viz-item.d.ts.map +1 -1
  157. package/src/lib/spike-map/index.d.ts +3 -0
  158. package/src/lib/spike-map/index.d.ts.map +1 -0
  159. package/src/lib/spike-map/spike-map-options.d.ts +126 -0
  160. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -0
  161. package/src/lib/spike-map/spike-map-slots.d.ts +40 -0
  162. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -0
  163. package/src/lib/spike-map/spike-map.d.ts +23 -0
  164. package/src/lib/spike-map/spike-map.d.ts.map +1 -0
  165. package/src/lib/symbol-map/index.d.ts +3 -0
  166. package/src/lib/symbol-map/index.d.ts.map +1 -0
  167. package/src/lib/symbol-map/symbol-map-options.d.ts +93 -0
  168. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -0
  169. package/src/lib/symbol-map/symbol-map-slots.d.ts +40 -0
  170. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -0
  171. package/src/lib/symbol-map/symbol-map.d.ts +23 -0
  172. package/src/lib/symbol-map/symbol-map.d.ts.map +1 -0
  173. package/src/lib/video/index.d.ts +2 -0
  174. package/src/lib/video/index.d.ts.map +1 -0
  175. package/src/lib/video/video-options.d.ts +86 -0
  176. package/src/lib/video/video-options.d.ts.map +1 -0
  177. package/src/lib/video/video.d.ts +16 -0
  178. package/src/lib/video/video.d.ts.map +1 -0
  179. package/src/lib/visual-item/index.d.ts +1 -0
  180. package/src/lib/visual-item/index.d.ts.map +1 -0
  181. package/src/lib/visual-item/visual-item.d.ts +28 -0
  182. package/src/lib/visual-item/visual-item.d.ts.map +1 -0
  183. package/src/lib/wordcloud-chart/index.d.ts +3 -0
  184. package/src/lib/wordcloud-chart/index.d.ts.map +1 -0
  185. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +117 -0
  186. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -0
  187. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +41 -0
  188. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -0
  189. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +23 -0
  190. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -0
  191. package/src/options.d.ts +10 -1
  192. package/src/options.d.ts.map +1 -1
  193. package/src/slots.d.ts +9 -1
  194. package/src/slots.d.ts.map +1 -1
  195. package/vite.config.d.ts.map +1 -1
  196. package/CHANGELOG.md +0 -23
  197. package/README.md +0 -154
@@ -0,0 +1,3428 @@
1
+ declare const _default: {
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/wordcloud-chart-options.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "properties": {
5
+ "categories": {
6
+ "description": "Categories",
7
+ "properties": {
8
+ "colored": {
9
+ "default": true,
10
+ "description": "Word color by category",
11
+ "type": "boolean"
12
+ }
13
+ },
14
+ "type": "object"
15
+ },
16
+ "color": {
17
+ "description": "Word color, it can be set if the categories are not colored",
18
+ "type": "string"
19
+ },
20
+ "display": {
21
+ "description": "Display options",
22
+ "properties": {
23
+ "legend": {
24
+ "default": false,
25
+ "description": "Show or hide the legend",
26
+ "type": "boolean"
27
+ },
28
+ "title": {
29
+ "default": true,
30
+ "description": "Show or hide the title",
31
+ "type": "boolean"
32
+ }
33
+ },
34
+ "type": "object"
35
+ },
36
+ "interactivity": {
37
+ "description": "Interactivity options",
38
+ "properties": {
39
+ "availableExportTypes": {
40
+ "default": [
41
+ "xlsx",
42
+ "csv",
43
+ "png"
44
+ ],
45
+ "description": "Available export types interactivity option",
46
+ "items": {
47
+ "description": "Export types",
48
+ "enum": [
49
+ "csv",
50
+ "csv-raw",
51
+ "png",
52
+ "xlsx",
53
+ "xlsx-raw"
54
+ ],
55
+ "type": "string"
56
+ },
57
+ "type": "array"
58
+ },
59
+ "customEvents": {
60
+ "anyOf": [
61
+ {
62
+ "properties": {
63
+ "events": {
64
+ "items": {
65
+ "description": "Custom event configuration",
66
+ "properties": {
67
+ "label": {
68
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
69
+ "type": "object"
70
+ },
71
+ "name": {
72
+ "description": "Custom event name",
73
+ "type": "string"
74
+ }
75
+ },
76
+ "type": "object"
77
+ },
78
+ "type": "array"
79
+ },
80
+ "extraData": {
81
+ "items": {
82
+ "properties": {
83
+ "aggregation": {
84
+ "description": "Aggregation query type",
85
+ "enum": [
86
+ "average",
87
+ "count",
88
+ "cumulativesum",
89
+ "distinctcount",
90
+ "histogram",
91
+ "max",
92
+ "median",
93
+ "min",
94
+ "rate",
95
+ "stddev",
96
+ "sum",
97
+ "weightedaverage"
98
+ ],
99
+ "type": "string"
100
+ },
101
+ "columnId": {
102
+ "description": "Column id",
103
+ "format": "uuid",
104
+ "type": "string"
105
+ },
106
+ "datasetId": {
107
+ "description": "Dataset id",
108
+ "format": "uuid",
109
+ "type": "string"
110
+ },
111
+ "formulaId": {
112
+ "description": "Formula id",
113
+ "format": "uuid",
114
+ "type": "string"
115
+ },
116
+ "label": {
117
+ "description": "Label",
118
+ "type": "string"
119
+ },
120
+ "weightedColumnId": {
121
+ "description": "Weighted column id",
122
+ "format": "uuid",
123
+ "type": "string"
124
+ },
125
+ "weightedDatasetId": {
126
+ "description": "Weighted dataset id",
127
+ "format": "uuid",
128
+ "type": "string"
129
+ }
130
+ },
131
+ "type": "object"
132
+ },
133
+ "type": "array"
134
+ }
135
+ },
136
+ "type": "object"
137
+ },
138
+ {
139
+ "type": "null"
140
+ }
141
+ ],
142
+ "description": "Custom events interactivity option"
143
+ },
144
+ "customTooltip": {
145
+ "default": null,
146
+ "description": "Custom tooltip in a key-value format. The key is the language code and the value is the content in that language.",
147
+ "examples": [
148
+ {
149
+ "de": "Hallo Welt",
150
+ "en": "Hello World"
151
+ }
152
+ ],
153
+ "type": "object"
154
+ },
155
+ "drilldown": {
156
+ "description": "Drilldown interactivity option",
157
+ "properties": {
158
+ "category": {
159
+ "items": {
160
+ "properties": {
161
+ "active": {
162
+ "type": "boolean"
163
+ },
164
+ "drillPath": {
165
+ "type": "number"
166
+ },
167
+ "label": {
168
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
169
+ "type": "object"
170
+ },
171
+ "values": {
172
+ "items": {
173
+ "anyOf": [
174
+ {
175
+ "properties": {
176
+ "active": {
177
+ "type": "boolean"
178
+ },
179
+ "levels": {
180
+ "items": {
181
+ "type": "number"
182
+ },
183
+ "type": "array"
184
+ },
185
+ "order": {
186
+ "type": "number"
187
+ },
188
+ "type": {
189
+ "const": "level",
190
+ "type": "string"
191
+ }
192
+ },
193
+ "type": "object"
194
+ },
195
+ {
196
+ "properties": {
197
+ "active": {
198
+ "description": "Is active",
199
+ "type": "boolean"
200
+ },
201
+ "drilldownColumn": {
202
+ "type": "object"
203
+ },
204
+ "label": {
205
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
206
+ "type": "object"
207
+ },
208
+ "order": {
209
+ "description": "Order",
210
+ "type": "number"
211
+ },
212
+ "type": {
213
+ "const": "other",
214
+ "description": "Type of drilldown",
215
+ "type": "string"
216
+ }
217
+ },
218
+ "type": "object"
219
+ }
220
+ ]
221
+ },
222
+ "type": "array"
223
+ }
224
+ },
225
+ "type": "object"
226
+ },
227
+ "type": "array"
228
+ },
229
+ "close": {
230
+ "items": {
231
+ "properties": {
232
+ "active": {
233
+ "type": "boolean"
234
+ },
235
+ "drillPath": {
236
+ "type": "number"
237
+ },
238
+ "label": {
239
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
240
+ "type": "object"
241
+ },
242
+ "values": {
243
+ "items": {
244
+ "anyOf": [
245
+ {
246
+ "properties": {
247
+ "active": {
248
+ "type": "boolean"
249
+ },
250
+ "levels": {
251
+ "items": {
252
+ "type": "number"
253
+ },
254
+ "type": "array"
255
+ },
256
+ "order": {
257
+ "type": "number"
258
+ },
259
+ "type": {
260
+ "const": "level",
261
+ "type": "string"
262
+ }
263
+ },
264
+ "type": "object"
265
+ },
266
+ {
267
+ "properties": {
268
+ "active": {
269
+ "description": "Is active",
270
+ "type": "boolean"
271
+ },
272
+ "drilldownColumn": {
273
+ "type": "object"
274
+ },
275
+ "label": {
276
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
277
+ "type": "object"
278
+ },
279
+ "order": {
280
+ "description": "Order",
281
+ "type": "number"
282
+ },
283
+ "type": {
284
+ "const": "other",
285
+ "description": "Type of drilldown",
286
+ "type": "string"
287
+ }
288
+ },
289
+ "type": "object"
290
+ }
291
+ ]
292
+ },
293
+ "type": "array"
294
+ }
295
+ },
296
+ "type": "object"
297
+ },
298
+ "type": "array"
299
+ },
300
+ "color": {
301
+ "items": {
302
+ "properties": {
303
+ "active": {
304
+ "type": "boolean"
305
+ },
306
+ "drillPath": {
307
+ "type": "number"
308
+ },
309
+ "label": {
310
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
311
+ "type": "object"
312
+ },
313
+ "values": {
314
+ "items": {
315
+ "anyOf": [
316
+ {
317
+ "properties": {
318
+ "active": {
319
+ "type": "boolean"
320
+ },
321
+ "levels": {
322
+ "items": {
323
+ "type": "number"
324
+ },
325
+ "type": "array"
326
+ },
327
+ "order": {
328
+ "type": "number"
329
+ },
330
+ "type": {
331
+ "const": "level",
332
+ "type": "string"
333
+ }
334
+ },
335
+ "type": "object"
336
+ },
337
+ {
338
+ "properties": {
339
+ "active": {
340
+ "description": "Is active",
341
+ "type": "boolean"
342
+ },
343
+ "drilldownColumn": {
344
+ "type": "object"
345
+ },
346
+ "label": {
347
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
348
+ "type": "object"
349
+ },
350
+ "order": {
351
+ "description": "Order",
352
+ "type": "number"
353
+ },
354
+ "type": {
355
+ "const": "other",
356
+ "description": "Type of drilldown",
357
+ "type": "string"
358
+ }
359
+ },
360
+ "type": "object"
361
+ }
362
+ ]
363
+ },
364
+ "type": "array"
365
+ }
366
+ },
367
+ "type": "object"
368
+ },
369
+ "type": "array"
370
+ },
371
+ "column": {
372
+ "items": {
373
+ "properties": {
374
+ "active": {
375
+ "type": "boolean"
376
+ },
377
+ "drillPath": {
378
+ "type": "number"
379
+ },
380
+ "label": {
381
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
382
+ "type": "object"
383
+ },
384
+ "values": {
385
+ "items": {
386
+ "anyOf": [
387
+ {
388
+ "properties": {
389
+ "active": {
390
+ "type": "boolean"
391
+ },
392
+ "levels": {
393
+ "items": {
394
+ "type": "number"
395
+ },
396
+ "type": "array"
397
+ },
398
+ "order": {
399
+ "type": "number"
400
+ },
401
+ "type": {
402
+ "const": "level",
403
+ "type": "string"
404
+ }
405
+ },
406
+ "type": "object"
407
+ },
408
+ {
409
+ "properties": {
410
+ "active": {
411
+ "description": "Is active",
412
+ "type": "boolean"
413
+ },
414
+ "drilldownColumn": {
415
+ "type": "object"
416
+ },
417
+ "label": {
418
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
419
+ "type": "object"
420
+ },
421
+ "order": {
422
+ "description": "Order",
423
+ "type": "number"
424
+ },
425
+ "type": {
426
+ "const": "other",
427
+ "description": "Type of drilldown",
428
+ "type": "string"
429
+ }
430
+ },
431
+ "type": "object"
432
+ }
433
+ ]
434
+ },
435
+ "type": "array"
436
+ }
437
+ },
438
+ "type": "object"
439
+ },
440
+ "type": "array"
441
+ },
442
+ "columns": {
443
+ "items": {
444
+ "properties": {
445
+ "active": {
446
+ "type": "boolean"
447
+ },
448
+ "drillPath": {
449
+ "type": "number"
450
+ },
451
+ "label": {
452
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
453
+ "type": "object"
454
+ },
455
+ "values": {
456
+ "items": {
457
+ "anyOf": [
458
+ {
459
+ "properties": {
460
+ "active": {
461
+ "type": "boolean"
462
+ },
463
+ "levels": {
464
+ "items": {
465
+ "type": "number"
466
+ },
467
+ "type": "array"
468
+ },
469
+ "order": {
470
+ "type": "number"
471
+ },
472
+ "type": {
473
+ "const": "level",
474
+ "type": "string"
475
+ }
476
+ },
477
+ "type": "object"
478
+ },
479
+ {
480
+ "properties": {
481
+ "active": {
482
+ "description": "Is active",
483
+ "type": "boolean"
484
+ },
485
+ "drilldownColumn": {
486
+ "type": "object"
487
+ },
488
+ "label": {
489
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
490
+ "type": "object"
491
+ },
492
+ "order": {
493
+ "description": "Order",
494
+ "type": "number"
495
+ },
496
+ "type": {
497
+ "const": "other",
498
+ "description": "Type of drilldown",
499
+ "type": "string"
500
+ }
501
+ },
502
+ "type": "object"
503
+ }
504
+ ]
505
+ },
506
+ "type": "array"
507
+ }
508
+ },
509
+ "type": "object"
510
+ },
511
+ "type": "array"
512
+ },
513
+ "coordinates": {
514
+ "items": {
515
+ "properties": {
516
+ "active": {
517
+ "type": "boolean"
518
+ },
519
+ "drillPath": {
520
+ "type": "number"
521
+ },
522
+ "label": {
523
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
524
+ "type": "object"
525
+ },
526
+ "values": {
527
+ "items": {
528
+ "anyOf": [
529
+ {
530
+ "properties": {
531
+ "active": {
532
+ "type": "boolean"
533
+ },
534
+ "levels": {
535
+ "items": {
536
+ "type": "number"
537
+ },
538
+ "type": "array"
539
+ },
540
+ "order": {
541
+ "type": "number"
542
+ },
543
+ "type": {
544
+ "const": "level",
545
+ "type": "string"
546
+ }
547
+ },
548
+ "type": "object"
549
+ },
550
+ {
551
+ "properties": {
552
+ "active": {
553
+ "description": "Is active",
554
+ "type": "boolean"
555
+ },
556
+ "drilldownColumn": {
557
+ "type": "object"
558
+ },
559
+ "label": {
560
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
561
+ "type": "object"
562
+ },
563
+ "order": {
564
+ "description": "Order",
565
+ "type": "number"
566
+ },
567
+ "type": {
568
+ "const": "other",
569
+ "description": "Type of drilldown",
570
+ "type": "string"
571
+ }
572
+ },
573
+ "type": "object"
574
+ }
575
+ ]
576
+ },
577
+ "type": "array"
578
+ }
579
+ },
580
+ "type": "object"
581
+ },
582
+ "type": "array"
583
+ },
584
+ "destination": {
585
+ "items": {
586
+ "properties": {
587
+ "active": {
588
+ "type": "boolean"
589
+ },
590
+ "drillPath": {
591
+ "type": "number"
592
+ },
593
+ "label": {
594
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
595
+ "type": "object"
596
+ },
597
+ "values": {
598
+ "items": {
599
+ "anyOf": [
600
+ {
601
+ "properties": {
602
+ "active": {
603
+ "type": "boolean"
604
+ },
605
+ "levels": {
606
+ "items": {
607
+ "type": "number"
608
+ },
609
+ "type": "array"
610
+ },
611
+ "order": {
612
+ "type": "number"
613
+ },
614
+ "type": {
615
+ "const": "level",
616
+ "type": "string"
617
+ }
618
+ },
619
+ "type": "object"
620
+ },
621
+ {
622
+ "properties": {
623
+ "active": {
624
+ "description": "Is active",
625
+ "type": "boolean"
626
+ },
627
+ "drilldownColumn": {
628
+ "type": "object"
629
+ },
630
+ "label": {
631
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
632
+ "type": "object"
633
+ },
634
+ "order": {
635
+ "description": "Order",
636
+ "type": "number"
637
+ },
638
+ "type": {
639
+ "const": "other",
640
+ "description": "Type of drilldown",
641
+ "type": "string"
642
+ }
643
+ },
644
+ "type": "object"
645
+ }
646
+ ]
647
+ },
648
+ "type": "array"
649
+ }
650
+ },
651
+ "type": "object"
652
+ },
653
+ "type": "array"
654
+ },
655
+ "dimension": {
656
+ "items": {
657
+ "properties": {
658
+ "active": {
659
+ "type": "boolean"
660
+ },
661
+ "drillPath": {
662
+ "type": "number"
663
+ },
664
+ "label": {
665
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
666
+ "type": "object"
667
+ },
668
+ "values": {
669
+ "items": {
670
+ "anyOf": [
671
+ {
672
+ "properties": {
673
+ "active": {
674
+ "type": "boolean"
675
+ },
676
+ "levels": {
677
+ "items": {
678
+ "type": "number"
679
+ },
680
+ "type": "array"
681
+ },
682
+ "order": {
683
+ "type": "number"
684
+ },
685
+ "type": {
686
+ "const": "level",
687
+ "type": "string"
688
+ }
689
+ },
690
+ "type": "object"
691
+ },
692
+ {
693
+ "properties": {
694
+ "active": {
695
+ "description": "Is active",
696
+ "type": "boolean"
697
+ },
698
+ "drilldownColumn": {
699
+ "type": "object"
700
+ },
701
+ "label": {
702
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
703
+ "type": "object"
704
+ },
705
+ "order": {
706
+ "description": "Order",
707
+ "type": "number"
708
+ },
709
+ "type": {
710
+ "const": "other",
711
+ "description": "Type of drilldown",
712
+ "type": "string"
713
+ }
714
+ },
715
+ "type": "object"
716
+ }
717
+ ]
718
+ },
719
+ "type": "array"
720
+ }
721
+ },
722
+ "type": "object"
723
+ },
724
+ "type": "array"
725
+ },
726
+ "evolution": {
727
+ "items": {
728
+ "properties": {
729
+ "active": {
730
+ "type": "boolean"
731
+ },
732
+ "drillPath": {
733
+ "type": "number"
734
+ },
735
+ "label": {
736
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
737
+ "type": "object"
738
+ },
739
+ "values": {
740
+ "items": {
741
+ "anyOf": [
742
+ {
743
+ "properties": {
744
+ "active": {
745
+ "type": "boolean"
746
+ },
747
+ "levels": {
748
+ "items": {
749
+ "type": "number"
750
+ },
751
+ "type": "array"
752
+ },
753
+ "order": {
754
+ "type": "number"
755
+ },
756
+ "type": {
757
+ "const": "level",
758
+ "type": "string"
759
+ }
760
+ },
761
+ "type": "object"
762
+ },
763
+ {
764
+ "properties": {
765
+ "active": {
766
+ "description": "Is active",
767
+ "type": "boolean"
768
+ },
769
+ "drilldownColumn": {
770
+ "type": "object"
771
+ },
772
+ "label": {
773
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
774
+ "type": "object"
775
+ },
776
+ "order": {
777
+ "description": "Order",
778
+ "type": "number"
779
+ },
780
+ "type": {
781
+ "const": "other",
782
+ "description": "Type of drilldown",
783
+ "type": "string"
784
+ }
785
+ },
786
+ "type": "object"
787
+ }
788
+ ]
789
+ },
790
+ "type": "array"
791
+ }
792
+ },
793
+ "type": "object"
794
+ },
795
+ "type": "array"
796
+ },
797
+ "geo": {
798
+ "items": {
799
+ "properties": {
800
+ "active": {
801
+ "type": "boolean"
802
+ },
803
+ "drillPath": {
804
+ "type": "number"
805
+ },
806
+ "label": {
807
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
808
+ "type": "object"
809
+ },
810
+ "values": {
811
+ "items": {
812
+ "anyOf": [
813
+ {
814
+ "properties": {
815
+ "active": {
816
+ "type": "boolean"
817
+ },
818
+ "levels": {
819
+ "items": {
820
+ "type": "number"
821
+ },
822
+ "type": "array"
823
+ },
824
+ "order": {
825
+ "type": "number"
826
+ },
827
+ "type": {
828
+ "const": "level",
829
+ "type": "string"
830
+ }
831
+ },
832
+ "type": "object"
833
+ },
834
+ {
835
+ "properties": {
836
+ "active": {
837
+ "description": "Is active",
838
+ "type": "boolean"
839
+ },
840
+ "drilldownColumn": {
841
+ "type": "object"
842
+ },
843
+ "label": {
844
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
845
+ "type": "object"
846
+ },
847
+ "order": {
848
+ "description": "Order",
849
+ "type": "number"
850
+ },
851
+ "type": {
852
+ "const": "other",
853
+ "description": "Type of drilldown",
854
+ "type": "string"
855
+ }
856
+ },
857
+ "type": "object"
858
+ }
859
+ ]
860
+ },
861
+ "type": "array"
862
+ }
863
+ },
864
+ "type": "object"
865
+ },
866
+ "type": "array"
867
+ },
868
+ "high": {
869
+ "items": {
870
+ "properties": {
871
+ "active": {
872
+ "type": "boolean"
873
+ },
874
+ "drillPath": {
875
+ "type": "number"
876
+ },
877
+ "label": {
878
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
879
+ "type": "object"
880
+ },
881
+ "values": {
882
+ "items": {
883
+ "anyOf": [
884
+ {
885
+ "properties": {
886
+ "active": {
887
+ "type": "boolean"
888
+ },
889
+ "levels": {
890
+ "items": {
891
+ "type": "number"
892
+ },
893
+ "type": "array"
894
+ },
895
+ "order": {
896
+ "type": "number"
897
+ },
898
+ "type": {
899
+ "const": "level",
900
+ "type": "string"
901
+ }
902
+ },
903
+ "type": "object"
904
+ },
905
+ {
906
+ "properties": {
907
+ "active": {
908
+ "description": "Is active",
909
+ "type": "boolean"
910
+ },
911
+ "drilldownColumn": {
912
+ "type": "object"
913
+ },
914
+ "label": {
915
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
916
+ "type": "object"
917
+ },
918
+ "order": {
919
+ "description": "Order",
920
+ "type": "number"
921
+ },
922
+ "type": {
923
+ "const": "other",
924
+ "description": "Type of drilldown",
925
+ "type": "string"
926
+ }
927
+ },
928
+ "type": "object"
929
+ }
930
+ ]
931
+ },
932
+ "type": "array"
933
+ }
934
+ },
935
+ "type": "object"
936
+ },
937
+ "type": "array"
938
+ },
939
+ "identifier": {
940
+ "items": {
941
+ "properties": {
942
+ "active": {
943
+ "type": "boolean"
944
+ },
945
+ "drillPath": {
946
+ "type": "number"
947
+ },
948
+ "label": {
949
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
950
+ "type": "object"
951
+ },
952
+ "values": {
953
+ "items": {
954
+ "anyOf": [
955
+ {
956
+ "properties": {
957
+ "active": {
958
+ "type": "boolean"
959
+ },
960
+ "levels": {
961
+ "items": {
962
+ "type": "number"
963
+ },
964
+ "type": "array"
965
+ },
966
+ "order": {
967
+ "type": "number"
968
+ },
969
+ "type": {
970
+ "const": "level",
971
+ "type": "string"
972
+ }
973
+ },
974
+ "type": "object"
975
+ },
976
+ {
977
+ "properties": {
978
+ "active": {
979
+ "description": "Is active",
980
+ "type": "boolean"
981
+ },
982
+ "drilldownColumn": {
983
+ "type": "object"
984
+ },
985
+ "label": {
986
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
987
+ "type": "object"
988
+ },
989
+ "order": {
990
+ "description": "Order",
991
+ "type": "number"
992
+ },
993
+ "type": {
994
+ "const": "other",
995
+ "description": "Type of drilldown",
996
+ "type": "string"
997
+ }
998
+ },
999
+ "type": "object"
1000
+ }
1001
+ ]
1002
+ },
1003
+ "type": "array"
1004
+ }
1005
+ },
1006
+ "type": "object"
1007
+ },
1008
+ "type": "array"
1009
+ },
1010
+ "image": {
1011
+ "items": {
1012
+ "properties": {
1013
+ "active": {
1014
+ "type": "boolean"
1015
+ },
1016
+ "drillPath": {
1017
+ "type": "number"
1018
+ },
1019
+ "label": {
1020
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1021
+ "type": "object"
1022
+ },
1023
+ "values": {
1024
+ "items": {
1025
+ "anyOf": [
1026
+ {
1027
+ "properties": {
1028
+ "active": {
1029
+ "type": "boolean"
1030
+ },
1031
+ "levels": {
1032
+ "items": {
1033
+ "type": "number"
1034
+ },
1035
+ "type": "array"
1036
+ },
1037
+ "order": {
1038
+ "type": "number"
1039
+ },
1040
+ "type": {
1041
+ "const": "level",
1042
+ "type": "string"
1043
+ }
1044
+ },
1045
+ "type": "object"
1046
+ },
1047
+ {
1048
+ "properties": {
1049
+ "active": {
1050
+ "description": "Is active",
1051
+ "type": "boolean"
1052
+ },
1053
+ "drilldownColumn": {
1054
+ "type": "object"
1055
+ },
1056
+ "label": {
1057
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1058
+ "type": "object"
1059
+ },
1060
+ "order": {
1061
+ "description": "Order",
1062
+ "type": "number"
1063
+ },
1064
+ "type": {
1065
+ "const": "other",
1066
+ "description": "Type of drilldown",
1067
+ "type": "string"
1068
+ }
1069
+ },
1070
+ "type": "object"
1071
+ }
1072
+ ]
1073
+ },
1074
+ "type": "array"
1075
+ }
1076
+ },
1077
+ "type": "object"
1078
+ },
1079
+ "type": "array"
1080
+ },
1081
+ "legend": {
1082
+ "items": {
1083
+ "properties": {
1084
+ "active": {
1085
+ "type": "boolean"
1086
+ },
1087
+ "drillPath": {
1088
+ "type": "number"
1089
+ },
1090
+ "label": {
1091
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1092
+ "type": "object"
1093
+ },
1094
+ "values": {
1095
+ "items": {
1096
+ "anyOf": [
1097
+ {
1098
+ "properties": {
1099
+ "active": {
1100
+ "type": "boolean"
1101
+ },
1102
+ "levels": {
1103
+ "items": {
1104
+ "type": "number"
1105
+ },
1106
+ "type": "array"
1107
+ },
1108
+ "order": {
1109
+ "type": "number"
1110
+ },
1111
+ "type": {
1112
+ "const": "level",
1113
+ "type": "string"
1114
+ }
1115
+ },
1116
+ "type": "object"
1117
+ },
1118
+ {
1119
+ "properties": {
1120
+ "active": {
1121
+ "description": "Is active",
1122
+ "type": "boolean"
1123
+ },
1124
+ "drilldownColumn": {
1125
+ "type": "object"
1126
+ },
1127
+ "label": {
1128
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1129
+ "type": "object"
1130
+ },
1131
+ "order": {
1132
+ "description": "Order",
1133
+ "type": "number"
1134
+ },
1135
+ "type": {
1136
+ "const": "other",
1137
+ "description": "Type of drilldown",
1138
+ "type": "string"
1139
+ }
1140
+ },
1141
+ "type": "object"
1142
+ }
1143
+ ]
1144
+ },
1145
+ "type": "array"
1146
+ }
1147
+ },
1148
+ "type": "object"
1149
+ },
1150
+ "type": "array"
1151
+ },
1152
+ "levels": {
1153
+ "items": {
1154
+ "properties": {
1155
+ "active": {
1156
+ "type": "boolean"
1157
+ },
1158
+ "drillPath": {
1159
+ "type": "number"
1160
+ },
1161
+ "label": {
1162
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1163
+ "type": "object"
1164
+ },
1165
+ "values": {
1166
+ "items": {
1167
+ "anyOf": [
1168
+ {
1169
+ "properties": {
1170
+ "active": {
1171
+ "type": "boolean"
1172
+ },
1173
+ "levels": {
1174
+ "items": {
1175
+ "type": "number"
1176
+ },
1177
+ "type": "array"
1178
+ },
1179
+ "order": {
1180
+ "type": "number"
1181
+ },
1182
+ "type": {
1183
+ "const": "level",
1184
+ "type": "string"
1185
+ }
1186
+ },
1187
+ "type": "object"
1188
+ },
1189
+ {
1190
+ "properties": {
1191
+ "active": {
1192
+ "description": "Is active",
1193
+ "type": "boolean"
1194
+ },
1195
+ "drilldownColumn": {
1196
+ "type": "object"
1197
+ },
1198
+ "label": {
1199
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1200
+ "type": "object"
1201
+ },
1202
+ "order": {
1203
+ "description": "Order",
1204
+ "type": "number"
1205
+ },
1206
+ "type": {
1207
+ "const": "other",
1208
+ "description": "Type of drilldown",
1209
+ "type": "string"
1210
+ }
1211
+ },
1212
+ "type": "object"
1213
+ }
1214
+ ]
1215
+ },
1216
+ "type": "array"
1217
+ }
1218
+ },
1219
+ "type": "object"
1220
+ },
1221
+ "type": "array"
1222
+ },
1223
+ "low": {
1224
+ "items": {
1225
+ "properties": {
1226
+ "active": {
1227
+ "type": "boolean"
1228
+ },
1229
+ "drillPath": {
1230
+ "type": "number"
1231
+ },
1232
+ "label": {
1233
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1234
+ "type": "object"
1235
+ },
1236
+ "values": {
1237
+ "items": {
1238
+ "anyOf": [
1239
+ {
1240
+ "properties": {
1241
+ "active": {
1242
+ "type": "boolean"
1243
+ },
1244
+ "levels": {
1245
+ "items": {
1246
+ "type": "number"
1247
+ },
1248
+ "type": "array"
1249
+ },
1250
+ "order": {
1251
+ "type": "number"
1252
+ },
1253
+ "type": {
1254
+ "const": "level",
1255
+ "type": "string"
1256
+ }
1257
+ },
1258
+ "type": "object"
1259
+ },
1260
+ {
1261
+ "properties": {
1262
+ "active": {
1263
+ "description": "Is active",
1264
+ "type": "boolean"
1265
+ },
1266
+ "drilldownColumn": {
1267
+ "type": "object"
1268
+ },
1269
+ "label": {
1270
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1271
+ "type": "object"
1272
+ },
1273
+ "order": {
1274
+ "description": "Order",
1275
+ "type": "number"
1276
+ },
1277
+ "type": {
1278
+ "const": "other",
1279
+ "description": "Type of drilldown",
1280
+ "type": "string"
1281
+ }
1282
+ },
1283
+ "type": "object"
1284
+ }
1285
+ ]
1286
+ },
1287
+ "type": "array"
1288
+ }
1289
+ },
1290
+ "type": "object"
1291
+ },
1292
+ "type": "array"
1293
+ },
1294
+ "measure": {
1295
+ "items": {
1296
+ "properties": {
1297
+ "active": {
1298
+ "type": "boolean"
1299
+ },
1300
+ "drillPath": {
1301
+ "type": "number"
1302
+ },
1303
+ "label": {
1304
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1305
+ "type": "object"
1306
+ },
1307
+ "values": {
1308
+ "items": {
1309
+ "anyOf": [
1310
+ {
1311
+ "properties": {
1312
+ "active": {
1313
+ "type": "boolean"
1314
+ },
1315
+ "levels": {
1316
+ "items": {
1317
+ "type": "number"
1318
+ },
1319
+ "type": "array"
1320
+ },
1321
+ "order": {
1322
+ "type": "number"
1323
+ },
1324
+ "type": {
1325
+ "const": "level",
1326
+ "type": "string"
1327
+ }
1328
+ },
1329
+ "type": "object"
1330
+ },
1331
+ {
1332
+ "properties": {
1333
+ "active": {
1334
+ "description": "Is active",
1335
+ "type": "boolean"
1336
+ },
1337
+ "drilldownColumn": {
1338
+ "type": "object"
1339
+ },
1340
+ "label": {
1341
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1342
+ "type": "object"
1343
+ },
1344
+ "order": {
1345
+ "description": "Order",
1346
+ "type": "number"
1347
+ },
1348
+ "type": {
1349
+ "const": "other",
1350
+ "description": "Type of drilldown",
1351
+ "type": "string"
1352
+ }
1353
+ },
1354
+ "type": "object"
1355
+ }
1356
+ ]
1357
+ },
1358
+ "type": "array"
1359
+ }
1360
+ },
1361
+ "type": "object"
1362
+ },
1363
+ "type": "array"
1364
+ },
1365
+ "name": {
1366
+ "items": {
1367
+ "properties": {
1368
+ "active": {
1369
+ "type": "boolean"
1370
+ },
1371
+ "drillPath": {
1372
+ "type": "number"
1373
+ },
1374
+ "label": {
1375
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1376
+ "type": "object"
1377
+ },
1378
+ "values": {
1379
+ "items": {
1380
+ "anyOf": [
1381
+ {
1382
+ "properties": {
1383
+ "active": {
1384
+ "type": "boolean"
1385
+ },
1386
+ "levels": {
1387
+ "items": {
1388
+ "type": "number"
1389
+ },
1390
+ "type": "array"
1391
+ },
1392
+ "order": {
1393
+ "type": "number"
1394
+ },
1395
+ "type": {
1396
+ "const": "level",
1397
+ "type": "string"
1398
+ }
1399
+ },
1400
+ "type": "object"
1401
+ },
1402
+ {
1403
+ "properties": {
1404
+ "active": {
1405
+ "description": "Is active",
1406
+ "type": "boolean"
1407
+ },
1408
+ "drilldownColumn": {
1409
+ "type": "object"
1410
+ },
1411
+ "label": {
1412
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1413
+ "type": "object"
1414
+ },
1415
+ "order": {
1416
+ "description": "Order",
1417
+ "type": "number"
1418
+ },
1419
+ "type": {
1420
+ "const": "other",
1421
+ "description": "Type of drilldown",
1422
+ "type": "string"
1423
+ }
1424
+ },
1425
+ "type": "object"
1426
+ }
1427
+ ]
1428
+ },
1429
+ "type": "array"
1430
+ }
1431
+ },
1432
+ "type": "object"
1433
+ },
1434
+ "type": "array"
1435
+ },
1436
+ "open": {
1437
+ "items": {
1438
+ "properties": {
1439
+ "active": {
1440
+ "type": "boolean"
1441
+ },
1442
+ "drillPath": {
1443
+ "type": "number"
1444
+ },
1445
+ "label": {
1446
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1447
+ "type": "object"
1448
+ },
1449
+ "values": {
1450
+ "items": {
1451
+ "anyOf": [
1452
+ {
1453
+ "properties": {
1454
+ "active": {
1455
+ "type": "boolean"
1456
+ },
1457
+ "levels": {
1458
+ "items": {
1459
+ "type": "number"
1460
+ },
1461
+ "type": "array"
1462
+ },
1463
+ "order": {
1464
+ "type": "number"
1465
+ },
1466
+ "type": {
1467
+ "const": "level",
1468
+ "type": "string"
1469
+ }
1470
+ },
1471
+ "type": "object"
1472
+ },
1473
+ {
1474
+ "properties": {
1475
+ "active": {
1476
+ "description": "Is active",
1477
+ "type": "boolean"
1478
+ },
1479
+ "drilldownColumn": {
1480
+ "type": "object"
1481
+ },
1482
+ "label": {
1483
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1484
+ "type": "object"
1485
+ },
1486
+ "order": {
1487
+ "description": "Order",
1488
+ "type": "number"
1489
+ },
1490
+ "type": {
1491
+ "const": "other",
1492
+ "description": "Type of drilldown",
1493
+ "type": "string"
1494
+ }
1495
+ },
1496
+ "type": "object"
1497
+ }
1498
+ ]
1499
+ },
1500
+ "type": "array"
1501
+ }
1502
+ },
1503
+ "type": "object"
1504
+ },
1505
+ "type": "array"
1506
+ },
1507
+ "order": {
1508
+ "items": {
1509
+ "properties": {
1510
+ "active": {
1511
+ "type": "boolean"
1512
+ },
1513
+ "drillPath": {
1514
+ "type": "number"
1515
+ },
1516
+ "label": {
1517
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1518
+ "type": "object"
1519
+ },
1520
+ "values": {
1521
+ "items": {
1522
+ "anyOf": [
1523
+ {
1524
+ "properties": {
1525
+ "active": {
1526
+ "type": "boolean"
1527
+ },
1528
+ "levels": {
1529
+ "items": {
1530
+ "type": "number"
1531
+ },
1532
+ "type": "array"
1533
+ },
1534
+ "order": {
1535
+ "type": "number"
1536
+ },
1537
+ "type": {
1538
+ "const": "level",
1539
+ "type": "string"
1540
+ }
1541
+ },
1542
+ "type": "object"
1543
+ },
1544
+ {
1545
+ "properties": {
1546
+ "active": {
1547
+ "description": "Is active",
1548
+ "type": "boolean"
1549
+ },
1550
+ "drilldownColumn": {
1551
+ "type": "object"
1552
+ },
1553
+ "label": {
1554
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1555
+ "type": "object"
1556
+ },
1557
+ "order": {
1558
+ "description": "Order",
1559
+ "type": "number"
1560
+ },
1561
+ "type": {
1562
+ "const": "other",
1563
+ "description": "Type of drilldown",
1564
+ "type": "string"
1565
+ }
1566
+ },
1567
+ "type": "object"
1568
+ }
1569
+ ]
1570
+ },
1571
+ "type": "array"
1572
+ }
1573
+ },
1574
+ "type": "object"
1575
+ },
1576
+ "type": "array"
1577
+ },
1578
+ "route": {
1579
+ "items": {
1580
+ "properties": {
1581
+ "active": {
1582
+ "type": "boolean"
1583
+ },
1584
+ "drillPath": {
1585
+ "type": "number"
1586
+ },
1587
+ "label": {
1588
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1589
+ "type": "object"
1590
+ },
1591
+ "values": {
1592
+ "items": {
1593
+ "anyOf": [
1594
+ {
1595
+ "properties": {
1596
+ "active": {
1597
+ "type": "boolean"
1598
+ },
1599
+ "levels": {
1600
+ "items": {
1601
+ "type": "number"
1602
+ },
1603
+ "type": "array"
1604
+ },
1605
+ "order": {
1606
+ "type": "number"
1607
+ },
1608
+ "type": {
1609
+ "const": "level",
1610
+ "type": "string"
1611
+ }
1612
+ },
1613
+ "type": "object"
1614
+ },
1615
+ {
1616
+ "properties": {
1617
+ "active": {
1618
+ "description": "Is active",
1619
+ "type": "boolean"
1620
+ },
1621
+ "drilldownColumn": {
1622
+ "type": "object"
1623
+ },
1624
+ "label": {
1625
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1626
+ "type": "object"
1627
+ },
1628
+ "order": {
1629
+ "description": "Order",
1630
+ "type": "number"
1631
+ },
1632
+ "type": {
1633
+ "const": "other",
1634
+ "description": "Type of drilldown",
1635
+ "type": "string"
1636
+ }
1637
+ },
1638
+ "type": "object"
1639
+ }
1640
+ ]
1641
+ },
1642
+ "type": "array"
1643
+ }
1644
+ },
1645
+ "type": "object"
1646
+ },
1647
+ "type": "array"
1648
+ },
1649
+ "row": {
1650
+ "items": {
1651
+ "properties": {
1652
+ "active": {
1653
+ "type": "boolean"
1654
+ },
1655
+ "drillPath": {
1656
+ "type": "number"
1657
+ },
1658
+ "label": {
1659
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1660
+ "type": "object"
1661
+ },
1662
+ "values": {
1663
+ "items": {
1664
+ "anyOf": [
1665
+ {
1666
+ "properties": {
1667
+ "active": {
1668
+ "type": "boolean"
1669
+ },
1670
+ "levels": {
1671
+ "items": {
1672
+ "type": "number"
1673
+ },
1674
+ "type": "array"
1675
+ },
1676
+ "order": {
1677
+ "type": "number"
1678
+ },
1679
+ "type": {
1680
+ "const": "level",
1681
+ "type": "string"
1682
+ }
1683
+ },
1684
+ "type": "object"
1685
+ },
1686
+ {
1687
+ "properties": {
1688
+ "active": {
1689
+ "description": "Is active",
1690
+ "type": "boolean"
1691
+ },
1692
+ "drilldownColumn": {
1693
+ "type": "object"
1694
+ },
1695
+ "label": {
1696
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1697
+ "type": "object"
1698
+ },
1699
+ "order": {
1700
+ "description": "Order",
1701
+ "type": "number"
1702
+ },
1703
+ "type": {
1704
+ "const": "other",
1705
+ "description": "Type of drilldown",
1706
+ "type": "string"
1707
+ }
1708
+ },
1709
+ "type": "object"
1710
+ }
1711
+ ]
1712
+ },
1713
+ "type": "array"
1714
+ }
1715
+ },
1716
+ "type": "object"
1717
+ },
1718
+ "type": "array"
1719
+ },
1720
+ "size": {
1721
+ "items": {
1722
+ "properties": {
1723
+ "active": {
1724
+ "type": "boolean"
1725
+ },
1726
+ "drillPath": {
1727
+ "type": "number"
1728
+ },
1729
+ "label": {
1730
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1731
+ "type": "object"
1732
+ },
1733
+ "values": {
1734
+ "items": {
1735
+ "anyOf": [
1736
+ {
1737
+ "properties": {
1738
+ "active": {
1739
+ "type": "boolean"
1740
+ },
1741
+ "levels": {
1742
+ "items": {
1743
+ "type": "number"
1744
+ },
1745
+ "type": "array"
1746
+ },
1747
+ "order": {
1748
+ "type": "number"
1749
+ },
1750
+ "type": {
1751
+ "const": "level",
1752
+ "type": "string"
1753
+ }
1754
+ },
1755
+ "type": "object"
1756
+ },
1757
+ {
1758
+ "properties": {
1759
+ "active": {
1760
+ "description": "Is active",
1761
+ "type": "boolean"
1762
+ },
1763
+ "drilldownColumn": {
1764
+ "type": "object"
1765
+ },
1766
+ "label": {
1767
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1768
+ "type": "object"
1769
+ },
1770
+ "order": {
1771
+ "description": "Order",
1772
+ "type": "number"
1773
+ },
1774
+ "type": {
1775
+ "const": "other",
1776
+ "description": "Type of drilldown",
1777
+ "type": "string"
1778
+ }
1779
+ },
1780
+ "type": "object"
1781
+ }
1782
+ ]
1783
+ },
1784
+ "type": "array"
1785
+ }
1786
+ },
1787
+ "type": "object"
1788
+ },
1789
+ "type": "array"
1790
+ },
1791
+ "slidermetric": {
1792
+ "items": {
1793
+ "properties": {
1794
+ "active": {
1795
+ "type": "boolean"
1796
+ },
1797
+ "drillPath": {
1798
+ "type": "number"
1799
+ },
1800
+ "label": {
1801
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1802
+ "type": "object"
1803
+ },
1804
+ "values": {
1805
+ "items": {
1806
+ "anyOf": [
1807
+ {
1808
+ "properties": {
1809
+ "active": {
1810
+ "type": "boolean"
1811
+ },
1812
+ "levels": {
1813
+ "items": {
1814
+ "type": "number"
1815
+ },
1816
+ "type": "array"
1817
+ },
1818
+ "order": {
1819
+ "type": "number"
1820
+ },
1821
+ "type": {
1822
+ "const": "level",
1823
+ "type": "string"
1824
+ }
1825
+ },
1826
+ "type": "object"
1827
+ },
1828
+ {
1829
+ "properties": {
1830
+ "active": {
1831
+ "description": "Is active",
1832
+ "type": "boolean"
1833
+ },
1834
+ "drilldownColumn": {
1835
+ "type": "object"
1836
+ },
1837
+ "label": {
1838
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1839
+ "type": "object"
1840
+ },
1841
+ "order": {
1842
+ "description": "Order",
1843
+ "type": "number"
1844
+ },
1845
+ "type": {
1846
+ "const": "other",
1847
+ "description": "Type of drilldown",
1848
+ "type": "string"
1849
+ }
1850
+ },
1851
+ "type": "object"
1852
+ }
1853
+ ]
1854
+ },
1855
+ "type": "array"
1856
+ }
1857
+ },
1858
+ "type": "object"
1859
+ },
1860
+ "type": "array"
1861
+ },
1862
+ "source": {
1863
+ "items": {
1864
+ "properties": {
1865
+ "active": {
1866
+ "type": "boolean"
1867
+ },
1868
+ "drillPath": {
1869
+ "type": "number"
1870
+ },
1871
+ "label": {
1872
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1873
+ "type": "object"
1874
+ },
1875
+ "values": {
1876
+ "items": {
1877
+ "anyOf": [
1878
+ {
1879
+ "properties": {
1880
+ "active": {
1881
+ "type": "boolean"
1882
+ },
1883
+ "levels": {
1884
+ "items": {
1885
+ "type": "number"
1886
+ },
1887
+ "type": "array"
1888
+ },
1889
+ "order": {
1890
+ "type": "number"
1891
+ },
1892
+ "type": {
1893
+ "const": "level",
1894
+ "type": "string"
1895
+ }
1896
+ },
1897
+ "type": "object"
1898
+ },
1899
+ {
1900
+ "properties": {
1901
+ "active": {
1902
+ "description": "Is active",
1903
+ "type": "boolean"
1904
+ },
1905
+ "drilldownColumn": {
1906
+ "type": "object"
1907
+ },
1908
+ "label": {
1909
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1910
+ "type": "object"
1911
+ },
1912
+ "order": {
1913
+ "description": "Order",
1914
+ "type": "number"
1915
+ },
1916
+ "type": {
1917
+ "const": "other",
1918
+ "description": "Type of drilldown",
1919
+ "type": "string"
1920
+ }
1921
+ },
1922
+ "type": "object"
1923
+ }
1924
+ ]
1925
+ },
1926
+ "type": "array"
1927
+ }
1928
+ },
1929
+ "type": "object"
1930
+ },
1931
+ "type": "array"
1932
+ },
1933
+ "target": {
1934
+ "items": {
1935
+ "properties": {
1936
+ "active": {
1937
+ "type": "boolean"
1938
+ },
1939
+ "drillPath": {
1940
+ "type": "number"
1941
+ },
1942
+ "label": {
1943
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1944
+ "type": "object"
1945
+ },
1946
+ "values": {
1947
+ "items": {
1948
+ "anyOf": [
1949
+ {
1950
+ "properties": {
1951
+ "active": {
1952
+ "type": "boolean"
1953
+ },
1954
+ "levels": {
1955
+ "items": {
1956
+ "type": "number"
1957
+ },
1958
+ "type": "array"
1959
+ },
1960
+ "order": {
1961
+ "type": "number"
1962
+ },
1963
+ "type": {
1964
+ "const": "level",
1965
+ "type": "string"
1966
+ }
1967
+ },
1968
+ "type": "object"
1969
+ },
1970
+ {
1971
+ "properties": {
1972
+ "active": {
1973
+ "description": "Is active",
1974
+ "type": "boolean"
1975
+ },
1976
+ "drilldownColumn": {
1977
+ "type": "object"
1978
+ },
1979
+ "label": {
1980
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1981
+ "type": "object"
1982
+ },
1983
+ "order": {
1984
+ "description": "Order",
1985
+ "type": "number"
1986
+ },
1987
+ "type": {
1988
+ "const": "other",
1989
+ "description": "Type of drilldown",
1990
+ "type": "string"
1991
+ }
1992
+ },
1993
+ "type": "object"
1994
+ }
1995
+ ]
1996
+ },
1997
+ "type": "array"
1998
+ }
1999
+ },
2000
+ "type": "object"
2001
+ },
2002
+ "type": "array"
2003
+ },
2004
+ "time": {
2005
+ "items": {
2006
+ "properties": {
2007
+ "active": {
2008
+ "type": "boolean"
2009
+ },
2010
+ "drillPath": {
2011
+ "type": "number"
2012
+ },
2013
+ "label": {
2014
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2015
+ "type": "object"
2016
+ },
2017
+ "values": {
2018
+ "items": {
2019
+ "anyOf": [
2020
+ {
2021
+ "properties": {
2022
+ "active": {
2023
+ "type": "boolean"
2024
+ },
2025
+ "levels": {
2026
+ "items": {
2027
+ "type": "number"
2028
+ },
2029
+ "type": "array"
2030
+ },
2031
+ "order": {
2032
+ "type": "number"
2033
+ },
2034
+ "type": {
2035
+ "const": "level",
2036
+ "type": "string"
2037
+ }
2038
+ },
2039
+ "type": "object"
2040
+ },
2041
+ {
2042
+ "properties": {
2043
+ "active": {
2044
+ "description": "Is active",
2045
+ "type": "boolean"
2046
+ },
2047
+ "drilldownColumn": {
2048
+ "type": "object"
2049
+ },
2050
+ "label": {
2051
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2052
+ "type": "object"
2053
+ },
2054
+ "order": {
2055
+ "description": "Order",
2056
+ "type": "number"
2057
+ },
2058
+ "type": {
2059
+ "const": "other",
2060
+ "description": "Type of drilldown",
2061
+ "type": "string"
2062
+ }
2063
+ },
2064
+ "type": "object"
2065
+ }
2066
+ ]
2067
+ },
2068
+ "type": "array"
2069
+ }
2070
+ },
2071
+ "type": "object"
2072
+ },
2073
+ "type": "array"
2074
+ },
2075
+ "x-axis": {
2076
+ "items": {
2077
+ "properties": {
2078
+ "active": {
2079
+ "type": "boolean"
2080
+ },
2081
+ "drillPath": {
2082
+ "type": "number"
2083
+ },
2084
+ "label": {
2085
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2086
+ "type": "object"
2087
+ },
2088
+ "values": {
2089
+ "items": {
2090
+ "anyOf": [
2091
+ {
2092
+ "properties": {
2093
+ "active": {
2094
+ "type": "boolean"
2095
+ },
2096
+ "levels": {
2097
+ "items": {
2098
+ "type": "number"
2099
+ },
2100
+ "type": "array"
2101
+ },
2102
+ "order": {
2103
+ "type": "number"
2104
+ },
2105
+ "type": {
2106
+ "const": "level",
2107
+ "type": "string"
2108
+ }
2109
+ },
2110
+ "type": "object"
2111
+ },
2112
+ {
2113
+ "properties": {
2114
+ "active": {
2115
+ "description": "Is active",
2116
+ "type": "boolean"
2117
+ },
2118
+ "drilldownColumn": {
2119
+ "type": "object"
2120
+ },
2121
+ "label": {
2122
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2123
+ "type": "object"
2124
+ },
2125
+ "order": {
2126
+ "description": "Order",
2127
+ "type": "number"
2128
+ },
2129
+ "type": {
2130
+ "const": "other",
2131
+ "description": "Type of drilldown",
2132
+ "type": "string"
2133
+ }
2134
+ },
2135
+ "type": "object"
2136
+ }
2137
+ ]
2138
+ },
2139
+ "type": "array"
2140
+ }
2141
+ },
2142
+ "type": "object"
2143
+ },
2144
+ "type": "array"
2145
+ },
2146
+ "y-axis": {
2147
+ "items": {
2148
+ "properties": {
2149
+ "active": {
2150
+ "type": "boolean"
2151
+ },
2152
+ "drillPath": {
2153
+ "type": "number"
2154
+ },
2155
+ "label": {
2156
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2157
+ "type": "object"
2158
+ },
2159
+ "values": {
2160
+ "items": {
2161
+ "anyOf": [
2162
+ {
2163
+ "properties": {
2164
+ "active": {
2165
+ "type": "boolean"
2166
+ },
2167
+ "levels": {
2168
+ "items": {
2169
+ "type": "number"
2170
+ },
2171
+ "type": "array"
2172
+ },
2173
+ "order": {
2174
+ "type": "number"
2175
+ },
2176
+ "type": {
2177
+ "const": "level",
2178
+ "type": "string"
2179
+ }
2180
+ },
2181
+ "type": "object"
2182
+ },
2183
+ {
2184
+ "properties": {
2185
+ "active": {
2186
+ "description": "Is active",
2187
+ "type": "boolean"
2188
+ },
2189
+ "drilldownColumn": {
2190
+ "type": "object"
2191
+ },
2192
+ "label": {
2193
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2194
+ "type": "object"
2195
+ },
2196
+ "order": {
2197
+ "description": "Order",
2198
+ "type": "number"
2199
+ },
2200
+ "type": {
2201
+ "const": "other",
2202
+ "description": "Type of drilldown",
2203
+ "type": "string"
2204
+ }
2205
+ },
2206
+ "type": "object"
2207
+ }
2208
+ ]
2209
+ },
2210
+ "type": "array"
2211
+ }
2212
+ },
2213
+ "type": "object"
2214
+ },
2215
+ "type": "array"
2216
+ }
2217
+ },
2218
+ "type": "object"
2219
+ },
2220
+ "exportTypes": {
2221
+ "default": [
2222
+ "xlsx",
2223
+ "csv",
2224
+ "png"
2225
+ ],
2226
+ "description": "Export types interactivity option",
2227
+ "items": {
2228
+ "description": "Export types",
2229
+ "enum": [
2230
+ "csv",
2231
+ "csv-raw",
2232
+ "png",
2233
+ "xlsx",
2234
+ "xlsx-raw"
2235
+ ],
2236
+ "type": "string"
2237
+ },
2238
+ "type": "array"
2239
+ },
2240
+ "measureDimensionPicker": {
2241
+ "default": [],
2242
+ "description": "An array of measure dimension picker configurations",
2243
+ "items": {
2244
+ "description": "Measure dimension picker configuration",
2245
+ "properties": {
2246
+ "acceptFormula": {
2247
+ "type": "boolean"
2248
+ },
2249
+ "allAvailableColumns": {
2250
+ "items": {
2251
+ "properties": {
2252
+ "columns": {
2253
+ "items": {
2254
+ "properties": {
2255
+ "cardinality": {
2256
+ "type": "number"
2257
+ },
2258
+ "color": {
2259
+ "type": "string"
2260
+ },
2261
+ "columnHierarchies": {
2262
+ "anyOf": [
2263
+ {
2264
+ "items": {
2265
+ "type": "string"
2266
+ },
2267
+ "type": "array"
2268
+ },
2269
+ {
2270
+ "items": {
2271
+ "properties": {
2272
+ "color": {
2273
+ "type": "string"
2274
+ },
2275
+ "id": {
2276
+ "type": "string"
2277
+ },
2278
+ "level": {
2279
+ "type": "number"
2280
+ },
2281
+ "name": {
2282
+ "type": "object"
2283
+ }
2284
+ },
2285
+ "type": "object"
2286
+ },
2287
+ "type": "array"
2288
+ }
2289
+ ]
2290
+ },
2291
+ "currency": {
2292
+ "properties": {
2293
+ "id": {
2294
+ "type": "string"
2295
+ },
2296
+ "name": {
2297
+ "type": "string"
2298
+ },
2299
+ "symbol": {
2300
+ "type": "string"
2301
+ }
2302
+ },
2303
+ "type": "object"
2304
+ },
2305
+ "currency_id": {
2306
+ "type": "string"
2307
+ },
2308
+ "description": {
2309
+ "type": "object"
2310
+ },
2311
+ "duration_format": {
2312
+ "enum": [
2313
+ "long",
2314
+ "short",
2315
+ "time"
2316
+ ],
2317
+ "type": "string"
2318
+ },
2319
+ "duration_levels": {
2320
+ "items": {
2321
+ "type": "number"
2322
+ },
2323
+ "type": "array"
2324
+ },
2325
+ "expression": {
2326
+ "type": "string"
2327
+ },
2328
+ "format": {
2329
+ "type": "string"
2330
+ },
2331
+ "hierarchyLevels": {
2332
+ "items": {
2333
+ "properties": {
2334
+ "color": {
2335
+ "type": "string"
2336
+ },
2337
+ "id": {
2338
+ "type": "string"
2339
+ },
2340
+ "level": {
2341
+ "type": "number"
2342
+ },
2343
+ "name": {
2344
+ "type": "object"
2345
+ }
2346
+ },
2347
+ "type": "object"
2348
+ },
2349
+ "type": "array"
2350
+ },
2351
+ "hierarchy_enabled": {
2352
+ "type": "boolean"
2353
+ },
2354
+ "highestLevel": {
2355
+ "type": "number"
2356
+ },
2357
+ "id": {
2358
+ "type": "string"
2359
+ },
2360
+ "informat": {
2361
+ "type": "string"
2362
+ },
2363
+ "isFormula": {
2364
+ "type": "boolean"
2365
+ },
2366
+ "isLabel": {
2367
+ "type": "boolean"
2368
+ },
2369
+ "joins": {
2370
+ "items": {
2371
+ "properties": {
2372
+ "currency_id": {
2373
+ "type": [
2374
+ "null",
2375
+ "string"
2376
+ ]
2377
+ },
2378
+ "hierarchy_enabled": {
2379
+ "type": "boolean"
2380
+ },
2381
+ "id": {
2382
+ "type": "string"
2383
+ },
2384
+ "join": {
2385
+ "properties": {
2386
+ "column_id": {
2387
+ "type": "string"
2388
+ },
2389
+ "created_at": {
2390
+ "type": "string"
2391
+ },
2392
+ "joins_id": {
2393
+ "type": "string"
2394
+ },
2395
+ "subtype": {
2396
+ "type": "string"
2397
+ },
2398
+ "type": {
2399
+ "enum": [
2400
+ "exact",
2401
+ "lookup"
2402
+ ],
2403
+ "type": "string"
2404
+ },
2405
+ "update_at": {
2406
+ "type": "string"
2407
+ },
2408
+ "updated_at": {
2409
+ "type": "string"
2410
+ }
2411
+ },
2412
+ "type": "object"
2413
+ },
2414
+ "securable_id": {
2415
+ "type": "string"
2416
+ }
2417
+ },
2418
+ "type": "object"
2419
+ },
2420
+ "type": "array"
2421
+ },
2422
+ "level": {
2423
+ "type": "number"
2424
+ },
2425
+ "lowestLevel": {
2426
+ "type": "number"
2427
+ },
2428
+ "name": {
2429
+ "type": "object"
2430
+ },
2431
+ "order": {
2432
+ "type": "number"
2433
+ },
2434
+ "securable_id": {
2435
+ "type": "string"
2436
+ },
2437
+ "source_name": {
2438
+ "type": "string"
2439
+ },
2440
+ "subtype": {
2441
+ "enum": [
2442
+ "coordinates",
2443
+ "currency",
2444
+ "duration",
2445
+ "hierarchy_element_expression",
2446
+ "topography"
2447
+ ],
2448
+ "type": "string"
2449
+ },
2450
+ "type": {
2451
+ "enum": [
2452
+ "datetime",
2453
+ "hierarchy",
2454
+ "numeric",
2455
+ "spatial"
2456
+ ],
2457
+ "type": "string"
2458
+ },
2459
+ "version": {
2460
+ "type": "number"
2461
+ },
2462
+ "width": {
2463
+ "type": "number"
2464
+ }
2465
+ },
2466
+ "type": "object"
2467
+ },
2468
+ "type": "array"
2469
+ },
2470
+ "datasetId": {
2471
+ "format": "uuid",
2472
+ "type": "string"
2473
+ },
2474
+ "datasetName": {
2475
+ "type": "object"
2476
+ },
2477
+ "formulas": {
2478
+ "items": {
2479
+ "properties": {
2480
+ "color": {
2481
+ "type": "string"
2482
+ },
2483
+ "currency": {
2484
+ "properties": {
2485
+ "id": {
2486
+ "type": "string"
2487
+ },
2488
+ "name": {
2489
+ "type": "string"
2490
+ },
2491
+ "symbol": {
2492
+ "type": "string"
2493
+ }
2494
+ },
2495
+ "type": "object"
2496
+ },
2497
+ "currency_id": {
2498
+ "type": "string"
2499
+ },
2500
+ "duration_format": {
2501
+ "enum": [
2502
+ "long",
2503
+ "short",
2504
+ "time"
2505
+ ],
2506
+ "type": "string"
2507
+ },
2508
+ "duration_levels": {
2509
+ "items": {
2510
+ "type": "number"
2511
+ },
2512
+ "type": "array"
2513
+ },
2514
+ "expression": {
2515
+ "type": "string"
2516
+ },
2517
+ "format": {
2518
+ "type": "string"
2519
+ },
2520
+ "id": {
2521
+ "type": "string"
2522
+ },
2523
+ "informat": {
2524
+ "enum": [
2525
+ "DD-MM-YYYY HH:mm:ss.SSS",
2526
+ "DD-MM-YYYY HH:mm:ss.SSS ZZ",
2527
+ "MM-DD-YYYY HH:mm:ss.SSS",
2528
+ "MM-DD-YYYY HH:mm:ss.SSS ZZ",
2529
+ "X",
2530
+ "YYYY-MM-DD HH:mm:ss.SSS",
2531
+ "YYYY-MM-DD HH:mm:ss.SSS ZZ",
2532
+ "hierarchy",
2533
+ "numeric",
2534
+ "x"
2535
+ ],
2536
+ "type": "string"
2537
+ },
2538
+ "isFormula": {
2539
+ "type": "boolean"
2540
+ },
2541
+ "level": {
2542
+ "type": "number"
2543
+ },
2544
+ "lowestLevel": {
2545
+ "type": "number"
2546
+ },
2547
+ "name": {
2548
+ "type": "object"
2549
+ },
2550
+ "securableFormula": {
2551
+ "properties": {
2552
+ "formula_id": {
2553
+ "type": "string"
2554
+ },
2555
+ "securable_id": {
2556
+ "type": "string"
2557
+ }
2558
+ },
2559
+ "type": "object"
2560
+ },
2561
+ "securable_id": {
2562
+ "type": "string"
2563
+ },
2564
+ "subtype": {
2565
+ "enum": [
2566
+ "currency",
2567
+ "date",
2568
+ "datetime",
2569
+ "duration"
2570
+ ],
2571
+ "type": "string"
2572
+ },
2573
+ "type": {
2574
+ "enum": [
2575
+ "datetime",
2576
+ "hierarchy",
2577
+ "numeric"
2578
+ ],
2579
+ "type": "string"
2580
+ }
2581
+ },
2582
+ "type": "object"
2583
+ },
2584
+ "type": "array"
2585
+ }
2586
+ },
2587
+ "type": "object"
2588
+ },
2589
+ "type": "array"
2590
+ },
2591
+ "allowMultiple": {
2592
+ "type": "boolean"
2593
+ },
2594
+ "description": {
2595
+ "type": "string"
2596
+ },
2597
+ "order": {
2598
+ "type": "number"
2599
+ },
2600
+ "slot": {
2601
+ "type": "string"
2602
+ },
2603
+ "values": {
2604
+ "items": {
2605
+ "properties": {
2606
+ "aggregationFunc": {
2607
+ "description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
2608
+ "enum": [
2609
+ "average",
2610
+ "count",
2611
+ "cumulativesum",
2612
+ "distinctcount",
2613
+ "histogram",
2614
+ "max",
2615
+ "median",
2616
+ "min",
2617
+ "rate",
2618
+ "stddev",
2619
+ "sum",
2620
+ "weightedaverage"
2621
+ ],
2622
+ "type": "string"
2623
+ },
2624
+ "aggregationWeight": {
2625
+ "description": "Aggregation weight. It can be used with a \"numeric\" column type.",
2626
+ "properties": {
2627
+ "columnId": {
2628
+ "description": "Column id",
2629
+ "format": "uuid",
2630
+ "type": "string"
2631
+ },
2632
+ "columnSubType": {
2633
+ "description": "Column subtype",
2634
+ "enum": [
2635
+ "coordinates",
2636
+ "currency",
2637
+ "duration",
2638
+ "hierarchy_element_expression",
2639
+ "topography"
2640
+ ],
2641
+ "type": "string"
2642
+ },
2643
+ "datasetId": {
2644
+ "description": "Dataset id",
2645
+ "format": "uuid",
2646
+ "type": "string"
2647
+ }
2648
+ },
2649
+ "type": "object"
2650
+ },
2651
+ "bins": {
2652
+ "description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
2653
+ "properties": {
2654
+ "enabled": {
2655
+ "description": "Enable or disable binning",
2656
+ "type": "boolean"
2657
+ },
2658
+ "number": {
2659
+ "description": "Defines the range of the bins",
2660
+ "type": "number"
2661
+ }
2662
+ },
2663
+ "type": "object"
2664
+ },
2665
+ "color": {
2666
+ "description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
2667
+ "type": [
2668
+ "null",
2669
+ "string"
2670
+ ]
2671
+ },
2672
+ "columnHierarchies": {
2673
+ "anyOf": [
2674
+ {
2675
+ "items": {
2676
+ "type": "string"
2677
+ },
2678
+ "type": "array"
2679
+ },
2680
+ {
2681
+ "items": {
2682
+ "properties": {
2683
+ "color": {
2684
+ "type": "string"
2685
+ },
2686
+ "id": {
2687
+ "type": "string"
2688
+ },
2689
+ "level": {
2690
+ "type": "number"
2691
+ },
2692
+ "name": {
2693
+ "type": "object"
2694
+ }
2695
+ },
2696
+ "type": "object"
2697
+ },
2698
+ "type": "array"
2699
+ }
2700
+ ]
2701
+ },
2702
+ "columnId": {
2703
+ "description": "Column id",
2704
+ "format": "uuid",
2705
+ "type": "string"
2706
+ },
2707
+ "currency": {
2708
+ "description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
2709
+ "type": [
2710
+ "null",
2711
+ "string"
2712
+ ]
2713
+ },
2714
+ "datasetId": {
2715
+ "description": "Dataset id",
2716
+ "format": "uuid",
2717
+ "type": "string"
2718
+ },
2719
+ "datetimeDisplayMode": {
2720
+ "description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
2721
+ "enum": [
2722
+ "day_in_month",
2723
+ "day_in_year",
2724
+ "default",
2725
+ "hour_in_day",
2726
+ "minute_in_hour",
2727
+ "month_name",
2728
+ "month_number",
2729
+ "quarter_number",
2730
+ "second_in_minute",
2731
+ "week_number",
2732
+ "weekday_name",
2733
+ "weekday_number"
2734
+ ],
2735
+ "type": "string"
2736
+ },
2737
+ "duration": {
2738
+ "description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
2739
+ "properties": {
2740
+ "format": {
2741
+ "description": "Duration format",
2742
+ "enum": [
2743
+ "long",
2744
+ "short",
2745
+ "time"
2746
+ ],
2747
+ "type": "string"
2748
+ },
2749
+ "levels": {
2750
+ "description": "Duration levels used",
2751
+ "items": {
2752
+ "type": "number"
2753
+ },
2754
+ "type": "array"
2755
+ }
2756
+ },
2757
+ "type": "object"
2758
+ },
2759
+ "format": {
2760
+ "description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
2761
+ "type": "string"
2762
+ },
2763
+ "formula": {
2764
+ "description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
2765
+ "type": "string"
2766
+ },
2767
+ "grandTotals": {
2768
+ "description": "Enable or disable grand totals, they're only used in Pivot table",
2769
+ "properties": {
2770
+ "enabled": {
2771
+ "type": "boolean"
2772
+ }
2773
+ },
2774
+ "type": "object"
2775
+ },
2776
+ "hidden": {
2777
+ "type": "boolean"
2778
+ },
2779
+ "include_nonoccurring": {
2780
+ "description": "Shows empty areas for geo slots (with the name \"geo\" and content type 'spacial).\nAlso, it can be set in the options' advanced settings of the Choropleth map.",
2781
+ "type": "boolean"
2782
+ },
2783
+ "label": {
2784
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2785
+ "type": "object"
2786
+ },
2787
+ "level": {
2788
+ "description": "\"hierarchy\" or \"datetime\" level",
2789
+ "type": [
2790
+ "number",
2791
+ "null"
2792
+ ]
2793
+ },
2794
+ "lowestLevel": {
2795
+ "description": "Lowest \"hierarchy\" or \"datetime\" level",
2796
+ "type": [
2797
+ "null",
2798
+ "number"
2799
+ ]
2800
+ },
2801
+ "monthNameFormat": {
2802
+ "description": "Month name format for datetime column formatting",
2803
+ "enum": [
2804
+ "letter",
2805
+ "long",
2806
+ "short"
2807
+ ],
2808
+ "type": "string"
2809
+ },
2810
+ "periodOverPeriod": {
2811
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
2812
+ "properties": {
2813
+ "level": {
2814
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
2815
+ "type": "number"
2816
+ },
2817
+ "periodToDate": {
2818
+ "description": "Turn ON/OFF period to date comparison",
2819
+ "type": "boolean"
2820
+ },
2821
+ "quantity": {
2822
+ "description": "Number of periods",
2823
+ "type": "number"
2824
+ },
2825
+ "type": {
2826
+ "description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
2827
+ "enum": [
2828
+ "change",
2829
+ "none",
2830
+ "past"
2831
+ ],
2832
+ "type": "string"
2833
+ }
2834
+ },
2835
+ "type": "object"
2836
+ },
2837
+ "readonly": {
2838
+ "type": "boolean"
2839
+ },
2840
+ "selected": {
2841
+ "type": "boolean"
2842
+ },
2843
+ "subtype": {
2844
+ "anyOf": [
2845
+ {
2846
+ "enum": [
2847
+ "coordinates",
2848
+ "currency",
2849
+ "date",
2850
+ "datetime",
2851
+ "duration",
2852
+ "hierarchy_element_expression",
2853
+ "topography"
2854
+ ],
2855
+ "type": "string"
2856
+ },
2857
+ {
2858
+ "type": "null"
2859
+ }
2860
+ ],
2861
+ "description": "Column subtype"
2862
+ },
2863
+ "type": {
2864
+ "description": "Column / Formula type",
2865
+ "enum": [
2866
+ "datetime",
2867
+ "hierarchy",
2868
+ "numeric",
2869
+ "spatial"
2870
+ ],
2871
+ "type": "string"
2872
+ },
2873
+ "weekDayNameFormat": {
2874
+ "description": "Week day name format for datetime column formatting",
2875
+ "enum": [
2876
+ "letter",
2877
+ "long",
2878
+ "short"
2879
+ ],
2880
+ "type": "string"
2881
+ },
2882
+ "weekStart": {
2883
+ "description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
2884
+ "enum": [
2885
+ "monday",
2886
+ "sunday"
2887
+ ],
2888
+ "type": "string"
2889
+ }
2890
+ },
2891
+ "type": "object"
2892
+ },
2893
+ "type": "array"
2894
+ }
2895
+ },
2896
+ "type": "object"
2897
+ },
2898
+ "type": "array"
2899
+ },
2900
+ "select": {
2901
+ "default": true,
2902
+ "description": "Filter on select interactivity option",
2903
+ "type": "boolean"
2904
+ },
2905
+ "urlConfig": {
2906
+ "default": {
2907
+ "target": "_blank",
2908
+ "url": null
2909
+ },
2910
+ "description": "Go to URL interactivity option",
2911
+ "properties": {
2912
+ "target": {
2913
+ "description": "URL target",
2914
+ "enum": [
2915
+ "_blank",
2916
+ "_parent",
2917
+ "_self"
2918
+ ],
2919
+ "type": "string"
2920
+ },
2921
+ "url": {
2922
+ "description": "URL in format {locale: \"url\"}, for example, {en: \"...\"}",
2923
+ "type": "object"
2924
+ }
2925
+ },
2926
+ "type": "object"
2927
+ }
2928
+ },
2929
+ "type": "object"
2930
+ },
2931
+ "layout": {
2932
+ "default": "horizontal",
2933
+ "description": "Layout",
2934
+ "enum": [
2935
+ "horizontal",
2936
+ "random"
2937
+ ],
2938
+ "type": "string"
2939
+ },
2940
+ "legend": {
2941
+ "default": {
2942
+ "position": "right"
2943
+ },
2944
+ "description": "Legend options",
2945
+ "properties": {
2946
+ "position": {
2947
+ "description": "Position of the legend. Only available when the legend is shown.",
2948
+ "enum": [
2949
+ "bottom",
2950
+ "bottomLeft",
2951
+ "bottomRight",
2952
+ "left",
2953
+ "middle",
2954
+ "right",
2955
+ "top",
2956
+ "topLeft",
2957
+ "topRight"
2958
+ ],
2959
+ "type": "string"
2960
+ },
2961
+ "size": {
2962
+ "description": "Size of the legend. Only available when the legend is shown.",
2963
+ "enum": [
2964
+ "L",
2965
+ "M",
2966
+ "S"
2967
+ ],
2968
+ "type": "string"
2969
+ },
2970
+ "type": {
2971
+ "description": "Type of the legend. Only available when the legend is shown.",
2972
+ "enum": [
2973
+ "bar",
2974
+ "list"
2975
+ ],
2976
+ "type": "string"
2977
+ }
2978
+ },
2979
+ "type": "object"
2980
+ },
2981
+ "loader": {
2982
+ "description": "The loader configuration",
2983
+ "properties": {
2984
+ "background": {
2985
+ "default": "#f9f9f9",
2986
+ "description": "Background color of the chart loader element",
2987
+ "type": "string"
2988
+ },
2989
+ "fontColor": {
2990
+ "default": "#5a5a5a",
2991
+ "description": "Font color of the text of the chart loaders",
2992
+ "type": "string"
2993
+ },
2994
+ "locale": {
2995
+ "default": "en",
2996
+ "description": "Locale to be used if \"msg\" is set",
2997
+ "examples": [
2998
+ "en",
2999
+ "fr"
3000
+ ],
3001
+ "type": "string"
3002
+ },
3003
+ "mode": {
3004
+ "default": "light",
3005
+ "description": "Light or dark loader",
3006
+ "type": "string"
3007
+ },
3008
+ "msg": {
3009
+ "description": "Loading message",
3010
+ "examples": [
3011
+ "Loading dashboard..."
3012
+ ],
3013
+ "type": "string"
3014
+ },
3015
+ "showBranded": {
3016
+ "default": false,
3017
+ "description": "Shows the branded \"powered by\" information",
3018
+ "type": "boolean"
3019
+ },
3020
+ "spinnerBackground": {
3021
+ "default": "rgba(169, 169, 169, 0.14)",
3022
+ "description": "Background color of the spinner",
3023
+ "type": "string"
3024
+ },
3025
+ "spinnerColor": {
3026
+ "default": "rgba(255, 165, 0, 0.7)",
3027
+ "description": "Spinner color of the loader",
3028
+ "type": "string"
3029
+ }
3030
+ },
3031
+ "type": "object"
3032
+ },
3033
+ "locale": {
3034
+ "default": "en",
3035
+ "description": "Locale to be used",
3036
+ "examples": [
3037
+ "en",
3038
+ "fr"
3039
+ ],
3040
+ "type": "string"
3041
+ },
3042
+ "lookupFiltering": {
3043
+ "default": false,
3044
+ "description": "Allow interactive filtering of charts with linked datasets",
3045
+ "type": "boolean"
3046
+ },
3047
+ "ranking": {
3048
+ "default": {
3049
+ "active": false,
3050
+ "direction": "top",
3051
+ "number": 250
3052
+ },
3053
+ "description": "Ranking options",
3054
+ "properties": {
3055
+ "active": {
3056
+ "description": "Item query ranking is active",
3057
+ "type": "boolean"
3058
+ },
3059
+ "direction": {
3060
+ "description": "Item query ranking direction",
3061
+ "enum": [
3062
+ "bottom",
3063
+ "top"
3064
+ ],
3065
+ "type": "string"
3066
+ },
3067
+ "number": {
3068
+ "description": "Item query ranking number",
3069
+ "type": "number"
3070
+ }
3071
+ },
3072
+ "type": "object"
3073
+ },
3074
+ "theme": {
3075
+ "description": "Theme configuration",
3076
+ "properties": {
3077
+ "borders": {
3078
+ "description": "Custom border styling",
3079
+ "properties": {
3080
+ "border-bottom-width": {
3081
+ "description": "Border bottom width",
3082
+ "examples": [
3083
+ "0px",
3084
+ "1px",
3085
+ "3px"
3086
+ ],
3087
+ "type": "string"
3088
+ },
3089
+ "border-color": {
3090
+ "description": "Border color",
3091
+ "examples": [
3092
+ "rgba(216, 216, 216, 1)",
3093
+ "rgb(147, 146, 148)"
3094
+ ],
3095
+ "type": "string"
3096
+ },
3097
+ "border-left-width": {
3098
+ "description": "Border left width",
3099
+ "examples": [
3100
+ "0px",
3101
+ "1px",
3102
+ "3px"
3103
+ ],
3104
+ "type": "string"
3105
+ },
3106
+ "border-radius": {
3107
+ "description": "Border radius",
3108
+ "examples": [
3109
+ "0",
3110
+ "12px",
3111
+ "20px"
3112
+ ],
3113
+ "type": "string"
3114
+ },
3115
+ "border-right-width": {
3116
+ "description": "Border right width",
3117
+ "examples": [
3118
+ "0px",
3119
+ "1px",
3120
+ "3px"
3121
+ ],
3122
+ "type": "string"
3123
+ },
3124
+ "border-style": {
3125
+ "description": "Border style",
3126
+ "examples": [
3127
+ "none",
3128
+ "solid",
3129
+ "dotted",
3130
+ "dashed"
3131
+ ],
3132
+ "type": "string"
3133
+ },
3134
+ "border-top-width": {
3135
+ "description": "Border top width",
3136
+ "examples": [
3137
+ "0px",
3138
+ "1px",
3139
+ "3px"
3140
+ ],
3141
+ "type": "string"
3142
+ }
3143
+ },
3144
+ "type": "object"
3145
+ },
3146
+ "boxShadow": {
3147
+ "description": "Custom shadow styling",
3148
+ "properties": {
3149
+ "color": {
3150
+ "description": "Shadow color",
3151
+ "examples": [
3152
+ "rgb(0, 0, 0)",
3153
+ "rgb(100, 100, 103)"
3154
+ ],
3155
+ "type": "string"
3156
+ },
3157
+ "size": {
3158
+ "description": "Shadow size",
3159
+ "enum": [
3160
+ "L",
3161
+ "M",
3162
+ "S",
3163
+ "none"
3164
+ ],
3165
+ "examples": [
3166
+ "none",
3167
+ "S",
3168
+ "M",
3169
+ "L"
3170
+ ],
3171
+ "type": "string"
3172
+ }
3173
+ },
3174
+ "type": "object"
3175
+ },
3176
+ "colors": {
3177
+ "description": "Custom color palette",
3178
+ "examples": [
3179
+ [
3180
+ "rgb(68, 52, 255)",
3181
+ "rgb(68, 52, 255)",
3182
+ "rgb(218, 214, 255)"
3183
+ ]
3184
+ ],
3185
+ "items": {
3186
+ "type": "string"
3187
+ },
3188
+ "type": "array"
3189
+ },
3190
+ "font": {
3191
+ "description": "Custom font styling",
3192
+ "properties": {
3193
+ "font-style": {
3194
+ "const": "normal",
3195
+ "description": "Use it to reset the font style to \"normal\"",
3196
+ "type": "string"
3197
+ },
3198
+ "font-weight": {
3199
+ "description": "Font weight",
3200
+ "examples": [
3201
+ 400,
3202
+ 700
3203
+ ],
3204
+ "type": "number"
3205
+ },
3206
+ "fontFamily": {
3207
+ "description": "Font family",
3208
+ "examples": [
3209
+ "Lato",
3210
+ "Montserrat",
3211
+ "Roboto Mono",
3212
+ "Arial",
3213
+ "Times New Roman"
3214
+ ],
3215
+ "type": "string"
3216
+ },
3217
+ "fontSize": {
3218
+ "description": "Font size in px",
3219
+ "examples": [
3220
+ 10,
3221
+ 15,
3222
+ 18
3223
+ ],
3224
+ "type": "number"
3225
+ }
3226
+ },
3227
+ "type": "object"
3228
+ },
3229
+ "id": {
3230
+ "description": "Id of the theme, for example, \"seasonal\", \"urban\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.",
3231
+ "examples": [
3232
+ "seasonal",
3233
+ "urban"
3234
+ ],
3235
+ "type": "string"
3236
+ },
3237
+ "itemsBackground": {
3238
+ "description": "Custom item background color",
3239
+ "examples": [
3240
+ "rgb(255, 255, 255)",
3241
+ "rgb(71, 69, 69)",
3242
+ "rgb(195, 191, 191)"
3243
+ ],
3244
+ "type": "string"
3245
+ },
3246
+ "legend": {
3247
+ "description": "Custom legend styling",
3248
+ "properties": {
3249
+ "fontSize": {
3250
+ "description": "Legend font size in px",
3251
+ "examples": [
3252
+ 12,
3253
+ 16
3254
+ ],
3255
+ "type": "number"
3256
+ },
3257
+ "lineHeight": {
3258
+ "description": "Legend line height in px",
3259
+ "examples": [
3260
+ 12,
3261
+ 16,
3262
+ 20
3263
+ ],
3264
+ "type": "number"
3265
+ },
3266
+ "type": {
3267
+ "description": "Legend type",
3268
+ "enum": [
3269
+ "circle",
3270
+ "line",
3271
+ "normal"
3272
+ ],
3273
+ "examples": [
3274
+ "normal",
3275
+ "line",
3276
+ "circle"
3277
+ ],
3278
+ "type": "string"
3279
+ }
3280
+ },
3281
+ "type": "object"
3282
+ },
3283
+ "title": {
3284
+ "description": "Custom title styling",
3285
+ "properties": {
3286
+ "align": {
3287
+ "description": "Title align",
3288
+ "enum": [
3289
+ "center",
3290
+ "left",
3291
+ "right"
3292
+ ],
3293
+ "examples": [
3294
+ "left",
3295
+ "center",
3296
+ "right"
3297
+ ],
3298
+ "type": "string"
3299
+ },
3300
+ "bold": {
3301
+ "description": "Is title bold",
3302
+ "examples": [
3303
+ true,
3304
+ false
3305
+ ],
3306
+ "type": "boolean"
3307
+ },
3308
+ "border": {
3309
+ "description": "Is title a border",
3310
+ "examples": [
3311
+ true,
3312
+ false
3313
+ ],
3314
+ "type": "boolean"
3315
+ },
3316
+ "fontSize": {
3317
+ "description": "Title's font size in px",
3318
+ "examples": [
3319
+ 16,
3320
+ 20
3321
+ ],
3322
+ "type": "number"
3323
+ },
3324
+ "italic": {
3325
+ "description": "Is title italic",
3326
+ "examples": [
3327
+ true,
3328
+ false
3329
+ ],
3330
+ "type": "boolean"
3331
+ },
3332
+ "lineHeight": {
3333
+ "description": "Title's line height in px",
3334
+ "examples": [
3335
+ 30,
3336
+ 42,
3337
+ 50
3338
+ ],
3339
+ "type": "number"
3340
+ },
3341
+ "underline": {
3342
+ "description": "Is title underline",
3343
+ "examples": [
3344
+ true,
3345
+ false
3346
+ ],
3347
+ "type": "boolean"
3348
+ }
3349
+ },
3350
+ "type": "object"
3351
+ },
3352
+ "tooltip": {
3353
+ "description": "Custom tooltip styling",
3354
+ "properties": {
3355
+ "background": {
3356
+ "description": "Tooltip's background",
3357
+ "examples": [
3358
+ "rgb(248, 248, 248)",
3359
+ "rgb(248, 248, 248)",
3360
+ "rgb(130, 128, 128)",
3361
+ "rgb(61, 61, 61)"
3362
+ ],
3363
+ "type": "string"
3364
+ },
3365
+ "fontSize": {
3366
+ "description": "Tooltip's font size in px",
3367
+ "examples": [
3368
+ 12,
3369
+ 16,
3370
+ 20
3371
+ ],
3372
+ "type": "number"
3373
+ },
3374
+ "lineHeight": {
3375
+ "description": "Tooltip's line height in px",
3376
+ "examples": [
3377
+ 12,
3378
+ 16,
3379
+ 20
3380
+ ],
3381
+ "type": "number"
3382
+ },
3383
+ "opacity": {
3384
+ "description": "Tooltip's opacity",
3385
+ "examples": [
3386
+ 0.5,
3387
+ 0.8,
3388
+ 1
3389
+ ],
3390
+ "type": "number"
3391
+ }
3392
+ },
3393
+ "type": "object"
3394
+ },
3395
+ "type": {
3396
+ "description": "It should be \"custom\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.",
3397
+ "examples": [
3398
+ "custom"
3399
+ ],
3400
+ "type": "string"
3401
+ }
3402
+ },
3403
+ "type": "object"
3404
+ },
3405
+ "timezoneId": {
3406
+ "description": "The timezone that will be used in the dashboard. This timezone id needs to be a valid id that is available in the IANA timezone database",
3407
+ "examples": [
3408
+ "Europe/Brussels",
3409
+ "America/New_York"
3410
+ ],
3411
+ "type": "string"
3412
+ },
3413
+ "title": {
3414
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
3415
+ "examples": [
3416
+ {
3417
+ "en": "Title"
3418
+ }
3419
+ ],
3420
+ "type": "object"
3421
+ }
3422
+ },
3423
+ "type": "object"
3424
+ }
3425
+
3426
+ ;
3427
+
3428
+ export default _default;