@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/bubble-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/bubble-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "bubbleLabels": {
@@ -68,2174 +68,99 @@ declare const _default: {
68
68
  "interactivity": {
69
69
  "description": "Interactivity options",
70
70
  "properties": {
71
- "availableExportTypes": {
72
- "default": [
73
- "xlsx",
74
- "csv",
75
- "png"
76
- ],
77
- "description": "Available export types interactivity option",
78
- "items": {
79
- "description": "Export types",
80
- "enum": [
81
- "csv",
82
- "csv-raw",
83
- "png",
84
- "xlsx",
85
- "xlsx-raw"
86
- ],
87
- "type": "string"
88
- },
89
- "type": "array"
90
- },
91
- "customEvents": {
92
- "default": null,
93
- "description": "Custom events interactivity option",
94
- "properties": {
95
- "events": {
96
- "items": {
97
- "description": "Custom event configuration",
98
- "properties": {
99
- "label": {
100
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
101
- "type": "object"
102
- },
103
- "name": {
104
- "description": "Custom event name",
105
- "type": "string"
106
- }
107
- },
108
- "type": "object"
109
- },
110
- "type": "array"
111
- },
112
- "extraData": {
113
- "items": {
114
- "properties": {
115
- "aggregation": {
116
- "description": "Aggregation query type",
117
- "enum": [
118
- "average",
119
- "count",
120
- "cumulativesum",
121
- "distinctcount",
122
- "histogram",
123
- "max",
124
- "median",
125
- "min",
126
- "rate",
127
- "stddev",
128
- "sum",
129
- "weightedaverage"
130
- ],
131
- "type": "string"
132
- },
133
- "columnId": {
134
- "description": "Column id",
135
- "format": "uuid",
136
- "type": "string"
137
- },
138
- "datasetId": {
139
- "description": "Dataset id",
140
- "format": "uuid",
141
- "type": "string"
142
- },
143
- "formulaId": {
144
- "description": "Formula id",
145
- "format": "uuid",
146
- "type": "string"
147
- },
148
- "label": {
149
- "description": "Label",
150
- "type": "string"
151
- },
152
- "weightedColumnId": {
153
- "description": "Weighted column id",
154
- "format": "uuid",
155
- "type": "string"
156
- },
157
- "weightedDatasetId": {
158
- "description": "Weighted dataset id",
159
- "format": "uuid",
160
- "type": "string"
161
- }
162
- },
163
- "type": "object"
164
- },
165
- "type": "array"
166
- }
167
- },
168
- "type": "object"
169
- },
170
- "customTooltip": {
171
- "default": null,
172
- "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
173
- "type": "object"
174
- },
175
- "drilldown": {
176
- "description": "Drilldown interactivity option",
177
- "properties": {
178
- "category": {
179
- "items": {
180
- "properties": {
181
- "active": {
182
- "type": "boolean"
183
- },
184
- "drillPath": {
185
- "type": "number"
186
- },
187
- "label": {
188
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
189
- "type": "object"
190
- },
191
- "values": {
192
- "items": {
193
- "anyOf": [
194
- {
195
- "properties": {
196
- "active": {
197
- "type": "boolean"
198
- },
199
- "levels": {
200
- "items": {
201
- "type": "number"
202
- },
203
- "type": "array"
204
- },
205
- "order": {
206
- "type": "number"
207
- },
208
- "type": {
209
- "const": "level",
210
- "type": "string"
211
- }
212
- },
213
- "type": "object"
214
- },
215
- {
216
- "properties": {
217
- "active": {
218
- "description": "Is active",
219
- "type": "boolean"
220
- },
221
- "drilldownColumn": {
222
- "type": "object"
223
- },
224
- "label": {
225
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
226
- "type": "object"
227
- },
228
- "order": {
229
- "description": "Order",
230
- "type": "number"
231
- },
232
- "type": {
233
- "const": "other",
234
- "description": "Type of drilldown",
235
- "type": "string"
236
- }
237
- },
238
- "type": "object"
239
- }
240
- ]
241
- },
242
- "type": "array"
243
- }
244
- },
245
- "type": "object"
246
- },
247
- "type": "array"
248
- },
249
- "close": {
250
- "items": {
251
- "properties": {
252
- "active": {
253
- "type": "boolean"
254
- },
255
- "drillPath": {
256
- "type": "number"
257
- },
258
- "label": {
259
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
260
- "type": "object"
261
- },
262
- "values": {
263
- "items": {
264
- "anyOf": [
265
- {
266
- "properties": {
267
- "active": {
268
- "type": "boolean"
269
- },
270
- "levels": {
271
- "items": {
272
- "type": "number"
273
- },
274
- "type": "array"
275
- },
276
- "order": {
277
- "type": "number"
278
- },
279
- "type": {
280
- "const": "level",
281
- "type": "string"
282
- }
283
- },
284
- "type": "object"
285
- },
286
- {
287
- "properties": {
288
- "active": {
289
- "description": "Is active",
290
- "type": "boolean"
291
- },
292
- "drilldownColumn": {
293
- "type": "object"
294
- },
295
- "label": {
296
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
297
- "type": "object"
298
- },
299
- "order": {
300
- "description": "Order",
301
- "type": "number"
302
- },
303
- "type": {
304
- "const": "other",
305
- "description": "Type of drilldown",
306
- "type": "string"
307
- }
308
- },
309
- "type": "object"
310
- }
311
- ]
312
- },
313
- "type": "array"
314
- }
315
- },
316
- "type": "object"
317
- },
318
- "type": "array"
319
- },
320
- "color": {
321
- "items": {
322
- "properties": {
323
- "active": {
324
- "type": "boolean"
325
- },
326
- "drillPath": {
327
- "type": "number"
328
- },
329
- "label": {
330
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
331
- "type": "object"
332
- },
333
- "values": {
334
- "items": {
335
- "anyOf": [
336
- {
337
- "properties": {
338
- "active": {
339
- "type": "boolean"
340
- },
341
- "levels": {
342
- "items": {
343
- "type": "number"
344
- },
345
- "type": "array"
346
- },
347
- "order": {
348
- "type": "number"
349
- },
350
- "type": {
351
- "const": "level",
352
- "type": "string"
353
- }
354
- },
355
- "type": "object"
356
- },
357
- {
358
- "properties": {
359
- "active": {
360
- "description": "Is active",
361
- "type": "boolean"
362
- },
363
- "drilldownColumn": {
364
- "type": "object"
365
- },
366
- "label": {
367
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
368
- "type": "object"
369
- },
370
- "order": {
371
- "description": "Order",
372
- "type": "number"
373
- },
374
- "type": {
375
- "const": "other",
376
- "description": "Type of drilldown",
377
- "type": "string"
378
- }
379
- },
380
- "type": "object"
381
- }
382
- ]
383
- },
384
- "type": "array"
385
- }
386
- },
387
- "type": "object"
388
- },
389
- "type": "array"
390
- },
391
- "column": {
392
- "items": {
393
- "properties": {
394
- "active": {
395
- "type": "boolean"
396
- },
397
- "drillPath": {
398
- "type": "number"
399
- },
400
- "label": {
401
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
402
- "type": "object"
403
- },
404
- "values": {
405
- "items": {
406
- "anyOf": [
407
- {
408
- "properties": {
409
- "active": {
410
- "type": "boolean"
411
- },
412
- "levels": {
413
- "items": {
414
- "type": "number"
415
- },
416
- "type": "array"
417
- },
418
- "order": {
419
- "type": "number"
420
- },
421
- "type": {
422
- "const": "level",
423
- "type": "string"
424
- }
425
- },
426
- "type": "object"
427
- },
428
- {
429
- "properties": {
430
- "active": {
431
- "description": "Is active",
432
- "type": "boolean"
433
- },
434
- "drilldownColumn": {
435
- "type": "object"
436
- },
437
- "label": {
438
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
439
- "type": "object"
440
- },
441
- "order": {
442
- "description": "Order",
443
- "type": "number"
444
- },
445
- "type": {
446
- "const": "other",
447
- "description": "Type of drilldown",
448
- "type": "string"
449
- }
450
- },
451
- "type": "object"
452
- }
453
- ]
454
- },
455
- "type": "array"
456
- }
457
- },
458
- "type": "object"
459
- },
460
- "type": "array"
461
- },
462
- "columns": {
463
- "items": {
464
- "properties": {
465
- "active": {
466
- "type": "boolean"
467
- },
468
- "drillPath": {
469
- "type": "number"
470
- },
471
- "label": {
472
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
473
- "type": "object"
474
- },
475
- "values": {
476
- "items": {
477
- "anyOf": [
478
- {
479
- "properties": {
480
- "active": {
481
- "type": "boolean"
482
- },
483
- "levels": {
484
- "items": {
485
- "type": "number"
486
- },
487
- "type": "array"
488
- },
489
- "order": {
490
- "type": "number"
491
- },
492
- "type": {
493
- "const": "level",
494
- "type": "string"
495
- }
496
- },
497
- "type": "object"
498
- },
499
- {
500
- "properties": {
501
- "active": {
502
- "description": "Is active",
503
- "type": "boolean"
504
- },
505
- "drilldownColumn": {
506
- "type": "object"
507
- },
508
- "label": {
509
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
510
- "type": "object"
511
- },
512
- "order": {
513
- "description": "Order",
514
- "type": "number"
515
- },
516
- "type": {
517
- "const": "other",
518
- "description": "Type of drilldown",
519
- "type": "string"
520
- }
521
- },
522
- "type": "object"
523
- }
524
- ]
525
- },
526
- "type": "array"
527
- }
528
- },
529
- "type": "object"
530
- },
531
- "type": "array"
532
- },
533
- "coordinates": {
534
- "items": {
535
- "properties": {
536
- "active": {
537
- "type": "boolean"
538
- },
539
- "drillPath": {
540
- "type": "number"
541
- },
542
- "label": {
543
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
544
- "type": "object"
545
- },
546
- "values": {
547
- "items": {
548
- "anyOf": [
549
- {
550
- "properties": {
551
- "active": {
552
- "type": "boolean"
553
- },
554
- "levels": {
555
- "items": {
556
- "type": "number"
557
- },
558
- "type": "array"
559
- },
560
- "order": {
561
- "type": "number"
562
- },
563
- "type": {
564
- "const": "level",
565
- "type": "string"
566
- }
567
- },
568
- "type": "object"
569
- },
570
- {
571
- "properties": {
572
- "active": {
573
- "description": "Is active",
574
- "type": "boolean"
575
- },
576
- "drilldownColumn": {
577
- "type": "object"
578
- },
579
- "label": {
580
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
581
- "type": "object"
582
- },
583
- "order": {
584
- "description": "Order",
585
- "type": "number"
586
- },
587
- "type": {
588
- "const": "other",
589
- "description": "Type of drilldown",
590
- "type": "string"
591
- }
592
- },
593
- "type": "object"
594
- }
595
- ]
596
- },
597
- "type": "array"
598
- }
599
- },
600
- "type": "object"
601
- },
602
- "type": "array"
603
- },
604
- "destination": {
605
- "items": {
606
- "properties": {
607
- "active": {
608
- "type": "boolean"
609
- },
610
- "drillPath": {
611
- "type": "number"
612
- },
613
- "label": {
614
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
615
- "type": "object"
616
- },
617
- "values": {
618
- "items": {
619
- "anyOf": [
620
- {
621
- "properties": {
622
- "active": {
623
- "type": "boolean"
624
- },
625
- "levels": {
626
- "items": {
627
- "type": "number"
628
- },
629
- "type": "array"
630
- },
631
- "order": {
632
- "type": "number"
633
- },
634
- "type": {
635
- "const": "level",
636
- "type": "string"
637
- }
638
- },
639
- "type": "object"
640
- },
641
- {
642
- "properties": {
643
- "active": {
644
- "description": "Is active",
645
- "type": "boolean"
646
- },
647
- "drilldownColumn": {
648
- "type": "object"
649
- },
650
- "label": {
651
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
652
- "type": "object"
653
- },
654
- "order": {
655
- "description": "Order",
656
- "type": "number"
657
- },
658
- "type": {
659
- "const": "other",
660
- "description": "Type of drilldown",
661
- "type": "string"
662
- }
663
- },
664
- "type": "object"
665
- }
666
- ]
667
- },
668
- "type": "array"
669
- }
670
- },
671
- "type": "object"
672
- },
673
- "type": "array"
674
- },
675
- "dimension": {
676
- "items": {
677
- "properties": {
678
- "active": {
679
- "type": "boolean"
680
- },
681
- "drillPath": {
682
- "type": "number"
683
- },
684
- "label": {
685
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
686
- "type": "object"
687
- },
688
- "values": {
689
- "items": {
690
- "anyOf": [
691
- {
692
- "properties": {
693
- "active": {
694
- "type": "boolean"
695
- },
696
- "levels": {
697
- "items": {
698
- "type": "number"
699
- },
700
- "type": "array"
701
- },
702
- "order": {
703
- "type": "number"
704
- },
705
- "type": {
706
- "const": "level",
707
- "type": "string"
708
- }
709
- },
710
- "type": "object"
711
- },
712
- {
713
- "properties": {
714
- "active": {
715
- "description": "Is active",
716
- "type": "boolean"
717
- },
718
- "drilldownColumn": {
719
- "type": "object"
720
- },
721
- "label": {
722
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
723
- "type": "object"
724
- },
725
- "order": {
726
- "description": "Order",
727
- "type": "number"
728
- },
729
- "type": {
730
- "const": "other",
731
- "description": "Type of drilldown",
732
- "type": "string"
733
- }
734
- },
735
- "type": "object"
736
- }
737
- ]
738
- },
739
- "type": "array"
740
- }
741
- },
742
- "type": "object"
743
- },
744
- "type": "array"
745
- },
746
- "evolution": {
747
- "items": {
748
- "properties": {
749
- "active": {
750
- "type": "boolean"
751
- },
752
- "drillPath": {
753
- "type": "number"
754
- },
755
- "label": {
756
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
757
- "type": "object"
758
- },
759
- "values": {
760
- "items": {
761
- "anyOf": [
762
- {
763
- "properties": {
764
- "active": {
765
- "type": "boolean"
766
- },
767
- "levels": {
768
- "items": {
769
- "type": "number"
770
- },
771
- "type": "array"
772
- },
773
- "order": {
774
- "type": "number"
775
- },
776
- "type": {
777
- "const": "level",
778
- "type": "string"
779
- }
780
- },
781
- "type": "object"
782
- },
783
- {
784
- "properties": {
785
- "active": {
786
- "description": "Is active",
787
- "type": "boolean"
788
- },
789
- "drilldownColumn": {
790
- "type": "object"
791
- },
792
- "label": {
793
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
794
- "type": "object"
795
- },
796
- "order": {
797
- "description": "Order",
798
- "type": "number"
799
- },
800
- "type": {
801
- "const": "other",
802
- "description": "Type of drilldown",
803
- "type": "string"
804
- }
805
- },
806
- "type": "object"
807
- }
808
- ]
809
- },
810
- "type": "array"
811
- }
812
- },
813
- "type": "object"
814
- },
815
- "type": "array"
816
- },
817
- "geo": {
818
- "items": {
819
- "properties": {
820
- "active": {
821
- "type": "boolean"
822
- },
823
- "drillPath": {
824
- "type": "number"
825
- },
826
- "label": {
827
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
828
- "type": "object"
829
- },
830
- "values": {
831
- "items": {
832
- "anyOf": [
833
- {
834
- "properties": {
835
- "active": {
836
- "type": "boolean"
837
- },
838
- "levels": {
839
- "items": {
840
- "type": "number"
841
- },
842
- "type": "array"
843
- },
844
- "order": {
845
- "type": "number"
846
- },
847
- "type": {
848
- "const": "level",
849
- "type": "string"
850
- }
851
- },
852
- "type": "object"
853
- },
854
- {
855
- "properties": {
856
- "active": {
857
- "description": "Is active",
858
- "type": "boolean"
859
- },
860
- "drilldownColumn": {
861
- "type": "object"
862
- },
863
- "label": {
864
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
865
- "type": "object"
866
- },
867
- "order": {
868
- "description": "Order",
869
- "type": "number"
870
- },
871
- "type": {
872
- "const": "other",
873
- "description": "Type of drilldown",
874
- "type": "string"
875
- }
876
- },
877
- "type": "object"
878
- }
879
- ]
880
- },
881
- "type": "array"
882
- }
883
- },
884
- "type": "object"
885
- },
886
- "type": "array"
887
- },
888
- "high": {
889
- "items": {
890
- "properties": {
891
- "active": {
892
- "type": "boolean"
893
- },
894
- "drillPath": {
895
- "type": "number"
896
- },
897
- "label": {
898
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
899
- "type": "object"
900
- },
901
- "values": {
902
- "items": {
903
- "anyOf": [
904
- {
905
- "properties": {
906
- "active": {
907
- "type": "boolean"
908
- },
909
- "levels": {
910
- "items": {
911
- "type": "number"
912
- },
913
- "type": "array"
914
- },
915
- "order": {
916
- "type": "number"
917
- },
918
- "type": {
919
- "const": "level",
920
- "type": "string"
921
- }
922
- },
923
- "type": "object"
924
- },
925
- {
926
- "properties": {
927
- "active": {
928
- "description": "Is active",
929
- "type": "boolean"
930
- },
931
- "drilldownColumn": {
932
- "type": "object"
933
- },
934
- "label": {
935
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
936
- "type": "object"
937
- },
938
- "order": {
939
- "description": "Order",
940
- "type": "number"
941
- },
942
- "type": {
943
- "const": "other",
944
- "description": "Type of drilldown",
945
- "type": "string"
946
- }
947
- },
948
- "type": "object"
949
- }
950
- ]
951
- },
952
- "type": "array"
953
- }
954
- },
955
- "type": "object"
956
- },
957
- "type": "array"
958
- },
959
- "identifier": {
960
- "items": {
961
- "properties": {
962
- "active": {
963
- "type": "boolean"
964
- },
965
- "drillPath": {
966
- "type": "number"
967
- },
968
- "label": {
969
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
970
- "type": "object"
971
- },
972
- "values": {
973
- "items": {
974
- "anyOf": [
975
- {
976
- "properties": {
977
- "active": {
978
- "type": "boolean"
979
- },
980
- "levels": {
981
- "items": {
982
- "type": "number"
983
- },
984
- "type": "array"
985
- },
986
- "order": {
987
- "type": "number"
988
- },
989
- "type": {
990
- "const": "level",
991
- "type": "string"
992
- }
993
- },
994
- "type": "object"
995
- },
996
- {
997
- "properties": {
998
- "active": {
999
- "description": "Is active",
1000
- "type": "boolean"
1001
- },
1002
- "drilldownColumn": {
1003
- "type": "object"
1004
- },
1005
- "label": {
1006
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1007
- "type": "object"
1008
- },
1009
- "order": {
1010
- "description": "Order",
1011
- "type": "number"
1012
- },
1013
- "type": {
1014
- "const": "other",
1015
- "description": "Type of drilldown",
1016
- "type": "string"
1017
- }
1018
- },
1019
- "type": "object"
1020
- }
1021
- ]
1022
- },
1023
- "type": "array"
1024
- }
1025
- },
1026
- "type": "object"
1027
- },
1028
- "type": "array"
1029
- },
1030
- "image": {
1031
- "items": {
1032
- "properties": {
1033
- "active": {
1034
- "type": "boolean"
1035
- },
1036
- "drillPath": {
1037
- "type": "number"
1038
- },
1039
- "label": {
1040
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1041
- "type": "object"
1042
- },
1043
- "values": {
1044
- "items": {
1045
- "anyOf": [
1046
- {
1047
- "properties": {
1048
- "active": {
1049
- "type": "boolean"
1050
- },
1051
- "levels": {
1052
- "items": {
1053
- "type": "number"
1054
- },
1055
- "type": "array"
1056
- },
1057
- "order": {
1058
- "type": "number"
1059
- },
1060
- "type": {
1061
- "const": "level",
1062
- "type": "string"
1063
- }
1064
- },
1065
- "type": "object"
1066
- },
1067
- {
1068
- "properties": {
1069
- "active": {
1070
- "description": "Is active",
1071
- "type": "boolean"
1072
- },
1073
- "drilldownColumn": {
1074
- "type": "object"
1075
- },
1076
- "label": {
1077
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1078
- "type": "object"
1079
- },
1080
- "order": {
1081
- "description": "Order",
1082
- "type": "number"
1083
- },
1084
- "type": {
1085
- "const": "other",
1086
- "description": "Type of drilldown",
1087
- "type": "string"
1088
- }
1089
- },
1090
- "type": "object"
1091
- }
1092
- ]
1093
- },
1094
- "type": "array"
1095
- }
1096
- },
1097
- "type": "object"
1098
- },
1099
- "type": "array"
1100
- },
1101
- "legend": {
1102
- "items": {
1103
- "properties": {
1104
- "active": {
1105
- "type": "boolean"
1106
- },
1107
- "drillPath": {
1108
- "type": "number"
1109
- },
1110
- "label": {
1111
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1112
- "type": "object"
1113
- },
1114
- "values": {
1115
- "items": {
1116
- "anyOf": [
1117
- {
1118
- "properties": {
1119
- "active": {
1120
- "type": "boolean"
1121
- },
1122
- "levels": {
1123
- "items": {
1124
- "type": "number"
1125
- },
1126
- "type": "array"
1127
- },
1128
- "order": {
1129
- "type": "number"
1130
- },
1131
- "type": {
1132
- "const": "level",
1133
- "type": "string"
1134
- }
1135
- },
1136
- "type": "object"
1137
- },
1138
- {
1139
- "properties": {
1140
- "active": {
1141
- "description": "Is active",
1142
- "type": "boolean"
1143
- },
1144
- "drilldownColumn": {
1145
- "type": "object"
1146
- },
1147
- "label": {
1148
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1149
- "type": "object"
1150
- },
1151
- "order": {
1152
- "description": "Order",
1153
- "type": "number"
1154
- },
1155
- "type": {
1156
- "const": "other",
1157
- "description": "Type of drilldown",
1158
- "type": "string"
1159
- }
1160
- },
1161
- "type": "object"
1162
- }
1163
- ]
1164
- },
1165
- "type": "array"
1166
- }
1167
- },
1168
- "type": "object"
1169
- },
1170
- "type": "array"
1171
- },
1172
- "levels": {
1173
- "items": {
1174
- "properties": {
1175
- "active": {
1176
- "type": "boolean"
1177
- },
1178
- "drillPath": {
1179
- "type": "number"
1180
- },
1181
- "label": {
1182
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1183
- "type": "object"
1184
- },
1185
- "values": {
1186
- "items": {
1187
- "anyOf": [
1188
- {
1189
- "properties": {
1190
- "active": {
1191
- "type": "boolean"
1192
- },
1193
- "levels": {
1194
- "items": {
1195
- "type": "number"
1196
- },
1197
- "type": "array"
1198
- },
1199
- "order": {
1200
- "type": "number"
1201
- },
1202
- "type": {
1203
- "const": "level",
1204
- "type": "string"
1205
- }
1206
- },
1207
- "type": "object"
1208
- },
1209
- {
1210
- "properties": {
1211
- "active": {
1212
- "description": "Is active",
1213
- "type": "boolean"
1214
- },
1215
- "drilldownColumn": {
1216
- "type": "object"
1217
- },
1218
- "label": {
1219
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1220
- "type": "object"
1221
- },
1222
- "order": {
1223
- "description": "Order",
1224
- "type": "number"
1225
- },
1226
- "type": {
1227
- "const": "other",
1228
- "description": "Type of drilldown",
1229
- "type": "string"
1230
- }
1231
- },
1232
- "type": "object"
1233
- }
1234
- ]
1235
- },
1236
- "type": "array"
1237
- }
1238
- },
1239
- "type": "object"
1240
- },
1241
- "type": "array"
1242
- },
1243
- "low": {
1244
- "items": {
1245
- "properties": {
1246
- "active": {
1247
- "type": "boolean"
1248
- },
1249
- "drillPath": {
1250
- "type": "number"
1251
- },
1252
- "label": {
1253
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1254
- "type": "object"
1255
- },
1256
- "values": {
1257
- "items": {
1258
- "anyOf": [
1259
- {
1260
- "properties": {
1261
- "active": {
1262
- "type": "boolean"
1263
- },
1264
- "levels": {
1265
- "items": {
1266
- "type": "number"
1267
- },
1268
- "type": "array"
1269
- },
1270
- "order": {
1271
- "type": "number"
1272
- },
1273
- "type": {
1274
- "const": "level",
1275
- "type": "string"
1276
- }
1277
- },
1278
- "type": "object"
1279
- },
1280
- {
1281
- "properties": {
1282
- "active": {
1283
- "description": "Is active",
1284
- "type": "boolean"
1285
- },
1286
- "drilldownColumn": {
1287
- "type": "object"
1288
- },
1289
- "label": {
1290
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1291
- "type": "object"
1292
- },
1293
- "order": {
1294
- "description": "Order",
1295
- "type": "number"
1296
- },
1297
- "type": {
1298
- "const": "other",
1299
- "description": "Type of drilldown",
1300
- "type": "string"
1301
- }
1302
- },
1303
- "type": "object"
1304
- }
1305
- ]
1306
- },
1307
- "type": "array"
1308
- }
1309
- },
1310
- "type": "object"
1311
- },
1312
- "type": "array"
1313
- },
1314
- "measure": {
1315
- "items": {
1316
- "properties": {
1317
- "active": {
1318
- "type": "boolean"
1319
- },
1320
- "drillPath": {
1321
- "type": "number"
1322
- },
1323
- "label": {
1324
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1325
- "type": "object"
1326
- },
1327
- "values": {
1328
- "items": {
1329
- "anyOf": [
1330
- {
1331
- "properties": {
1332
- "active": {
1333
- "type": "boolean"
1334
- },
1335
- "levels": {
1336
- "items": {
1337
- "type": "number"
1338
- },
1339
- "type": "array"
1340
- },
1341
- "order": {
1342
- "type": "number"
1343
- },
1344
- "type": {
1345
- "const": "level",
1346
- "type": "string"
1347
- }
1348
- },
1349
- "type": "object"
1350
- },
1351
- {
1352
- "properties": {
1353
- "active": {
1354
- "description": "Is active",
1355
- "type": "boolean"
1356
- },
1357
- "drilldownColumn": {
1358
- "type": "object"
1359
- },
1360
- "label": {
1361
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1362
- "type": "object"
1363
- },
1364
- "order": {
1365
- "description": "Order",
1366
- "type": "number"
1367
- },
1368
- "type": {
1369
- "const": "other",
1370
- "description": "Type of drilldown",
1371
- "type": "string"
1372
- }
1373
- },
1374
- "type": "object"
1375
- }
1376
- ]
1377
- },
1378
- "type": "array"
1379
- }
1380
- },
1381
- "type": "object"
1382
- },
1383
- "type": "array"
1384
- },
1385
- "name": {
1386
- "items": {
1387
- "properties": {
1388
- "active": {
1389
- "type": "boolean"
1390
- },
1391
- "drillPath": {
1392
- "type": "number"
1393
- },
1394
- "label": {
1395
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1396
- "type": "object"
1397
- },
1398
- "values": {
1399
- "items": {
1400
- "anyOf": [
1401
- {
1402
- "properties": {
1403
- "active": {
1404
- "type": "boolean"
1405
- },
1406
- "levels": {
1407
- "items": {
1408
- "type": "number"
1409
- },
1410
- "type": "array"
1411
- },
1412
- "order": {
1413
- "type": "number"
1414
- },
1415
- "type": {
1416
- "const": "level",
1417
- "type": "string"
1418
- }
1419
- },
1420
- "type": "object"
1421
- },
1422
- {
1423
- "properties": {
1424
- "active": {
1425
- "description": "Is active",
1426
- "type": "boolean"
1427
- },
1428
- "drilldownColumn": {
1429
- "type": "object"
1430
- },
1431
- "label": {
1432
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1433
- "type": "object"
1434
- },
1435
- "order": {
1436
- "description": "Order",
1437
- "type": "number"
1438
- },
1439
- "type": {
1440
- "const": "other",
1441
- "description": "Type of drilldown",
1442
- "type": "string"
1443
- }
1444
- },
1445
- "type": "object"
1446
- }
1447
- ]
1448
- },
1449
- "type": "array"
1450
- }
1451
- },
1452
- "type": "object"
1453
- },
1454
- "type": "array"
1455
- },
1456
- "open": {
1457
- "items": {
1458
- "properties": {
1459
- "active": {
1460
- "type": "boolean"
1461
- },
1462
- "drillPath": {
1463
- "type": "number"
1464
- },
1465
- "label": {
1466
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1467
- "type": "object"
1468
- },
1469
- "values": {
1470
- "items": {
1471
- "anyOf": [
1472
- {
1473
- "properties": {
1474
- "active": {
1475
- "type": "boolean"
1476
- },
1477
- "levels": {
1478
- "items": {
1479
- "type": "number"
1480
- },
1481
- "type": "array"
1482
- },
1483
- "order": {
1484
- "type": "number"
1485
- },
1486
- "type": {
1487
- "const": "level",
1488
- "type": "string"
1489
- }
1490
- },
1491
- "type": "object"
1492
- },
1493
- {
1494
- "properties": {
1495
- "active": {
1496
- "description": "Is active",
1497
- "type": "boolean"
1498
- },
1499
- "drilldownColumn": {
1500
- "type": "object"
1501
- },
1502
- "label": {
1503
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1504
- "type": "object"
1505
- },
1506
- "order": {
1507
- "description": "Order",
1508
- "type": "number"
1509
- },
1510
- "type": {
1511
- "const": "other",
1512
- "description": "Type of drilldown",
1513
- "type": "string"
1514
- }
1515
- },
1516
- "type": "object"
1517
- }
1518
- ]
1519
- },
1520
- "type": "array"
1521
- }
1522
- },
1523
- "type": "object"
1524
- },
1525
- "type": "array"
1526
- },
1527
- "order": {
1528
- "items": {
1529
- "properties": {
1530
- "active": {
1531
- "type": "boolean"
1532
- },
1533
- "drillPath": {
1534
- "type": "number"
1535
- },
1536
- "label": {
1537
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1538
- "type": "object"
1539
- },
1540
- "values": {
1541
- "items": {
1542
- "anyOf": [
1543
- {
1544
- "properties": {
1545
- "active": {
1546
- "type": "boolean"
1547
- },
1548
- "levels": {
1549
- "items": {
1550
- "type": "number"
1551
- },
1552
- "type": "array"
1553
- },
1554
- "order": {
1555
- "type": "number"
1556
- },
1557
- "type": {
1558
- "const": "level",
1559
- "type": "string"
1560
- }
1561
- },
1562
- "type": "object"
1563
- },
1564
- {
1565
- "properties": {
1566
- "active": {
1567
- "description": "Is active",
1568
- "type": "boolean"
1569
- },
1570
- "drilldownColumn": {
1571
- "type": "object"
1572
- },
1573
- "label": {
1574
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1575
- "type": "object"
1576
- },
1577
- "order": {
1578
- "description": "Order",
1579
- "type": "number"
1580
- },
1581
- "type": {
1582
- "const": "other",
1583
- "description": "Type of drilldown",
1584
- "type": "string"
1585
- }
1586
- },
1587
- "type": "object"
1588
- }
1589
- ]
1590
- },
1591
- "type": "array"
1592
- }
1593
- },
1594
- "type": "object"
1595
- },
1596
- "type": "array"
1597
- },
1598
- "route": {
1599
- "items": {
1600
- "properties": {
1601
- "active": {
1602
- "type": "boolean"
1603
- },
1604
- "drillPath": {
1605
- "type": "number"
1606
- },
1607
- "label": {
1608
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1609
- "type": "object"
1610
- },
1611
- "values": {
1612
- "items": {
1613
- "anyOf": [
1614
- {
1615
- "properties": {
1616
- "active": {
1617
- "type": "boolean"
1618
- },
1619
- "levels": {
1620
- "items": {
1621
- "type": "number"
1622
- },
1623
- "type": "array"
1624
- },
1625
- "order": {
1626
- "type": "number"
1627
- },
1628
- "type": {
1629
- "const": "level",
1630
- "type": "string"
1631
- }
1632
- },
1633
- "type": "object"
1634
- },
1635
- {
1636
- "properties": {
1637
- "active": {
1638
- "description": "Is active",
1639
- "type": "boolean"
1640
- },
1641
- "drilldownColumn": {
1642
- "type": "object"
1643
- },
1644
- "label": {
1645
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1646
- "type": "object"
1647
- },
1648
- "order": {
1649
- "description": "Order",
1650
- "type": "number"
1651
- },
1652
- "type": {
1653
- "const": "other",
1654
- "description": "Type of drilldown",
1655
- "type": "string"
1656
- }
1657
- },
1658
- "type": "object"
1659
- }
1660
- ]
1661
- },
1662
- "type": "array"
1663
- }
1664
- },
1665
- "type": "object"
1666
- },
1667
- "type": "array"
1668
- },
1669
- "row": {
1670
- "items": {
1671
- "properties": {
1672
- "active": {
1673
- "type": "boolean"
1674
- },
1675
- "drillPath": {
1676
- "type": "number"
1677
- },
1678
- "label": {
1679
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1680
- "type": "object"
1681
- },
1682
- "values": {
1683
- "items": {
1684
- "anyOf": [
1685
- {
1686
- "properties": {
1687
- "active": {
1688
- "type": "boolean"
1689
- },
1690
- "levels": {
1691
- "items": {
1692
- "type": "number"
1693
- },
1694
- "type": "array"
1695
- },
1696
- "order": {
1697
- "type": "number"
1698
- },
1699
- "type": {
1700
- "const": "level",
1701
- "type": "string"
1702
- }
1703
- },
1704
- "type": "object"
1705
- },
1706
- {
1707
- "properties": {
1708
- "active": {
1709
- "description": "Is active",
1710
- "type": "boolean"
1711
- },
1712
- "drilldownColumn": {
1713
- "type": "object"
1714
- },
1715
- "label": {
1716
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1717
- "type": "object"
1718
- },
1719
- "order": {
1720
- "description": "Order",
1721
- "type": "number"
1722
- },
1723
- "type": {
1724
- "const": "other",
1725
- "description": "Type of drilldown",
1726
- "type": "string"
1727
- }
1728
- },
1729
- "type": "object"
1730
- }
1731
- ]
1732
- },
1733
- "type": "array"
1734
- }
1735
- },
1736
- "type": "object"
1737
- },
1738
- "type": "array"
1739
- },
1740
- "size": {
1741
- "items": {
1742
- "properties": {
1743
- "active": {
1744
- "type": "boolean"
1745
- },
1746
- "drillPath": {
1747
- "type": "number"
1748
- },
1749
- "label": {
1750
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1751
- "type": "object"
1752
- },
1753
- "values": {
1754
- "items": {
1755
- "anyOf": [
1756
- {
1757
- "properties": {
1758
- "active": {
1759
- "type": "boolean"
1760
- },
1761
- "levels": {
1762
- "items": {
1763
- "type": "number"
1764
- },
1765
- "type": "array"
1766
- },
1767
- "order": {
1768
- "type": "number"
1769
- },
1770
- "type": {
1771
- "const": "level",
1772
- "type": "string"
1773
- }
1774
- },
1775
- "type": "object"
1776
- },
1777
- {
1778
- "properties": {
1779
- "active": {
1780
- "description": "Is active",
1781
- "type": "boolean"
1782
- },
1783
- "drilldownColumn": {
1784
- "type": "object"
1785
- },
1786
- "label": {
1787
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1788
- "type": "object"
1789
- },
1790
- "order": {
1791
- "description": "Order",
1792
- "type": "number"
1793
- },
1794
- "type": {
1795
- "const": "other",
1796
- "description": "Type of drilldown",
1797
- "type": "string"
1798
- }
1799
- },
1800
- "type": "object"
1801
- }
1802
- ]
1803
- },
1804
- "type": "array"
1805
- }
1806
- },
1807
- "type": "object"
1808
- },
1809
- "type": "array"
1810
- },
1811
- "slidermetric": {
1812
- "items": {
1813
- "properties": {
1814
- "active": {
1815
- "type": "boolean"
1816
- },
1817
- "drillPath": {
1818
- "type": "number"
1819
- },
1820
- "label": {
1821
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1822
- "type": "object"
1823
- },
1824
- "values": {
1825
- "items": {
1826
- "anyOf": [
1827
- {
1828
- "properties": {
1829
- "active": {
1830
- "type": "boolean"
1831
- },
1832
- "levels": {
1833
- "items": {
1834
- "type": "number"
1835
- },
1836
- "type": "array"
1837
- },
1838
- "order": {
1839
- "type": "number"
1840
- },
1841
- "type": {
1842
- "const": "level",
1843
- "type": "string"
1844
- }
1845
- },
1846
- "type": "object"
1847
- },
1848
- {
1849
- "properties": {
1850
- "active": {
1851
- "description": "Is active",
1852
- "type": "boolean"
1853
- },
1854
- "drilldownColumn": {
1855
- "type": "object"
1856
- },
1857
- "label": {
1858
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1859
- "type": "object"
1860
- },
1861
- "order": {
1862
- "description": "Order",
1863
- "type": "number"
1864
- },
1865
- "type": {
1866
- "const": "other",
1867
- "description": "Type of drilldown",
1868
- "type": "string"
1869
- }
1870
- },
1871
- "type": "object"
1872
- }
1873
- ]
1874
- },
1875
- "type": "array"
1876
- }
1877
- },
1878
- "type": "object"
1879
- },
1880
- "type": "array"
1881
- },
1882
- "source": {
1883
- "items": {
1884
- "properties": {
1885
- "active": {
1886
- "type": "boolean"
1887
- },
1888
- "drillPath": {
1889
- "type": "number"
1890
- },
1891
- "label": {
1892
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1893
- "type": "object"
1894
- },
1895
- "values": {
1896
- "items": {
1897
- "anyOf": [
1898
- {
1899
- "properties": {
1900
- "active": {
1901
- "type": "boolean"
1902
- },
1903
- "levels": {
1904
- "items": {
1905
- "type": "number"
1906
- },
1907
- "type": "array"
1908
- },
1909
- "order": {
1910
- "type": "number"
1911
- },
1912
- "type": {
1913
- "const": "level",
1914
- "type": "string"
1915
- }
1916
- },
1917
- "type": "object"
1918
- },
1919
- {
1920
- "properties": {
1921
- "active": {
1922
- "description": "Is active",
1923
- "type": "boolean"
1924
- },
1925
- "drilldownColumn": {
1926
- "type": "object"
1927
- },
1928
- "label": {
1929
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1930
- "type": "object"
1931
- },
1932
- "order": {
1933
- "description": "Order",
1934
- "type": "number"
1935
- },
1936
- "type": {
1937
- "const": "other",
1938
- "description": "Type of drilldown",
1939
- "type": "string"
1940
- }
1941
- },
1942
- "type": "object"
1943
- }
1944
- ]
1945
- },
1946
- "type": "array"
1947
- }
1948
- },
1949
- "type": "object"
1950
- },
1951
- "type": "array"
1952
- },
1953
- "target": {
1954
- "items": {
1955
- "properties": {
1956
- "active": {
1957
- "type": "boolean"
1958
- },
1959
- "drillPath": {
1960
- "type": "number"
1961
- },
1962
- "label": {
1963
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1964
- "type": "object"
1965
- },
1966
- "values": {
1967
- "items": {
1968
- "anyOf": [
1969
- {
1970
- "properties": {
1971
- "active": {
1972
- "type": "boolean"
1973
- },
1974
- "levels": {
1975
- "items": {
1976
- "type": "number"
1977
- },
1978
- "type": "array"
1979
- },
1980
- "order": {
1981
- "type": "number"
1982
- },
1983
- "type": {
1984
- "const": "level",
1985
- "type": "string"
1986
- }
1987
- },
1988
- "type": "object"
1989
- },
1990
- {
1991
- "properties": {
1992
- "active": {
1993
- "description": "Is active",
1994
- "type": "boolean"
1995
- },
1996
- "drilldownColumn": {
1997
- "type": "object"
1998
- },
1999
- "label": {
2000
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2001
- "type": "object"
2002
- },
2003
- "order": {
2004
- "description": "Order",
2005
- "type": "number"
2006
- },
2007
- "type": {
2008
- "const": "other",
2009
- "description": "Type of drilldown",
2010
- "type": "string"
2011
- }
2012
- },
2013
- "type": "object"
2014
- }
2015
- ]
71
+ "customEvents": {
72
+ "anyOf": [
73
+ {
74
+ "properties": {
75
+ "events": {
76
+ "items": {
77
+ "description": "Custom event configuration",
78
+ "properties": {
79
+ "label": {
80
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
81
+ "type": "object"
82
+ },
83
+ "name": {
84
+ "description": "Custom event name",
85
+ "type": "string"
86
+ }
2016
87
  },
2017
- "type": "array"
2018
- }
2019
- },
2020
- "type": "object"
2021
- },
2022
- "type": "array"
2023
- },
2024
- "time": {
2025
- "items": {
2026
- "properties": {
2027
- "active": {
2028
- "type": "boolean"
2029
- },
2030
- "drillPath": {
2031
- "type": "number"
2032
- },
2033
- "label": {
2034
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2035
88
  "type": "object"
2036
89
  },
2037
- "values": {
2038
- "items": {
2039
- "anyOf": [
2040
- {
2041
- "properties": {
2042
- "active": {
2043
- "type": "boolean"
2044
- },
2045
- "levels": {
2046
- "items": {
2047
- "type": "number"
2048
- },
2049
- "type": "array"
2050
- },
2051
- "order": {
2052
- "type": "number"
2053
- },
2054
- "type": {
2055
- "const": "level",
2056
- "type": "string"
2057
- }
2058
- },
2059
- "type": "object"
2060
- },
2061
- {
2062
- "properties": {
2063
- "active": {
2064
- "description": "Is active",
2065
- "type": "boolean"
2066
- },
2067
- "drilldownColumn": {
2068
- "type": "object"
2069
- },
2070
- "label": {
2071
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2072
- "type": "object"
2073
- },
2074
- "order": {
2075
- "description": "Order",
2076
- "type": "number"
2077
- },
2078
- "type": {
2079
- "const": "other",
2080
- "description": "Type of drilldown",
2081
- "type": "string"
2082
- }
2083
- },
2084
- "type": "object"
2085
- }
2086
- ]
90
+ "type": "array"
91
+ },
92
+ "extraData": {
93
+ "items": {
94
+ "properties": {
95
+ "aggregation": {
96
+ "description": "Aggregation query type",
97
+ "enum": [
98
+ "average",
99
+ "count",
100
+ "cumulativesum",
101
+ "distinctcount",
102
+ "histogram",
103
+ "max",
104
+ "median",
105
+ "min",
106
+ "rate",
107
+ "stddev",
108
+ "sum",
109
+ "weightedaverage"
110
+ ],
111
+ "type": "string"
112
+ },
113
+ "columnId": {
114
+ "description": "Column id",
115
+ "format": "uuid",
116
+ "type": "string"
117
+ },
118
+ "datasetId": {
119
+ "description": "Dataset id",
120
+ "format": "uuid",
121
+ "type": "string"
122
+ },
123
+ "formulaId": {
124
+ "description": "Formula id",
125
+ "format": "uuid",
126
+ "type": "string"
127
+ },
128
+ "label": {
129
+ "description": "Label",
130
+ "type": "string"
131
+ },
132
+ "weightedColumnId": {
133
+ "description": "Weighted column id",
134
+ "format": "uuid",
135
+ "type": "string"
136
+ },
137
+ "weightedDatasetId": {
138
+ "description": "Weighted dataset id",
139
+ "format": "uuid",
140
+ "type": "string"
141
+ }
2087
142
  },
2088
- "type": "array"
2089
- }
2090
- },
2091
- "type": "object"
2092
- },
2093
- "type": "array"
2094
- },
2095
- "x-axis": {
2096
- "items": {
2097
- "properties": {
2098
- "active": {
2099
- "type": "boolean"
2100
- },
2101
- "drillPath": {
2102
- "type": "number"
2103
- },
2104
- "label": {
2105
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2106
143
  "type": "object"
2107
144
  },
2108
- "values": {
2109
- "items": {
2110
- "anyOf": [
2111
- {
2112
- "properties": {
2113
- "active": {
2114
- "type": "boolean"
2115
- },
2116
- "levels": {
2117
- "items": {
2118
- "type": "number"
2119
- },
2120
- "type": "array"
2121
- },
2122
- "order": {
2123
- "type": "number"
2124
- },
2125
- "type": {
2126
- "const": "level",
2127
- "type": "string"
2128
- }
2129
- },
2130
- "type": "object"
2131
- },
2132
- {
2133
- "properties": {
2134
- "active": {
2135
- "description": "Is active",
2136
- "type": "boolean"
2137
- },
2138
- "drilldownColumn": {
2139
- "type": "object"
2140
- },
2141
- "label": {
2142
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2143
- "type": "object"
2144
- },
2145
- "order": {
2146
- "description": "Order",
2147
- "type": "number"
2148
- },
2149
- "type": {
2150
- "const": "other",
2151
- "description": "Type of drilldown",
2152
- "type": "string"
2153
- }
2154
- },
2155
- "type": "object"
2156
- }
2157
- ]
2158
- },
2159
- "type": "array"
2160
- }
2161
- },
2162
- "type": "object"
145
+ "type": "array"
146
+ }
2163
147
  },
2164
- "type": "array"
148
+ "type": "object"
2165
149
  },
2166
- "y-axis": {
2167
- "items": {
2168
- "properties": {
2169
- "active": {
2170
- "type": "boolean"
2171
- },
2172
- "drillPath": {
2173
- "type": "number"
2174
- },
2175
- "label": {
2176
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2177
- "type": "object"
2178
- },
2179
- "values": {
2180
- "items": {
2181
- "anyOf": [
2182
- {
2183
- "properties": {
2184
- "active": {
2185
- "type": "boolean"
2186
- },
2187
- "levels": {
2188
- "items": {
2189
- "type": "number"
2190
- },
2191
- "type": "array"
2192
- },
2193
- "order": {
2194
- "type": "number"
2195
- },
2196
- "type": {
2197
- "const": "level",
2198
- "type": "string"
2199
- }
2200
- },
2201
- "type": "object"
2202
- },
2203
- {
2204
- "properties": {
2205
- "active": {
2206
- "description": "Is active",
2207
- "type": "boolean"
2208
- },
2209
- "drilldownColumn": {
2210
- "type": "object"
2211
- },
2212
- "label": {
2213
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2214
- "type": "object"
2215
- },
2216
- "order": {
2217
- "description": "Order",
2218
- "type": "number"
2219
- },
2220
- "type": {
2221
- "const": "other",
2222
- "description": "Type of drilldown",
2223
- "type": "string"
2224
- }
2225
- },
2226
- "type": "object"
2227
- }
2228
- ]
2229
- },
2230
- "type": "array"
2231
- }
2232
- },
2233
- "type": "object"
2234
- },
2235
- "type": "array"
150
+ {
151
+ "type": "null"
2236
152
  }
2237
- },
2238
- "type": "object"
153
+ ],
154
+ "default": null,
155
+ "description": "Custom events interactivity option"
156
+ },
157
+ "customTooltip": {
158
+ "default": null,
159
+ "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
160
+ "type": [
161
+ "null",
162
+ "object"
163
+ ]
2239
164
  },
2240
165
  "exportTypes": {
2241
166
  "default": [
@@ -2243,7 +168,7 @@ declare const _default: {
2243
168
  "csv",
2244
169
  "png"
2245
170
  ],
2246
- "description": "Export types interactivity option",
171
+ "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.",
2247
172
  "items": {
2248
173
  "description": "Export types",
2249
174
  "enum": [
@@ -2265,364 +190,25 @@ declare const _default: {
2265
190
  "items": {
2266
191
  "description": "Measure dimension picker configuration",
2267
192
  "properties": {
2268
- "acceptFormula": {
2269
- "type": "boolean"
2270
- },
2271
- "allAvailableColumns": {
2272
- "items": {
2273
- "properties": {
2274
- "columns": {
2275
- "items": {
2276
- "properties": {
2277
- "cardinality": {
2278
- "type": "number"
2279
- },
2280
- "color": {
2281
- "type": "string"
2282
- },
2283
- "columnHierarchies": {
2284
- "anyOf": [
2285
- {
2286
- "items": {
2287
- "type": "string"
2288
- },
2289
- "type": "array"
2290
- },
2291
- {
2292
- "items": {
2293
- "properties": {
2294
- "color": {
2295
- "type": "string"
2296
- },
2297
- "id": {
2298
- "type": "string"
2299
- },
2300
- "level": {
2301
- "type": "number"
2302
- },
2303
- "name": {
2304
- "type": "object"
2305
- }
2306
- },
2307
- "type": "object"
2308
- },
2309
- "type": "array"
2310
- }
2311
- ]
2312
- },
2313
- "currency": {
2314
- "properties": {
2315
- "id": {
2316
- "type": "string"
2317
- },
2318
- "name": {
2319
- "type": "string"
2320
- },
2321
- "symbol": {
2322
- "type": "string"
2323
- }
2324
- },
2325
- "type": "object"
2326
- },
2327
- "currency_id": {
2328
- "type": "string"
2329
- },
2330
- "description": {
2331
- "type": "object"
2332
- },
2333
- "duration_format": {
2334
- "enum": [
2335
- "long",
2336
- "short",
2337
- "time"
2338
- ],
2339
- "type": "string"
2340
- },
2341
- "duration_levels": {
2342
- "items": {
2343
- "type": "number"
2344
- },
2345
- "type": "array"
2346
- },
2347
- "expression": {
2348
- "type": "string"
2349
- },
2350
- "format": {
2351
- "type": "string"
2352
- },
2353
- "hierarchyLevels": {
2354
- "items": {
2355
- "properties": {
2356
- "color": {
2357
- "type": "string"
2358
- },
2359
- "id": {
2360
- "type": "string"
2361
- },
2362
- "level": {
2363
- "type": "number"
2364
- },
2365
- "name": {
2366
- "type": "object"
2367
- }
2368
- },
2369
- "type": "object"
2370
- },
2371
- "type": "array"
2372
- },
2373
- "hierarchy_enabled": {
2374
- "type": "boolean"
2375
- },
2376
- "highestLevel": {
2377
- "type": "number"
2378
- },
2379
- "id": {
2380
- "type": "string"
2381
- },
2382
- "informat": {
2383
- "type": "string"
2384
- },
2385
- "isFormula": {
2386
- "type": "boolean"
2387
- },
2388
- "isLabel": {
2389
- "type": "boolean"
2390
- },
2391
- "joins": {
2392
- "items": {
2393
- "properties": {
2394
- "currency_id": {
2395
- "type": [
2396
- "null",
2397
- "string"
2398
- ]
2399
- },
2400
- "hierarchy_enabled": {
2401
- "type": "boolean"
2402
- },
2403
- "id": {
2404
- "type": "string"
2405
- },
2406
- "join": {
2407
- "properties": {
2408
- "column_id": {
2409
- "type": "string"
2410
- },
2411
- "created_at": {
2412
- "type": "string"
2413
- },
2414
- "joins_id": {
2415
- "type": "string"
2416
- },
2417
- "subtype": {
2418
- "type": "string"
2419
- },
2420
- "type": {
2421
- "enum": [
2422
- "exact",
2423
- "lookup"
2424
- ],
2425
- "type": "string"
2426
- },
2427
- "update_at": {
2428
- "type": "string"
2429
- },
2430
- "updated_at": {
2431
- "type": "string"
2432
- }
2433
- },
2434
- "type": "object"
2435
- },
2436
- "securable_id": {
2437
- "type": "string"
2438
- }
2439
- },
2440
- "type": "object"
2441
- },
2442
- "type": "array"
2443
- },
2444
- "level": {
2445
- "type": "number"
2446
- },
2447
- "lowestLevel": {
2448
- "type": "number"
2449
- },
2450
- "name": {
2451
- "type": "object"
2452
- },
2453
- "order": {
2454
- "type": "number"
2455
- },
2456
- "securable_id": {
2457
- "type": "string"
2458
- },
2459
- "source_name": {
2460
- "type": "string"
2461
- },
2462
- "subtype": {
2463
- "enum": [
2464
- "coordinates",
2465
- "currency",
2466
- "duration",
2467
- "hierarchy_element_expression",
2468
- "topography"
2469
- ],
2470
- "type": "string"
2471
- },
2472
- "type": {
2473
- "enum": [
2474
- "datetime",
2475
- "hierarchy",
2476
- "numeric",
2477
- "spatial"
2478
- ],
2479
- "type": "string"
2480
- },
2481
- "version": {
2482
- "type": "number"
2483
- },
2484
- "width": {
2485
- "type": "number"
2486
- }
2487
- },
2488
- "type": "object"
2489
- },
2490
- "type": "array"
2491
- },
2492
- "datasetId": {
2493
- "format": "uuid",
2494
- "type": "string"
2495
- },
2496
- "datasetName": {
2497
- "type": "object"
2498
- },
2499
- "formulas": {
2500
- "items": {
2501
- "properties": {
2502
- "color": {
2503
- "type": "string"
2504
- },
2505
- "currency": {
2506
- "properties": {
2507
- "id": {
2508
- "type": "string"
2509
- },
2510
- "name": {
2511
- "type": "string"
2512
- },
2513
- "symbol": {
2514
- "type": "string"
2515
- }
2516
- },
2517
- "type": "object"
2518
- },
2519
- "currency_id": {
2520
- "type": "string"
2521
- },
2522
- "duration_format": {
2523
- "enum": [
2524
- "long",
2525
- "short",
2526
- "time"
2527
- ],
2528
- "type": "string"
2529
- },
2530
- "duration_levels": {
2531
- "items": {
2532
- "type": "number"
2533
- },
2534
- "type": "array"
2535
- },
2536
- "expression": {
2537
- "type": "string"
2538
- },
2539
- "format": {
2540
- "type": "string"
2541
- },
2542
- "id": {
2543
- "type": "string"
2544
- },
2545
- "informat": {
2546
- "enum": [
2547
- "DD-MM-YYYY HH:mm:ss.SSS",
2548
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
2549
- "MM-DD-YYYY HH:mm:ss.SSS",
2550
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
2551
- "X",
2552
- "YYYY-MM-DD HH:mm:ss.SSS",
2553
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
2554
- "hierarchy",
2555
- "numeric",
2556
- "x"
2557
- ],
2558
- "type": "string"
2559
- },
2560
- "isFormula": {
2561
- "type": "boolean"
2562
- },
2563
- "level": {
2564
- "type": "number"
2565
- },
2566
- "lowestLevel": {
2567
- "type": "number"
2568
- },
2569
- "name": {
2570
- "type": "object"
2571
- },
2572
- "securableFormula": {
2573
- "properties": {
2574
- "formula_id": {
2575
- "type": "string"
2576
- },
2577
- "securable_id": {
2578
- "type": "string"
2579
- }
2580
- },
2581
- "type": "object"
2582
- },
2583
- "securable_id": {
2584
- "type": "string"
2585
- },
2586
- "subtype": {
2587
- "enum": [
2588
- "currency",
2589
- "date",
2590
- "datetime",
2591
- "duration"
2592
- ],
2593
- "type": "string"
2594
- },
2595
- "type": {
2596
- "enum": [
2597
- "datetime",
2598
- "hierarchy",
2599
- "numeric"
2600
- ],
2601
- "type": "string"
2602
- }
2603
- },
2604
- "type": "object"
2605
- },
2606
- "type": "array"
2607
- }
2608
- },
2609
- "type": "object"
2610
- },
2611
- "type": "array"
2612
- },
2613
- "allowMultiple": {
2614
- "type": "boolean"
2615
- },
2616
- "description": {
2617
- "type": "string"
2618
- },
2619
193
  "order": {
194
+ "description": "Order",
195
+ "examples": [
196
+ 0,
197
+ 9999
198
+ ],
2620
199
  "type": "number"
2621
200
  },
2622
201
  "slot": {
202
+ "description": "Slot name",
203
+ "examples": [
204
+ "measure",
205
+ "dimension",
206
+ "legend"
207
+ ],
2623
208
  "type": "string"
2624
209
  },
2625
210
  "values": {
211
+ "description": "An array of columns for the current picker",
2626
212
  "items": {
2627
213
  "properties": {
2628
214
  "aggregationFunc": {
@@ -2658,6 +244,7 @@ declare const _default: {
2658
244
  "currency",
2659
245
  "duration",
2660
246
  "hierarchy_element_expression",
247
+ "ip_address",
2661
248
  "topography"
2662
249
  ],
2663
250
  "type": "string"
@@ -2691,36 +278,6 @@ declare const _default: {
2691
278
  "string"
2692
279
  ]
2693
280
  },
2694
- "columnHierarchies": {
2695
- "anyOf": [
2696
- {
2697
- "items": {
2698
- "type": "string"
2699
- },
2700
- "type": "array"
2701
- },
2702
- {
2703
- "items": {
2704
- "properties": {
2705
- "color": {
2706
- "type": "string"
2707
- },
2708
- "id": {
2709
- "type": "string"
2710
- },
2711
- "level": {
2712
- "type": "number"
2713
- },
2714
- "name": {
2715
- "type": "object"
2716
- }
2717
- },
2718
- "type": "object"
2719
- },
2720
- "type": "array"
2721
- }
2722
- ]
2723
- },
2724
281
  "columnId": {
2725
282
  "description": "Column id",
2726
283
  "format": "uuid",
@@ -2795,13 +352,6 @@ declare const _default: {
2795
352
  },
2796
353
  "type": "object"
2797
354
  },
2798
- "hidden": {
2799
- "type": "boolean"
2800
- },
2801
- "include_nonoccurring": {
2802
- "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.",
2803
- "type": "boolean"
2804
- },
2805
355
  "label": {
2806
356
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2807
357
  "type": "object"
@@ -2849,6 +399,7 @@ declare const _default: {
2849
399
  "enum": [
2850
400
  "none",
2851
401
  "past",
402
+ "absoluteChange",
2852
403
  "percentageChange"
2853
404
  ],
2854
405
  "type": "string"
@@ -2856,10 +407,8 @@ declare const _default: {
2856
407
  },
2857
408
  "type": "object"
2858
409
  },
2859
- "readonly": {
2860
- "type": "boolean"
2861
- },
2862
410
  "selected": {
411
+ "description": "Selected item",
2863
412
  "type": "boolean"
2864
413
  },
2865
414
  "subtype": {
@@ -2872,6 +421,7 @@ declare const _default: {
2872
421
  "datetime",
2873
422
  "duration",
2874
423
  "hierarchy_element_expression",
424
+ "ip_address",
2875
425
  "topography"
2876
426
  ],
2877
427
  "type": "string"
@@ -2951,7 +501,7 @@ declare const _default: {
2951
501
  "type": "object"
2952
502
  },
2953
503
  "legend": {
2954
- "description": "Legend options",
504
+ "description": "Legend options, they are applied if the legend is displayed",
2955
505
  "properties": {
2956
506
  "position": {
2957
507
  "description": "Position of the legend. Only available when the legend is shown.",
@@ -2989,7 +539,7 @@ declare const _default: {
2989
539
  "type": "object"
2990
540
  },
2991
541
  "limit": {
2992
- "description": "Show number of observations",
542
+ "description": "The maximum number of data rows to query and display",
2993
543
  "properties": {
2994
544
  "number": {
2995
545
  "default": 100000,
@@ -3084,7 +634,7 @@ declare const _default: {
3084
634
  "description": "Custom border styling",
3085
635
  "properties": {
3086
636
  "border-bottom-width": {
3087
- "description": "Border bottom width",
637
+ "description": "Border bottom width, it is visible when a border style and color are set",
3088
638
  "examples": [
3089
639
  "0px",
3090
640
  "1px",
@@ -3093,7 +643,7 @@ declare const _default: {
3093
643
  "type": "string"
3094
644
  },
3095
645
  "border-color": {
3096
- "description": "Border color",
646
+ "description": "Border color, it is visible when a border style and width are set",
3097
647
  "examples": [
3098
648
  "rgba(216, 216, 216, 1)",
3099
649
  "rgb(147, 146, 148)"
@@ -3101,7 +651,7 @@ declare const _default: {
3101
651
  "type": "string"
3102
652
  },
3103
653
  "border-left-width": {
3104
- "description": "Border left width",
654
+ "description": "Border left width, it is visible when a border style and color are set",
3105
655
  "examples": [
3106
656
  "0px",
3107
657
  "1px",
@@ -3119,7 +669,7 @@ declare const _default: {
3119
669
  "type": "string"
3120
670
  },
3121
671
  "border-right-width": {
3122
- "description": "Border right width",
672
+ "description": "Border right width, it is visible when a border style and color are set",
3123
673
  "examples": [
3124
674
  "0px",
3125
675
  "1px",
@@ -3128,7 +678,7 @@ declare const _default: {
3128
678
  "type": "string"
3129
679
  },
3130
680
  "border-style": {
3131
- "description": "Border style",
681
+ "description": "Border style, it is visible when a border color and width are set",
3132
682
  "examples": [
3133
683
  "none",
3134
684
  "solid",
@@ -3138,7 +688,7 @@ declare const _default: {
3138
688
  "type": "string"
3139
689
  },
3140
690
  "border-top-width": {
3141
- "description": "Border top width",
691
+ "description": "Border top width, it is visible when a border style and color are set",
3142
692
  "examples": [
3143
693
  "0px",
3144
694
  "1px",
@@ -3180,12 +730,15 @@ declare const _default: {
3180
730
  "type": "object"
3181
731
  },
3182
732
  "colors": {
3183
- "description": "Custom color palette",
733
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
3184
734
  "examples": [
3185
735
  [
3186
- "rgb(68, 52, 255)",
3187
- "rgb(68, 52, 255)",
3188
- "rgb(218, 214, 255)"
736
+ "red",
737
+ "green",
738
+ "blue",
739
+ "yellow",
740
+ "orange",
741
+ "purple"
3189
742
  ]
3190
743
  ],
3191
744
  "items": {
@@ -3196,19 +749,6 @@ declare const _default: {
3196
749
  "font": {
3197
750
  "description": "Custom font styling",
3198
751
  "properties": {
3199
- "font-style": {
3200
- "const": "normal",
3201
- "description": "Use it to reset the font style to \"normal\"",
3202
- "type": "string"
3203
- },
3204
- "font-weight": {
3205
- "description": "Font weight",
3206
- "examples": [
3207
- 400,
3208
- 700
3209
- ],
3210
- "type": "number"
3211
- },
3212
752
  "fontFamily": {
3213
753
  "description": "Font family",
3214
754
  "examples": [
@@ -3221,7 +761,7 @@ declare const _default: {
3221
761
  "type": "string"
3222
762
  },
3223
763
  "fontSize": {
3224
- "description": "Font size in px",
764
+ "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.",
3225
765
  "examples": [
3226
766
  10,
3227
767
  15,
@@ -3250,10 +790,10 @@ declare const _default: {
3250
790
  "type": "string"
3251
791
  },
3252
792
  "legend": {
3253
- "description": "Custom legend styling",
793
+ "description": "Custom legend styling, it's applied if the legend is displayed",
3254
794
  "properties": {
3255
795
  "fontSize": {
3256
- "description": "Legend font size in px",
796
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3257
797
  "examples": [
3258
798
  12,
3259
799
  16
@@ -3287,7 +827,7 @@ declare const _default: {
3287
827
  "type": "object"
3288
828
  },
3289
829
  "title": {
3290
- "description": "Custom title styling",
830
+ "description": "Custom title styling, it's applied if the title is displayed",
3291
831
  "properties": {
3292
832
  "align": {
3293
833
  "description": "Title align",
@@ -3320,7 +860,7 @@ declare const _default: {
3320
860
  "type": "boolean"
3321
861
  },
3322
862
  "fontSize": {
3323
- "description": "Title's font size in px",
863
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3324
864
  "examples": [
3325
865
  16,
3326
866
  20
@@ -3356,7 +896,7 @@ declare const _default: {
3356
896
  "type": "object"
3357
897
  },
3358
898
  "tooltip": {
3359
- "description": "Custom tooltip styling",
899
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
3360
900
  "properties": {
3361
901
  "background": {
3362
902
  "description": "Tooltip's background",
@@ -3369,16 +909,7 @@ declare const _default: {
3369
909
  "type": "string"
3370
910
  },
3371
911
  "fontSize": {
3372
- "description": "Tooltip's font size in px",
3373
- "examples": [
3374
- 12,
3375
- 16,
3376
- 20
3377
- ],
3378
- "type": "number"
3379
- },
3380
- "lineHeight": {
3381
- "description": "Tooltip's line height in px",
912
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3382
913
  "examples": [
3383
914
  12,
3384
915
  16,
@@ -3387,7 +918,7 @@ declare const _default: {
3387
918
  "type": "number"
3388
919
  },
3389
920
  "opacity": {
3390
- "description": "Tooltip's opacity",
921
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
3391
922
  "examples": [
3392
923
  0.5,
3393
924
  0.8,
@@ -3417,7 +948,7 @@ declare const _default: {
3417
948
  "type": "string"
3418
949
  },
3419
950
  "title": {
3420
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
951
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
3421
952
  "examples": [
3422
953
  {
3423
954
  "en": "Title"