@luzmo/dashboard-contents-types 1.0.5 → 1.0.7

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 (280) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +132 -0
  3. package/assets/json-schemas/area-chart-options.schema.json.d.ts +129 -532
  4. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +23 -19
  5. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  6. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +125 -2594
  7. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +23 -19
  8. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  9. package/assets/json-schemas/box-plot-options.schema.json.d.ts +121 -525
  10. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +17 -13
  11. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  12. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +126 -2595
  13. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +23 -19
  14. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  15. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +114 -521
  16. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +23 -19
  17. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  18. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +117 -524
  19. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +21 -16
  20. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  21. package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +857 -0
  22. package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +485 -0
  23. package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +23 -0
  24. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +116 -523
  25. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +19 -15
  26. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  27. package/assets/json-schemas/column-chart-options.schema.json.d.ts +125 -2594
  28. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +23 -19
  29. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +42 -456
  31. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +19 -15
  32. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  33. package/assets/json-schemas/date-filter-options.schema.json.d.ts +27 -415
  34. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +7 -6
  35. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  36. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +161 -2623
  37. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +19 -15
  38. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  39. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +29 -417
  40. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +15 -11
  41. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  42. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +119 -525
  43. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +17 -13
  44. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  45. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +125 -2594
  46. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +18 -14
  47. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  48. package/assets/json-schemas/heat-map-options.schema.json.d.ts +32 -449
  49. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +18 -13
  50. package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
  51. package/assets/json-schemas/heat-table-options.schema.json.d.ts +1119 -0
  52. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +518 -0
  53. package/assets/json-schemas/heat-table.schema.json.d.ts +23 -0
  54. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +39 -453
  55. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +18 -13
  56. package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
  57. package/assets/json-schemas/image-options.schema.json.d.ts +8 -8
  58. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  59. package/assets/json-schemas/line-chart-options.schema.json.d.ts +131 -536
  60. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +23 -19
  61. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  62. package/assets/json-schemas/marker-map-options.schema.json.d.ts +32 -449
  63. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +18 -13
  64. package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
  65. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +1173 -0
  66. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +582 -0
  67. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +23 -0
  68. package/assets/json-schemas/options.schema.json.d.ts +59 -35
  69. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +729 -0
  70. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +482 -0
  71. package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +23 -0
  72. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +114 -523
  73. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +23 -19
  74. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  75. package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +1191 -0
  76. package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +517 -0
  77. package/assets/json-schemas/pyramid-chart.schema.json.d.ts +23 -0
  78. package/assets/json-schemas/radar-chart-options.schema.json.d.ts +866 -0
  79. package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +518 -0
  80. package/assets/json-schemas/radar-chart.schema.json.d.ts +23 -0
  81. package/assets/json-schemas/regular-table-options.schema.json.d.ts +110 -520
  82. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +15 -11
  83. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  84. package/assets/json-schemas/route-map-options.schema.json.d.ts +32 -449
  85. package/assets/json-schemas/route-map-slots.schema.json.d.ts +25 -20
  86. package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
  87. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +117 -524
  88. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +27 -23
  89. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  90. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +124 -528
  91. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +31 -27
  92. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  93. package/assets/json-schemas/search-filter-options.schema.json.d.ts +27 -415
  94. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +15 -11
  95. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  96. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +28 -416
  97. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +19 -15
  98. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  99. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +28 -416
  100. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +12 -9
  101. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  102. package/assets/json-schemas/slots.schema.json.d.ts +56 -32
  103. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +28 -436
  104. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +24 -19
  105. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
  106. package/assets/json-schemas/spike-map-options.schema.json.d.ts +39 -453
  107. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +22 -17
  108. package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
  109. package/assets/json-schemas/strip-plot-options.schema.json.d.ts +723 -0
  110. package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +485 -0
  111. package/assets/json-schemas/strip-plot.schema.json.d.ts +23 -0
  112. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +1024 -0
  113. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +485 -0
  114. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +23 -0
  115. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +39 -453
  116. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +21 -16
  117. package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
  118. package/assets/json-schemas/text-options.schema.json.d.ts +9 -22
  119. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  120. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +125 -2604
  121. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +29 -24
  122. package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
  123. package/assets/json-schemas/video-options.schema.json.d.ts +8 -21
  124. package/assets/json-schemas/video.schema.json.d.ts +2 -2
  125. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  126. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +124 -2603
  127. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +21 -17
  128. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
  129. package/index.js +407 -325
  130. package/index.mjs +27332 -42237
  131. package/json-schemas.d.ts +16188 -33824
  132. package/json-schemas.d.ts.map +1 -1
  133. package/package.json +1 -1
  134. package/src/index.d.ts +1 -1
  135. package/src/index.d.ts.map +1 -1
  136. package/src/lib/area-chart/area-chart-options.d.ts +33 -11
  137. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  138. package/src/lib/bar-chart/bar-chart-options.d.ts +13 -11
  139. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  140. package/src/lib/box-plot/box-plot-options.d.ts +9 -8
  141. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  142. package/src/lib/bubble-chart/bubble-chart-options.d.ts +13 -11
  143. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  144. package/src/lib/bullet-chart/bullet-chart-options.d.ts +9 -8
  145. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  146. package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -10
  147. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  148. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +84 -0
  149. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -0
  150. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +29 -0
  151. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -0
  152. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +24 -0
  153. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -0
  154. package/src/lib/circle-pack-chart/index.d.ts +3 -0
  155. package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
  156. package/src/lib/circular-gauge/circular-gauge-options.d.ts +8 -7
  157. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  158. package/src/lib/column-chart/column-chart-options.d.ts +13 -11
  159. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  160. package/src/lib/combination-chart/combination-chart-options.d.ts +4 -3
  161. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  162. package/src/lib/conditional-number/conditional-number-options.d.ts +6 -5
  163. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  164. package/src/lib/date-filter/date-filter-options.d.ts +1 -1
  165. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  166. package/src/lib/donut-chart/donut-chart-options.d.ts +16 -12
  167. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  168. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
  169. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  170. package/src/lib/evolution-number/evolution-number-options.d.ts +20 -4
  171. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  172. package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -11
  173. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  174. package/src/lib/heat-map/heat-map-options.d.ts +3 -2
  175. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
  176. package/src/lib/heat-table/heat-table-options.d.ts +187 -0
  177. package/src/lib/heat-table/heat-table-options.d.ts.map +1 -0
  178. package/src/lib/heat-table/heat-table-slots.d.ts +41 -0
  179. package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -0
  180. package/src/lib/heat-table/heat-table.d.ts +24 -0
  181. package/src/lib/heat-table/heat-table.d.ts.map +1 -0
  182. package/src/lib/heat-table/index.d.ts +3 -0
  183. package/src/lib/heat-table/index.d.ts.map +1 -1
  184. package/src/lib/hexbin-map/hexbin-map-options.d.ts +5 -4
  185. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
  186. package/src/lib/line-chart/line-chart-options.d.ts +30 -12
  187. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  188. package/src/lib/marker-map/marker-map-options.d.ts +5 -4
  189. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
  190. package/src/lib/ohlc-chart/index.d.ts +3 -0
  191. package/src/lib/ohlc-chart/index.d.ts.map +1 -1
  192. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +202 -0
  193. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -0
  194. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts +63 -0
  195. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -0
  196. package/src/lib/ohlc-chart/ohlc-chart.d.ts +24 -0
  197. package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -0
  198. package/src/lib/parallel-coordinates-plot/index.d.ts +3 -0
  199. package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
  200. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +60 -0
  201. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -0
  202. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts +29 -0
  203. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -0
  204. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts +24 -0
  205. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -0
  206. package/src/lib/pivot-table/pivot-table-options.d.ts +9 -8
  207. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  208. package/src/lib/pyramid-chart/index.d.ts +3 -0
  209. package/src/lib/pyramid-chart/index.d.ts.map +1 -1
  210. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +177 -0
  211. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -0
  212. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts +40 -0
  213. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -0
  214. package/src/lib/pyramid-chart/pyramid-chart.d.ts +24 -0
  215. package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -0
  216. package/src/lib/radar-chart/index.d.ts +3 -0
  217. package/src/lib/radar-chart/index.d.ts.map +1 -1
  218. package/src/lib/radar-chart/radar-chart-options.d.ts +79 -0
  219. package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -0
  220. package/src/lib/radar-chart/radar-chart-slots.d.ts +41 -0
  221. package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -0
  222. package/src/lib/radar-chart/radar-chart.d.ts +24 -0
  223. package/src/lib/radar-chart/radar-chart.d.ts.map +1 -0
  224. package/src/lib/regular-table/regular-table-options.d.ts +6 -5
  225. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  226. package/src/lib/route-map/route-map-options.d.ts +3 -2
  227. package/src/lib/route-map/route-map-options.d.ts.map +1 -1
  228. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +8 -7
  229. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  230. package/src/lib/scatter-plot/scatter-plot-options.d.ts +11 -10
  231. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  232. package/src/lib/search-filter/search-filter-options.d.ts +2 -2
  233. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  234. package/src/lib/shared/common.d.ts +1 -1
  235. package/src/lib/shared/interactivity-export.d.ts +2 -1
  236. package/src/lib/shared/interactivity-export.d.ts.map +1 -1
  237. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +36 -7
  238. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
  239. package/src/lib/shared/legend.d.ts +1 -1
  240. package/src/lib/shared/period-over-period.d.ts +2 -0
  241. package/src/lib/shared/period-over-period.d.ts.map +1 -1
  242. package/src/lib/shared/slots.d.ts +2 -1
  243. package/src/lib/shared/slots.d.ts.map +1 -1
  244. package/src/lib/shared/theme.d.ts +21 -19
  245. package/src/lib/shared/theme.d.ts.map +1 -1
  246. package/src/lib/shared/title.d.ts +1 -1
  247. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -1
  248. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  249. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +2 -1
  250. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
  251. package/src/lib/spike-map/spike-map-options.d.ts +3 -2
  252. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
  253. package/src/lib/strip-plot/index.d.ts +3 -0
  254. package/src/lib/strip-plot/index.d.ts.map +1 -1
  255. package/src/lib/strip-plot/strip-plot-options.d.ts +51 -0
  256. package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -0
  257. package/src/lib/strip-plot/strip-plot-slots.d.ts +29 -0
  258. package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -0
  259. package/src/lib/strip-plot/strip-plot.d.ts +24 -0
  260. package/src/lib/strip-plot/strip-plot.d.ts.map +1 -0
  261. package/src/lib/sunburst-chart/index.d.ts +3 -0
  262. package/src/lib/sunburst-chart/index.d.ts.map +1 -1
  263. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +89 -0
  264. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -0
  265. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +29 -0
  266. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts.map +1 -0
  267. package/src/lib/sunburst-chart/sunburst-chart.d.ts +24 -0
  268. package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -0
  269. package/src/lib/symbol-map/symbol-map-options.d.ts +4 -3
  270. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
  271. package/src/lib/text/text-options.d.ts +1 -1
  272. package/src/lib/text/text-options.d.ts.map +1 -1
  273. package/src/lib/treemap-chart/treemap-chart-options.d.ts +4 -2
  274. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
  275. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +3 -1
  276. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
  277. package/src/options.d.ts +9 -1
  278. package/src/options.d.ts.map +1 -1
  279. package/src/slots.d.ts +0 -35
  280. package/src/slots.d.ts.map +0 -1
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/wordcloud-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/wordcloud-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "categories": {
@@ -36,2185 +36,100 @@ declare const _default: {
36
36
  "interactivity": {
37
37
  "description": "Interactivity options",
38
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
- ]
39
+ "customEvents": {
40
+ "anyOf": [
41
+ {
42
+ "properties": {
43
+ "events": {
44
+ "items": {
45
+ "description": "Custom event configuration",
46
+ "properties": {
47
+ "label": {
48
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
49
+ "type": "object"
50
+ },
51
+ "name": {
52
+ "description": "Custom event name",
53
+ "type": "string"
54
+ }
1925
55
  },
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
56
  "type": "object"
1945
57
  },
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
- }
58
+ "type": "array"
1999
59
  },
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
- ]
60
+ "extraData": {
61
+ "items": {
62
+ "properties": {
63
+ "aggregation": {
64
+ "description": "Aggregation query type",
65
+ "enum": [
66
+ "average",
67
+ "count",
68
+ "cumulativesum",
69
+ "distinctcount",
70
+ "histogram",
71
+ "max",
72
+ "median",
73
+ "min",
74
+ "rate",
75
+ "stddev",
76
+ "sum",
77
+ "weightedaverage"
78
+ ],
79
+ "type": "string"
80
+ },
81
+ "columnId": {
82
+ "description": "Column id",
83
+ "format": "uuid",
84
+ "type": "string"
85
+ },
86
+ "datasetId": {
87
+ "description": "Dataset id",
88
+ "format": "uuid",
89
+ "type": "string"
90
+ },
91
+ "formulaId": {
92
+ "description": "Formula id",
93
+ "format": "uuid",
94
+ "type": "string"
95
+ },
96
+ "label": {
97
+ "description": "Label",
98
+ "type": "string"
99
+ },
100
+ "weightedColumnId": {
101
+ "description": "Weighted column id",
102
+ "format": "uuid",
103
+ "type": "string"
104
+ },
105
+ "weightedDatasetId": {
106
+ "description": "Weighted dataset id",
107
+ "format": "uuid",
108
+ "type": "string"
109
+ }
2067
110
  },
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
111
  "type": "object"
2087
112
  },
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"
113
+ "type": "array"
114
+ }
2143
115
  },
2144
- "type": "array"
116
+ "type": "object"
2145
117
  },
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"
118
+ {
119
+ "type": "null"
2216
120
  }
2217
- },
121
+ ],
122
+ "description": "Custom events interactivity option"
123
+ },
124
+ "customTooltip": {
125
+ "default": null,
126
+ "description": "Custom tooltip in a key-value format. The key is the language code and the value is the content in that language.",
127
+ "examples": [
128
+ {
129
+ "de": "Hallo Welt",
130
+ "en": "Hello World"
131
+ }
132
+ ],
2218
133
  "type": "object"
2219
134
  },
2220
135
  "exportTypes": {
@@ -2223,7 +138,7 @@ declare const _default: {
2223
138
  "csv",
2224
139
  "png"
2225
140
  ],
2226
- "description": "Export types interactivity option",
141
+ "description": "Export types interactivity option. The export button appears when hovering the chart. If the empty array is provided, the export button is not shown.",
2227
142
  "items": {
2228
143
  "description": "Export types",
2229
144
  "enum": [
@@ -2243,364 +158,25 @@ declare const _default: {
2243
158
  "items": {
2244
159
  "description": "Measure dimension picker configuration",
2245
160
  "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
161
  "order": {
162
+ "description": "Order",
163
+ "examples": [
164
+ 0,
165
+ 9999
166
+ ],
2598
167
  "type": "number"
2599
168
  },
2600
169
  "slot": {
170
+ "description": "Slot name",
171
+ "examples": [
172
+ "measure",
173
+ "dimension",
174
+ "legend"
175
+ ],
2601
176
  "type": "string"
2602
177
  },
2603
178
  "values": {
179
+ "description": "An array of columns for the current picker",
2604
180
  "items": {
2605
181
  "properties": {
2606
182
  "aggregationFunc": {
@@ -2636,6 +212,7 @@ declare const _default: {
2636
212
  "currency",
2637
213
  "duration",
2638
214
  "hierarchy_element_expression",
215
+ "ip_address",
2639
216
  "topography"
2640
217
  ],
2641
218
  "type": "string"
@@ -2669,36 +246,6 @@ declare const _default: {
2669
246
  "string"
2670
247
  ]
2671
248
  },
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
249
  "columnId": {
2703
250
  "description": "Column id",
2704
251
  "format": "uuid",
@@ -2773,13 +320,6 @@ declare const _default: {
2773
320
  },
2774
321
  "type": "object"
2775
322
  },
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
323
  "label": {
2784
324
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2785
325
  "type": "object"
@@ -2827,6 +367,7 @@ declare const _default: {
2827
367
  "enum": [
2828
368
  "none",
2829
369
  "past",
370
+ "absoluteChange",
2830
371
  "percentageChange"
2831
372
  ],
2832
373
  "type": "string"
@@ -2834,10 +375,8 @@ declare const _default: {
2834
375
  },
2835
376
  "type": "object"
2836
377
  },
2837
- "readonly": {
2838
- "type": "boolean"
2839
- },
2840
378
  "selected": {
379
+ "description": "Selected item",
2841
380
  "type": "boolean"
2842
381
  },
2843
382
  "subtype": {
@@ -2850,6 +389,7 @@ declare const _default: {
2850
389
  "datetime",
2851
390
  "duration",
2852
391
  "hierarchy_element_expression",
392
+ "ip_address",
2853
393
  "topography"
2854
394
  ],
2855
395
  "type": "string"
@@ -3078,7 +618,7 @@ declare const _default: {
3078
618
  "description": "Custom border styling",
3079
619
  "properties": {
3080
620
  "border-bottom-width": {
3081
- "description": "Border bottom width",
621
+ "description": "Border bottom width, it is visible when a border style and color are set",
3082
622
  "examples": [
3083
623
  "0px",
3084
624
  "1px",
@@ -3087,7 +627,7 @@ declare const _default: {
3087
627
  "type": "string"
3088
628
  },
3089
629
  "border-color": {
3090
- "description": "Border color",
630
+ "description": "Border color, it is visible when a border style and width are set",
3091
631
  "examples": [
3092
632
  "rgba(216, 216, 216, 1)",
3093
633
  "rgb(147, 146, 148)"
@@ -3095,7 +635,7 @@ declare const _default: {
3095
635
  "type": "string"
3096
636
  },
3097
637
  "border-left-width": {
3098
- "description": "Border left width",
638
+ "description": "Border left width, it is visible when a border style and color are set",
3099
639
  "examples": [
3100
640
  "0px",
3101
641
  "1px",
@@ -3113,7 +653,7 @@ declare const _default: {
3113
653
  "type": "string"
3114
654
  },
3115
655
  "border-right-width": {
3116
- "description": "Border right width",
656
+ "description": "Border right width, it is visible when a border style and color are set",
3117
657
  "examples": [
3118
658
  "0px",
3119
659
  "1px",
@@ -3122,7 +662,7 @@ declare const _default: {
3122
662
  "type": "string"
3123
663
  },
3124
664
  "border-style": {
3125
- "description": "Border style",
665
+ "description": "Border style, it is visible when a border color and width are set",
3126
666
  "examples": [
3127
667
  "none",
3128
668
  "solid",
@@ -3132,7 +672,7 @@ declare const _default: {
3132
672
  "type": "string"
3133
673
  },
3134
674
  "border-top-width": {
3135
- "description": "Border top width",
675
+ "description": "Border top width, it is visible when a border style and color are set",
3136
676
  "examples": [
3137
677
  "0px",
3138
678
  "1px",
@@ -3174,12 +714,15 @@ declare const _default: {
3174
714
  "type": "object"
3175
715
  },
3176
716
  "colors": {
3177
- "description": "Custom color palette",
717
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
3178
718
  "examples": [
3179
719
  [
3180
- "rgb(68, 52, 255)",
3181
- "rgb(68, 52, 255)",
3182
- "rgb(218, 214, 255)"
720
+ "red",
721
+ "green",
722
+ "blue",
723
+ "yellow",
724
+ "orange",
725
+ "purple"
3183
726
  ]
3184
727
  ],
3185
728
  "items": {
@@ -3190,19 +733,6 @@ declare const _default: {
3190
733
  "font": {
3191
734
  "description": "Custom font styling",
3192
735
  "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
736
  "fontFamily": {
3207
737
  "description": "Font family",
3208
738
  "examples": [
@@ -3215,7 +745,7 @@ declare const _default: {
3215
745
  "type": "string"
3216
746
  },
3217
747
  "fontSize": {
3218
- "description": "Font size in px",
748
+ "description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
3219
749
  "examples": [
3220
750
  10,
3221
751
  15,
@@ -3244,10 +774,10 @@ declare const _default: {
3244
774
  "type": "string"
3245
775
  },
3246
776
  "legend": {
3247
- "description": "Custom legend styling",
777
+ "description": "Custom legend styling, it's applied if the legend is displayed",
3248
778
  "properties": {
3249
779
  "fontSize": {
3250
- "description": "Legend font size in px",
780
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3251
781
  "examples": [
3252
782
  12,
3253
783
  16
@@ -3281,7 +811,7 @@ declare const _default: {
3281
811
  "type": "object"
3282
812
  },
3283
813
  "title": {
3284
- "description": "Custom title styling",
814
+ "description": "Custom title styling, it's applied if the title is displayed",
3285
815
  "properties": {
3286
816
  "align": {
3287
817
  "description": "Title align",
@@ -3314,7 +844,7 @@ declare const _default: {
3314
844
  "type": "boolean"
3315
845
  },
3316
846
  "fontSize": {
3317
- "description": "Title's font size in px",
847
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3318
848
  "examples": [
3319
849
  16,
3320
850
  20
@@ -3350,7 +880,7 @@ declare const _default: {
3350
880
  "type": "object"
3351
881
  },
3352
882
  "tooltip": {
3353
- "description": "Custom tooltip styling",
883
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
3354
884
  "properties": {
3355
885
  "background": {
3356
886
  "description": "Tooltip's background",
@@ -3363,16 +893,7 @@ declare const _default: {
3363
893
  "type": "string"
3364
894
  },
3365
895
  "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",
896
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3376
897
  "examples": [
3377
898
  12,
3378
899
  16,
@@ -3381,7 +902,7 @@ declare const _default: {
3381
902
  "type": "number"
3382
903
  },
3383
904
  "opacity": {
3384
- "description": "Tooltip's opacity",
905
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
3385
906
  "examples": [
3386
907
  0.5,
3387
908
  0.8,
@@ -3411,7 +932,7 @@ declare const _default: {
3411
932
  "type": "string"
3412
933
  },
3413
934
  "title": {
3414
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
935
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
3415
936
  "examples": [
3416
937
  {
3417
938
  "en": "Title"