@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/bar-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/bar-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -339,2174 +339,99 @@ declare const _default: {
339
339
  "interactivity": {
340
340
  "description": "Interactivity options",
341
341
  "properties": {
342
- "availableExportTypes": {
343
- "default": [
344
- "xlsx",
345
- "csv",
346
- "png"
347
- ],
348
- "description": "Available export types interactivity option",
349
- "items": {
350
- "description": "Export types",
351
- "enum": [
352
- "csv",
353
- "csv-raw",
354
- "png",
355
- "xlsx",
356
- "xlsx-raw"
357
- ],
358
- "type": "string"
359
- },
360
- "type": "array"
361
- },
362
- "customEvents": {
363
- "default": null,
364
- "description": "Custom events interactivity option",
365
- "properties": {
366
- "events": {
367
- "items": {
368
- "description": "Custom event configuration",
369
- "properties": {
370
- "label": {
371
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
372
- "type": "object"
373
- },
374
- "name": {
375
- "description": "Custom event name",
376
- "type": "string"
377
- }
378
- },
379
- "type": "object"
380
- },
381
- "type": "array"
382
- },
383
- "extraData": {
384
- "items": {
385
- "properties": {
386
- "aggregation": {
387
- "description": "Aggregation query type",
388
- "enum": [
389
- "average",
390
- "count",
391
- "cumulativesum",
392
- "distinctcount",
393
- "histogram",
394
- "max",
395
- "median",
396
- "min",
397
- "rate",
398
- "stddev",
399
- "sum",
400
- "weightedaverage"
401
- ],
402
- "type": "string"
403
- },
404
- "columnId": {
405
- "description": "Column id",
406
- "format": "uuid",
407
- "type": "string"
408
- },
409
- "datasetId": {
410
- "description": "Dataset id",
411
- "format": "uuid",
412
- "type": "string"
413
- },
414
- "formulaId": {
415
- "description": "Formula id",
416
- "format": "uuid",
417
- "type": "string"
418
- },
419
- "label": {
420
- "description": "Label",
421
- "type": "string"
422
- },
423
- "weightedColumnId": {
424
- "description": "Weighted column id",
425
- "format": "uuid",
426
- "type": "string"
427
- },
428
- "weightedDatasetId": {
429
- "description": "Weighted dataset id",
430
- "format": "uuid",
431
- "type": "string"
432
- }
433
- },
434
- "type": "object"
435
- },
436
- "type": "array"
437
- }
438
- },
439
- "type": "object"
440
- },
441
- "customTooltip": {
442
- "default": null,
443
- "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
444
- "type": "object"
445
- },
446
- "drilldown": {
447
- "description": "Drilldown interactivity option",
448
- "properties": {
449
- "category": {
450
- "items": {
451
- "properties": {
452
- "active": {
453
- "type": "boolean"
454
- },
455
- "drillPath": {
456
- "type": "number"
457
- },
458
- "label": {
459
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
460
- "type": "object"
461
- },
462
- "values": {
463
- "items": {
464
- "anyOf": [
465
- {
466
- "properties": {
467
- "active": {
468
- "type": "boolean"
469
- },
470
- "levels": {
471
- "items": {
472
- "type": "number"
473
- },
474
- "type": "array"
475
- },
476
- "order": {
477
- "type": "number"
478
- },
479
- "type": {
480
- "const": "level",
481
- "type": "string"
482
- }
483
- },
484
- "type": "object"
485
- },
486
- {
487
- "properties": {
488
- "active": {
489
- "description": "Is active",
490
- "type": "boolean"
491
- },
492
- "drilldownColumn": {
493
- "type": "object"
494
- },
495
- "label": {
496
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
497
- "type": "object"
498
- },
499
- "order": {
500
- "description": "Order",
501
- "type": "number"
502
- },
503
- "type": {
504
- "const": "other",
505
- "description": "Type of drilldown",
506
- "type": "string"
507
- }
508
- },
509
- "type": "object"
510
- }
511
- ]
512
- },
513
- "type": "array"
514
- }
515
- },
516
- "type": "object"
517
- },
518
- "type": "array"
519
- },
520
- "close": {
521
- "items": {
522
- "properties": {
523
- "active": {
524
- "type": "boolean"
525
- },
526
- "drillPath": {
527
- "type": "number"
528
- },
529
- "label": {
530
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
531
- "type": "object"
532
- },
533
- "values": {
534
- "items": {
535
- "anyOf": [
536
- {
537
- "properties": {
538
- "active": {
539
- "type": "boolean"
540
- },
541
- "levels": {
542
- "items": {
543
- "type": "number"
544
- },
545
- "type": "array"
546
- },
547
- "order": {
548
- "type": "number"
549
- },
550
- "type": {
551
- "const": "level",
552
- "type": "string"
553
- }
554
- },
555
- "type": "object"
556
- },
557
- {
558
- "properties": {
559
- "active": {
560
- "description": "Is active",
561
- "type": "boolean"
562
- },
563
- "drilldownColumn": {
564
- "type": "object"
565
- },
566
- "label": {
567
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
568
- "type": "object"
569
- },
570
- "order": {
571
- "description": "Order",
572
- "type": "number"
573
- },
574
- "type": {
575
- "const": "other",
576
- "description": "Type of drilldown",
577
- "type": "string"
578
- }
579
- },
580
- "type": "object"
581
- }
582
- ]
583
- },
584
- "type": "array"
585
- }
586
- },
587
- "type": "object"
588
- },
589
- "type": "array"
590
- },
591
- "color": {
592
- "items": {
593
- "properties": {
594
- "active": {
595
- "type": "boolean"
596
- },
597
- "drillPath": {
598
- "type": "number"
599
- },
600
- "label": {
601
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
602
- "type": "object"
603
- },
604
- "values": {
605
- "items": {
606
- "anyOf": [
607
- {
608
- "properties": {
609
- "active": {
610
- "type": "boolean"
611
- },
612
- "levels": {
613
- "items": {
614
- "type": "number"
615
- },
616
- "type": "array"
617
- },
618
- "order": {
619
- "type": "number"
620
- },
621
- "type": {
622
- "const": "level",
623
- "type": "string"
624
- }
625
- },
626
- "type": "object"
627
- },
628
- {
629
- "properties": {
630
- "active": {
631
- "description": "Is active",
632
- "type": "boolean"
633
- },
634
- "drilldownColumn": {
635
- "type": "object"
636
- },
637
- "label": {
638
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
639
- "type": "object"
640
- },
641
- "order": {
642
- "description": "Order",
643
- "type": "number"
644
- },
645
- "type": {
646
- "const": "other",
647
- "description": "Type of drilldown",
648
- "type": "string"
649
- }
650
- },
651
- "type": "object"
652
- }
653
- ]
654
- },
655
- "type": "array"
656
- }
657
- },
658
- "type": "object"
659
- },
660
- "type": "array"
661
- },
662
- "column": {
663
- "items": {
664
- "properties": {
665
- "active": {
666
- "type": "boolean"
667
- },
668
- "drillPath": {
669
- "type": "number"
670
- },
671
- "label": {
672
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
673
- "type": "object"
674
- },
675
- "values": {
676
- "items": {
677
- "anyOf": [
678
- {
679
- "properties": {
680
- "active": {
681
- "type": "boolean"
682
- },
683
- "levels": {
684
- "items": {
685
- "type": "number"
686
- },
687
- "type": "array"
688
- },
689
- "order": {
690
- "type": "number"
691
- },
692
- "type": {
693
- "const": "level",
694
- "type": "string"
695
- }
696
- },
697
- "type": "object"
698
- },
699
- {
700
- "properties": {
701
- "active": {
702
- "description": "Is active",
703
- "type": "boolean"
704
- },
705
- "drilldownColumn": {
706
- "type": "object"
707
- },
708
- "label": {
709
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
710
- "type": "object"
711
- },
712
- "order": {
713
- "description": "Order",
714
- "type": "number"
715
- },
716
- "type": {
717
- "const": "other",
718
- "description": "Type of drilldown",
719
- "type": "string"
720
- }
721
- },
722
- "type": "object"
723
- }
724
- ]
725
- },
726
- "type": "array"
727
- }
728
- },
729
- "type": "object"
730
- },
731
- "type": "array"
732
- },
733
- "columns": {
734
- "items": {
735
- "properties": {
736
- "active": {
737
- "type": "boolean"
738
- },
739
- "drillPath": {
740
- "type": "number"
741
- },
742
- "label": {
743
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
744
- "type": "object"
745
- },
746
- "values": {
747
- "items": {
748
- "anyOf": [
749
- {
750
- "properties": {
751
- "active": {
752
- "type": "boolean"
753
- },
754
- "levels": {
755
- "items": {
756
- "type": "number"
757
- },
758
- "type": "array"
759
- },
760
- "order": {
761
- "type": "number"
762
- },
763
- "type": {
764
- "const": "level",
765
- "type": "string"
766
- }
767
- },
768
- "type": "object"
769
- },
770
- {
771
- "properties": {
772
- "active": {
773
- "description": "Is active",
774
- "type": "boolean"
775
- },
776
- "drilldownColumn": {
777
- "type": "object"
778
- },
779
- "label": {
780
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
781
- "type": "object"
782
- },
783
- "order": {
784
- "description": "Order",
785
- "type": "number"
786
- },
787
- "type": {
788
- "const": "other",
789
- "description": "Type of drilldown",
790
- "type": "string"
791
- }
792
- },
793
- "type": "object"
794
- }
795
- ]
796
- },
797
- "type": "array"
798
- }
799
- },
800
- "type": "object"
801
- },
802
- "type": "array"
803
- },
804
- "coordinates": {
805
- "items": {
806
- "properties": {
807
- "active": {
808
- "type": "boolean"
809
- },
810
- "drillPath": {
811
- "type": "number"
812
- },
813
- "label": {
814
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
815
- "type": "object"
816
- },
817
- "values": {
818
- "items": {
819
- "anyOf": [
820
- {
821
- "properties": {
822
- "active": {
823
- "type": "boolean"
824
- },
825
- "levels": {
826
- "items": {
827
- "type": "number"
828
- },
829
- "type": "array"
830
- },
831
- "order": {
832
- "type": "number"
833
- },
834
- "type": {
835
- "const": "level",
836
- "type": "string"
837
- }
838
- },
839
- "type": "object"
840
- },
841
- {
842
- "properties": {
843
- "active": {
844
- "description": "Is active",
845
- "type": "boolean"
846
- },
847
- "drilldownColumn": {
848
- "type": "object"
849
- },
850
- "label": {
851
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
852
- "type": "object"
853
- },
854
- "order": {
855
- "description": "Order",
856
- "type": "number"
857
- },
858
- "type": {
859
- "const": "other",
860
- "description": "Type of drilldown",
861
- "type": "string"
862
- }
863
- },
864
- "type": "object"
865
- }
866
- ]
867
- },
868
- "type": "array"
869
- }
870
- },
871
- "type": "object"
872
- },
873
- "type": "array"
874
- },
875
- "destination": {
876
- "items": {
877
- "properties": {
878
- "active": {
879
- "type": "boolean"
880
- },
881
- "drillPath": {
882
- "type": "number"
883
- },
884
- "label": {
885
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
886
- "type": "object"
887
- },
888
- "values": {
889
- "items": {
890
- "anyOf": [
891
- {
892
- "properties": {
893
- "active": {
894
- "type": "boolean"
895
- },
896
- "levels": {
897
- "items": {
898
- "type": "number"
899
- },
900
- "type": "array"
901
- },
902
- "order": {
903
- "type": "number"
904
- },
905
- "type": {
906
- "const": "level",
907
- "type": "string"
908
- }
909
- },
910
- "type": "object"
911
- },
912
- {
913
- "properties": {
914
- "active": {
915
- "description": "Is active",
916
- "type": "boolean"
917
- },
918
- "drilldownColumn": {
919
- "type": "object"
920
- },
921
- "label": {
922
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
923
- "type": "object"
924
- },
925
- "order": {
926
- "description": "Order",
927
- "type": "number"
928
- },
929
- "type": {
930
- "const": "other",
931
- "description": "Type of drilldown",
932
- "type": "string"
933
- }
934
- },
935
- "type": "object"
936
- }
937
- ]
938
- },
939
- "type": "array"
940
- }
941
- },
942
- "type": "object"
943
- },
944
- "type": "array"
945
- },
946
- "dimension": {
947
- "items": {
948
- "properties": {
949
- "active": {
950
- "type": "boolean"
951
- },
952
- "drillPath": {
953
- "type": "number"
954
- },
955
- "label": {
956
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
957
- "type": "object"
958
- },
959
- "values": {
960
- "items": {
961
- "anyOf": [
962
- {
963
- "properties": {
964
- "active": {
965
- "type": "boolean"
966
- },
967
- "levels": {
968
- "items": {
969
- "type": "number"
970
- },
971
- "type": "array"
972
- },
973
- "order": {
974
- "type": "number"
975
- },
976
- "type": {
977
- "const": "level",
978
- "type": "string"
979
- }
980
- },
981
- "type": "object"
982
- },
983
- {
984
- "properties": {
985
- "active": {
986
- "description": "Is active",
987
- "type": "boolean"
988
- },
989
- "drilldownColumn": {
990
- "type": "object"
991
- },
992
- "label": {
993
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
994
- "type": "object"
995
- },
996
- "order": {
997
- "description": "Order",
998
- "type": "number"
999
- },
1000
- "type": {
1001
- "const": "other",
1002
- "description": "Type of drilldown",
1003
- "type": "string"
1004
- }
1005
- },
1006
- "type": "object"
1007
- }
1008
- ]
1009
- },
1010
- "type": "array"
1011
- }
1012
- },
1013
- "type": "object"
1014
- },
1015
- "type": "array"
1016
- },
1017
- "evolution": {
1018
- "items": {
1019
- "properties": {
1020
- "active": {
1021
- "type": "boolean"
1022
- },
1023
- "drillPath": {
1024
- "type": "number"
1025
- },
1026
- "label": {
1027
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1028
- "type": "object"
1029
- },
1030
- "values": {
1031
- "items": {
1032
- "anyOf": [
1033
- {
1034
- "properties": {
1035
- "active": {
1036
- "type": "boolean"
1037
- },
1038
- "levels": {
1039
- "items": {
1040
- "type": "number"
1041
- },
1042
- "type": "array"
1043
- },
1044
- "order": {
1045
- "type": "number"
1046
- },
1047
- "type": {
1048
- "const": "level",
1049
- "type": "string"
1050
- }
1051
- },
1052
- "type": "object"
1053
- },
1054
- {
1055
- "properties": {
1056
- "active": {
1057
- "description": "Is active",
1058
- "type": "boolean"
1059
- },
1060
- "drilldownColumn": {
1061
- "type": "object"
1062
- },
1063
- "label": {
1064
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1065
- "type": "object"
1066
- },
1067
- "order": {
1068
- "description": "Order",
1069
- "type": "number"
1070
- },
1071
- "type": {
1072
- "const": "other",
1073
- "description": "Type of drilldown",
1074
- "type": "string"
1075
- }
1076
- },
1077
- "type": "object"
1078
- }
1079
- ]
1080
- },
1081
- "type": "array"
1082
- }
1083
- },
1084
- "type": "object"
1085
- },
1086
- "type": "array"
1087
- },
1088
- "geo": {
1089
- "items": {
1090
- "properties": {
1091
- "active": {
1092
- "type": "boolean"
1093
- },
1094
- "drillPath": {
1095
- "type": "number"
1096
- },
1097
- "label": {
1098
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1099
- "type": "object"
1100
- },
1101
- "values": {
1102
- "items": {
1103
- "anyOf": [
1104
- {
1105
- "properties": {
1106
- "active": {
1107
- "type": "boolean"
1108
- },
1109
- "levels": {
1110
- "items": {
1111
- "type": "number"
1112
- },
1113
- "type": "array"
1114
- },
1115
- "order": {
1116
- "type": "number"
1117
- },
1118
- "type": {
1119
- "const": "level",
1120
- "type": "string"
1121
- }
1122
- },
1123
- "type": "object"
1124
- },
1125
- {
1126
- "properties": {
1127
- "active": {
1128
- "description": "Is active",
1129
- "type": "boolean"
1130
- },
1131
- "drilldownColumn": {
1132
- "type": "object"
1133
- },
1134
- "label": {
1135
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1136
- "type": "object"
1137
- },
1138
- "order": {
1139
- "description": "Order",
1140
- "type": "number"
1141
- },
1142
- "type": {
1143
- "const": "other",
1144
- "description": "Type of drilldown",
1145
- "type": "string"
1146
- }
1147
- },
1148
- "type": "object"
1149
- }
1150
- ]
1151
- },
1152
- "type": "array"
1153
- }
1154
- },
1155
- "type": "object"
1156
- },
1157
- "type": "array"
1158
- },
1159
- "high": {
1160
- "items": {
1161
- "properties": {
1162
- "active": {
1163
- "type": "boolean"
1164
- },
1165
- "drillPath": {
1166
- "type": "number"
1167
- },
1168
- "label": {
1169
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1170
- "type": "object"
1171
- },
1172
- "values": {
1173
- "items": {
1174
- "anyOf": [
1175
- {
1176
- "properties": {
1177
- "active": {
1178
- "type": "boolean"
1179
- },
1180
- "levels": {
1181
- "items": {
1182
- "type": "number"
1183
- },
1184
- "type": "array"
1185
- },
1186
- "order": {
1187
- "type": "number"
1188
- },
1189
- "type": {
1190
- "const": "level",
1191
- "type": "string"
1192
- }
1193
- },
1194
- "type": "object"
1195
- },
1196
- {
1197
- "properties": {
1198
- "active": {
1199
- "description": "Is active",
1200
- "type": "boolean"
1201
- },
1202
- "drilldownColumn": {
1203
- "type": "object"
1204
- },
1205
- "label": {
1206
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1207
- "type": "object"
1208
- },
1209
- "order": {
1210
- "description": "Order",
1211
- "type": "number"
1212
- },
1213
- "type": {
1214
- "const": "other",
1215
- "description": "Type of drilldown",
1216
- "type": "string"
1217
- }
1218
- },
1219
- "type": "object"
1220
- }
1221
- ]
1222
- },
1223
- "type": "array"
1224
- }
1225
- },
1226
- "type": "object"
1227
- },
1228
- "type": "array"
1229
- },
1230
- "identifier": {
1231
- "items": {
1232
- "properties": {
1233
- "active": {
1234
- "type": "boolean"
1235
- },
1236
- "drillPath": {
1237
- "type": "number"
1238
- },
1239
- "label": {
1240
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1241
- "type": "object"
1242
- },
1243
- "values": {
1244
- "items": {
1245
- "anyOf": [
1246
- {
1247
- "properties": {
1248
- "active": {
1249
- "type": "boolean"
1250
- },
1251
- "levels": {
1252
- "items": {
1253
- "type": "number"
1254
- },
1255
- "type": "array"
1256
- },
1257
- "order": {
1258
- "type": "number"
1259
- },
1260
- "type": {
1261
- "const": "level",
1262
- "type": "string"
1263
- }
1264
- },
1265
- "type": "object"
1266
- },
1267
- {
1268
- "properties": {
1269
- "active": {
1270
- "description": "Is active",
1271
- "type": "boolean"
1272
- },
1273
- "drilldownColumn": {
1274
- "type": "object"
1275
- },
1276
- "label": {
1277
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1278
- "type": "object"
1279
- },
1280
- "order": {
1281
- "description": "Order",
1282
- "type": "number"
1283
- },
1284
- "type": {
1285
- "const": "other",
1286
- "description": "Type of drilldown",
1287
- "type": "string"
1288
- }
1289
- },
1290
- "type": "object"
1291
- }
1292
- ]
1293
- },
1294
- "type": "array"
1295
- }
1296
- },
1297
- "type": "object"
1298
- },
1299
- "type": "array"
1300
- },
1301
- "image": {
1302
- "items": {
1303
- "properties": {
1304
- "active": {
1305
- "type": "boolean"
1306
- },
1307
- "drillPath": {
1308
- "type": "number"
1309
- },
1310
- "label": {
1311
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1312
- "type": "object"
1313
- },
1314
- "values": {
1315
- "items": {
1316
- "anyOf": [
1317
- {
1318
- "properties": {
1319
- "active": {
1320
- "type": "boolean"
1321
- },
1322
- "levels": {
1323
- "items": {
1324
- "type": "number"
1325
- },
1326
- "type": "array"
1327
- },
1328
- "order": {
1329
- "type": "number"
1330
- },
1331
- "type": {
1332
- "const": "level",
1333
- "type": "string"
1334
- }
1335
- },
1336
- "type": "object"
1337
- },
1338
- {
1339
- "properties": {
1340
- "active": {
1341
- "description": "Is active",
1342
- "type": "boolean"
1343
- },
1344
- "drilldownColumn": {
1345
- "type": "object"
1346
- },
1347
- "label": {
1348
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1349
- "type": "object"
1350
- },
1351
- "order": {
1352
- "description": "Order",
1353
- "type": "number"
1354
- },
1355
- "type": {
1356
- "const": "other",
1357
- "description": "Type of drilldown",
1358
- "type": "string"
1359
- }
1360
- },
1361
- "type": "object"
1362
- }
1363
- ]
1364
- },
1365
- "type": "array"
1366
- }
1367
- },
1368
- "type": "object"
1369
- },
1370
- "type": "array"
1371
- },
1372
- "legend": {
1373
- "items": {
1374
- "properties": {
1375
- "active": {
1376
- "type": "boolean"
1377
- },
1378
- "drillPath": {
1379
- "type": "number"
1380
- },
1381
- "label": {
1382
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1383
- "type": "object"
1384
- },
1385
- "values": {
1386
- "items": {
1387
- "anyOf": [
1388
- {
1389
- "properties": {
1390
- "active": {
1391
- "type": "boolean"
1392
- },
1393
- "levels": {
1394
- "items": {
1395
- "type": "number"
1396
- },
1397
- "type": "array"
1398
- },
1399
- "order": {
1400
- "type": "number"
1401
- },
1402
- "type": {
1403
- "const": "level",
1404
- "type": "string"
1405
- }
1406
- },
1407
- "type": "object"
1408
- },
1409
- {
1410
- "properties": {
1411
- "active": {
1412
- "description": "Is active",
1413
- "type": "boolean"
1414
- },
1415
- "drilldownColumn": {
1416
- "type": "object"
1417
- },
1418
- "label": {
1419
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1420
- "type": "object"
1421
- },
1422
- "order": {
1423
- "description": "Order",
1424
- "type": "number"
1425
- },
1426
- "type": {
1427
- "const": "other",
1428
- "description": "Type of drilldown",
1429
- "type": "string"
1430
- }
1431
- },
1432
- "type": "object"
1433
- }
1434
- ]
1435
- },
1436
- "type": "array"
1437
- }
1438
- },
1439
- "type": "object"
1440
- },
1441
- "type": "array"
1442
- },
1443
- "levels": {
1444
- "items": {
1445
- "properties": {
1446
- "active": {
1447
- "type": "boolean"
1448
- },
1449
- "drillPath": {
1450
- "type": "number"
1451
- },
1452
- "label": {
1453
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1454
- "type": "object"
1455
- },
1456
- "values": {
1457
- "items": {
1458
- "anyOf": [
1459
- {
1460
- "properties": {
1461
- "active": {
1462
- "type": "boolean"
1463
- },
1464
- "levels": {
1465
- "items": {
1466
- "type": "number"
1467
- },
1468
- "type": "array"
1469
- },
1470
- "order": {
1471
- "type": "number"
1472
- },
1473
- "type": {
1474
- "const": "level",
1475
- "type": "string"
1476
- }
1477
- },
1478
- "type": "object"
1479
- },
1480
- {
1481
- "properties": {
1482
- "active": {
1483
- "description": "Is active",
1484
- "type": "boolean"
1485
- },
1486
- "drilldownColumn": {
1487
- "type": "object"
1488
- },
1489
- "label": {
1490
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1491
- "type": "object"
1492
- },
1493
- "order": {
1494
- "description": "Order",
1495
- "type": "number"
1496
- },
1497
- "type": {
1498
- "const": "other",
1499
- "description": "Type of drilldown",
1500
- "type": "string"
1501
- }
1502
- },
1503
- "type": "object"
1504
- }
1505
- ]
1506
- },
1507
- "type": "array"
1508
- }
1509
- },
1510
- "type": "object"
1511
- },
1512
- "type": "array"
1513
- },
1514
- "low": {
1515
- "items": {
1516
- "properties": {
1517
- "active": {
1518
- "type": "boolean"
1519
- },
1520
- "drillPath": {
1521
- "type": "number"
1522
- },
1523
- "label": {
1524
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1525
- "type": "object"
1526
- },
1527
- "values": {
1528
- "items": {
1529
- "anyOf": [
1530
- {
1531
- "properties": {
1532
- "active": {
1533
- "type": "boolean"
1534
- },
1535
- "levels": {
1536
- "items": {
1537
- "type": "number"
1538
- },
1539
- "type": "array"
1540
- },
1541
- "order": {
1542
- "type": "number"
1543
- },
1544
- "type": {
1545
- "const": "level",
1546
- "type": "string"
1547
- }
1548
- },
1549
- "type": "object"
1550
- },
1551
- {
1552
- "properties": {
1553
- "active": {
1554
- "description": "Is active",
1555
- "type": "boolean"
1556
- },
1557
- "drilldownColumn": {
1558
- "type": "object"
1559
- },
1560
- "label": {
1561
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1562
- "type": "object"
1563
- },
1564
- "order": {
1565
- "description": "Order",
1566
- "type": "number"
1567
- },
1568
- "type": {
1569
- "const": "other",
1570
- "description": "Type of drilldown",
1571
- "type": "string"
1572
- }
1573
- },
1574
- "type": "object"
1575
- }
1576
- ]
1577
- },
1578
- "type": "array"
1579
- }
1580
- },
1581
- "type": "object"
1582
- },
1583
- "type": "array"
1584
- },
1585
- "measure": {
1586
- "items": {
1587
- "properties": {
1588
- "active": {
1589
- "type": "boolean"
1590
- },
1591
- "drillPath": {
1592
- "type": "number"
1593
- },
1594
- "label": {
1595
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1596
- "type": "object"
1597
- },
1598
- "values": {
1599
- "items": {
1600
- "anyOf": [
1601
- {
1602
- "properties": {
1603
- "active": {
1604
- "type": "boolean"
1605
- },
1606
- "levels": {
1607
- "items": {
1608
- "type": "number"
1609
- },
1610
- "type": "array"
1611
- },
1612
- "order": {
1613
- "type": "number"
1614
- },
1615
- "type": {
1616
- "const": "level",
1617
- "type": "string"
1618
- }
1619
- },
1620
- "type": "object"
1621
- },
1622
- {
1623
- "properties": {
1624
- "active": {
1625
- "description": "Is active",
1626
- "type": "boolean"
1627
- },
1628
- "drilldownColumn": {
1629
- "type": "object"
1630
- },
1631
- "label": {
1632
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1633
- "type": "object"
1634
- },
1635
- "order": {
1636
- "description": "Order",
1637
- "type": "number"
1638
- },
1639
- "type": {
1640
- "const": "other",
1641
- "description": "Type of drilldown",
1642
- "type": "string"
1643
- }
1644
- },
1645
- "type": "object"
1646
- }
1647
- ]
1648
- },
1649
- "type": "array"
1650
- }
1651
- },
1652
- "type": "object"
1653
- },
1654
- "type": "array"
1655
- },
1656
- "name": {
1657
- "items": {
1658
- "properties": {
1659
- "active": {
1660
- "type": "boolean"
1661
- },
1662
- "drillPath": {
1663
- "type": "number"
1664
- },
1665
- "label": {
1666
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1667
- "type": "object"
1668
- },
1669
- "values": {
1670
- "items": {
1671
- "anyOf": [
1672
- {
1673
- "properties": {
1674
- "active": {
1675
- "type": "boolean"
1676
- },
1677
- "levels": {
1678
- "items": {
1679
- "type": "number"
1680
- },
1681
- "type": "array"
1682
- },
1683
- "order": {
1684
- "type": "number"
1685
- },
1686
- "type": {
1687
- "const": "level",
1688
- "type": "string"
1689
- }
1690
- },
1691
- "type": "object"
1692
- },
1693
- {
1694
- "properties": {
1695
- "active": {
1696
- "description": "Is active",
1697
- "type": "boolean"
1698
- },
1699
- "drilldownColumn": {
1700
- "type": "object"
1701
- },
1702
- "label": {
1703
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1704
- "type": "object"
1705
- },
1706
- "order": {
1707
- "description": "Order",
1708
- "type": "number"
1709
- },
1710
- "type": {
1711
- "const": "other",
1712
- "description": "Type of drilldown",
1713
- "type": "string"
1714
- }
1715
- },
1716
- "type": "object"
1717
- }
1718
- ]
1719
- },
1720
- "type": "array"
1721
- }
1722
- },
1723
- "type": "object"
1724
- },
1725
- "type": "array"
1726
- },
1727
- "open": {
1728
- "items": {
1729
- "properties": {
1730
- "active": {
1731
- "type": "boolean"
1732
- },
1733
- "drillPath": {
1734
- "type": "number"
1735
- },
1736
- "label": {
1737
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1738
- "type": "object"
1739
- },
1740
- "values": {
1741
- "items": {
1742
- "anyOf": [
1743
- {
1744
- "properties": {
1745
- "active": {
1746
- "type": "boolean"
1747
- },
1748
- "levels": {
1749
- "items": {
1750
- "type": "number"
1751
- },
1752
- "type": "array"
1753
- },
1754
- "order": {
1755
- "type": "number"
1756
- },
1757
- "type": {
1758
- "const": "level",
1759
- "type": "string"
1760
- }
1761
- },
1762
- "type": "object"
1763
- },
1764
- {
1765
- "properties": {
1766
- "active": {
1767
- "description": "Is active",
1768
- "type": "boolean"
1769
- },
1770
- "drilldownColumn": {
1771
- "type": "object"
1772
- },
1773
- "label": {
1774
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1775
- "type": "object"
1776
- },
1777
- "order": {
1778
- "description": "Order",
1779
- "type": "number"
1780
- },
1781
- "type": {
1782
- "const": "other",
1783
- "description": "Type of drilldown",
1784
- "type": "string"
1785
- }
1786
- },
1787
- "type": "object"
1788
- }
1789
- ]
1790
- },
1791
- "type": "array"
1792
- }
1793
- },
1794
- "type": "object"
1795
- },
1796
- "type": "array"
1797
- },
1798
- "order": {
1799
- "items": {
1800
- "properties": {
1801
- "active": {
1802
- "type": "boolean"
1803
- },
1804
- "drillPath": {
1805
- "type": "number"
1806
- },
1807
- "label": {
1808
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1809
- "type": "object"
1810
- },
1811
- "values": {
1812
- "items": {
1813
- "anyOf": [
1814
- {
1815
- "properties": {
1816
- "active": {
1817
- "type": "boolean"
1818
- },
1819
- "levels": {
1820
- "items": {
1821
- "type": "number"
1822
- },
1823
- "type": "array"
1824
- },
1825
- "order": {
1826
- "type": "number"
1827
- },
1828
- "type": {
1829
- "const": "level",
1830
- "type": "string"
1831
- }
1832
- },
1833
- "type": "object"
1834
- },
1835
- {
1836
- "properties": {
1837
- "active": {
1838
- "description": "Is active",
1839
- "type": "boolean"
1840
- },
1841
- "drilldownColumn": {
1842
- "type": "object"
1843
- },
1844
- "label": {
1845
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1846
- "type": "object"
1847
- },
1848
- "order": {
1849
- "description": "Order",
1850
- "type": "number"
1851
- },
1852
- "type": {
1853
- "const": "other",
1854
- "description": "Type of drilldown",
1855
- "type": "string"
1856
- }
1857
- },
1858
- "type": "object"
1859
- }
1860
- ]
1861
- },
1862
- "type": "array"
1863
- }
1864
- },
1865
- "type": "object"
1866
- },
1867
- "type": "array"
1868
- },
1869
- "route": {
1870
- "items": {
1871
- "properties": {
1872
- "active": {
1873
- "type": "boolean"
1874
- },
1875
- "drillPath": {
1876
- "type": "number"
1877
- },
1878
- "label": {
1879
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1880
- "type": "object"
1881
- },
1882
- "values": {
1883
- "items": {
1884
- "anyOf": [
1885
- {
1886
- "properties": {
1887
- "active": {
1888
- "type": "boolean"
1889
- },
1890
- "levels": {
1891
- "items": {
1892
- "type": "number"
1893
- },
1894
- "type": "array"
1895
- },
1896
- "order": {
1897
- "type": "number"
1898
- },
1899
- "type": {
1900
- "const": "level",
1901
- "type": "string"
1902
- }
1903
- },
1904
- "type": "object"
1905
- },
1906
- {
1907
- "properties": {
1908
- "active": {
1909
- "description": "Is active",
1910
- "type": "boolean"
1911
- },
1912
- "drilldownColumn": {
1913
- "type": "object"
1914
- },
1915
- "label": {
1916
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1917
- "type": "object"
1918
- },
1919
- "order": {
1920
- "description": "Order",
1921
- "type": "number"
1922
- },
1923
- "type": {
1924
- "const": "other",
1925
- "description": "Type of drilldown",
1926
- "type": "string"
1927
- }
1928
- },
1929
- "type": "object"
1930
- }
1931
- ]
1932
- },
1933
- "type": "array"
1934
- }
1935
- },
1936
- "type": "object"
1937
- },
1938
- "type": "array"
1939
- },
1940
- "row": {
1941
- "items": {
1942
- "properties": {
1943
- "active": {
1944
- "type": "boolean"
1945
- },
1946
- "drillPath": {
1947
- "type": "number"
1948
- },
1949
- "label": {
1950
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1951
- "type": "object"
1952
- },
1953
- "values": {
1954
- "items": {
1955
- "anyOf": [
1956
- {
1957
- "properties": {
1958
- "active": {
1959
- "type": "boolean"
1960
- },
1961
- "levels": {
1962
- "items": {
1963
- "type": "number"
1964
- },
1965
- "type": "array"
1966
- },
1967
- "order": {
1968
- "type": "number"
1969
- },
1970
- "type": {
1971
- "const": "level",
1972
- "type": "string"
1973
- }
1974
- },
1975
- "type": "object"
1976
- },
1977
- {
1978
- "properties": {
1979
- "active": {
1980
- "description": "Is active",
1981
- "type": "boolean"
1982
- },
1983
- "drilldownColumn": {
1984
- "type": "object"
1985
- },
1986
- "label": {
1987
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1988
- "type": "object"
1989
- },
1990
- "order": {
1991
- "description": "Order",
1992
- "type": "number"
1993
- },
1994
- "type": {
1995
- "const": "other",
1996
- "description": "Type of drilldown",
1997
- "type": "string"
1998
- }
1999
- },
2000
- "type": "object"
2001
- }
2002
- ]
2003
- },
2004
- "type": "array"
2005
- }
2006
- },
2007
- "type": "object"
2008
- },
2009
- "type": "array"
2010
- },
2011
- "size": {
2012
- "items": {
2013
- "properties": {
2014
- "active": {
2015
- "type": "boolean"
2016
- },
2017
- "drillPath": {
2018
- "type": "number"
2019
- },
2020
- "label": {
2021
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2022
- "type": "object"
2023
- },
2024
- "values": {
2025
- "items": {
2026
- "anyOf": [
2027
- {
2028
- "properties": {
2029
- "active": {
2030
- "type": "boolean"
2031
- },
2032
- "levels": {
2033
- "items": {
2034
- "type": "number"
2035
- },
2036
- "type": "array"
2037
- },
2038
- "order": {
2039
- "type": "number"
2040
- },
2041
- "type": {
2042
- "const": "level",
2043
- "type": "string"
2044
- }
2045
- },
2046
- "type": "object"
2047
- },
2048
- {
2049
- "properties": {
2050
- "active": {
2051
- "description": "Is active",
2052
- "type": "boolean"
2053
- },
2054
- "drilldownColumn": {
2055
- "type": "object"
2056
- },
2057
- "label": {
2058
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2059
- "type": "object"
2060
- },
2061
- "order": {
2062
- "description": "Order",
2063
- "type": "number"
2064
- },
2065
- "type": {
2066
- "const": "other",
2067
- "description": "Type of drilldown",
2068
- "type": "string"
2069
- }
2070
- },
2071
- "type": "object"
2072
- }
2073
- ]
2074
- },
2075
- "type": "array"
2076
- }
2077
- },
2078
- "type": "object"
2079
- },
2080
- "type": "array"
2081
- },
2082
- "slidermetric": {
2083
- "items": {
2084
- "properties": {
2085
- "active": {
2086
- "type": "boolean"
2087
- },
2088
- "drillPath": {
2089
- "type": "number"
2090
- },
2091
- "label": {
2092
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2093
- "type": "object"
2094
- },
2095
- "values": {
2096
- "items": {
2097
- "anyOf": [
2098
- {
2099
- "properties": {
2100
- "active": {
2101
- "type": "boolean"
2102
- },
2103
- "levels": {
2104
- "items": {
2105
- "type": "number"
2106
- },
2107
- "type": "array"
2108
- },
2109
- "order": {
2110
- "type": "number"
2111
- },
2112
- "type": {
2113
- "const": "level",
2114
- "type": "string"
2115
- }
2116
- },
2117
- "type": "object"
2118
- },
2119
- {
2120
- "properties": {
2121
- "active": {
2122
- "description": "Is active",
2123
- "type": "boolean"
2124
- },
2125
- "drilldownColumn": {
2126
- "type": "object"
2127
- },
2128
- "label": {
2129
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2130
- "type": "object"
2131
- },
2132
- "order": {
2133
- "description": "Order",
2134
- "type": "number"
2135
- },
2136
- "type": {
2137
- "const": "other",
2138
- "description": "Type of drilldown",
2139
- "type": "string"
2140
- }
2141
- },
2142
- "type": "object"
2143
- }
2144
- ]
2145
- },
2146
- "type": "array"
2147
- }
2148
- },
2149
- "type": "object"
2150
- },
2151
- "type": "array"
2152
- },
2153
- "source": {
2154
- "items": {
2155
- "properties": {
2156
- "active": {
2157
- "type": "boolean"
2158
- },
2159
- "drillPath": {
2160
- "type": "number"
2161
- },
2162
- "label": {
2163
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2164
- "type": "object"
2165
- },
2166
- "values": {
2167
- "items": {
2168
- "anyOf": [
2169
- {
2170
- "properties": {
2171
- "active": {
2172
- "type": "boolean"
2173
- },
2174
- "levels": {
2175
- "items": {
2176
- "type": "number"
2177
- },
2178
- "type": "array"
2179
- },
2180
- "order": {
2181
- "type": "number"
2182
- },
2183
- "type": {
2184
- "const": "level",
2185
- "type": "string"
2186
- }
2187
- },
2188
- "type": "object"
2189
- },
2190
- {
2191
- "properties": {
2192
- "active": {
2193
- "description": "Is active",
2194
- "type": "boolean"
2195
- },
2196
- "drilldownColumn": {
2197
- "type": "object"
2198
- },
2199
- "label": {
2200
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2201
- "type": "object"
2202
- },
2203
- "order": {
2204
- "description": "Order",
2205
- "type": "number"
2206
- },
2207
- "type": {
2208
- "const": "other",
2209
- "description": "Type of drilldown",
2210
- "type": "string"
2211
- }
2212
- },
2213
- "type": "object"
2214
- }
2215
- ]
342
+ "customEvents": {
343
+ "anyOf": [
344
+ {
345
+ "properties": {
346
+ "events": {
347
+ "items": {
348
+ "description": "Custom event configuration",
349
+ "properties": {
350
+ "label": {
351
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
352
+ "type": "object"
353
+ },
354
+ "name": {
355
+ "description": "Custom event name",
356
+ "type": "string"
357
+ }
2216
358
  },
2217
- "type": "array"
2218
- }
2219
- },
2220
- "type": "object"
2221
- },
2222
- "type": "array"
2223
- },
2224
- "target": {
2225
- "items": {
2226
- "properties": {
2227
- "active": {
2228
- "type": "boolean"
2229
- },
2230
- "drillPath": {
2231
- "type": "number"
2232
- },
2233
- "label": {
2234
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2235
359
  "type": "object"
2236
360
  },
2237
- "values": {
2238
- "items": {
2239
- "anyOf": [
2240
- {
2241
- "properties": {
2242
- "active": {
2243
- "type": "boolean"
2244
- },
2245
- "levels": {
2246
- "items": {
2247
- "type": "number"
2248
- },
2249
- "type": "array"
2250
- },
2251
- "order": {
2252
- "type": "number"
2253
- },
2254
- "type": {
2255
- "const": "level",
2256
- "type": "string"
2257
- }
2258
- },
2259
- "type": "object"
2260
- },
2261
- {
2262
- "properties": {
2263
- "active": {
2264
- "description": "Is active",
2265
- "type": "boolean"
2266
- },
2267
- "drilldownColumn": {
2268
- "type": "object"
2269
- },
2270
- "label": {
2271
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2272
- "type": "object"
2273
- },
2274
- "order": {
2275
- "description": "Order",
2276
- "type": "number"
2277
- },
2278
- "type": {
2279
- "const": "other",
2280
- "description": "Type of drilldown",
2281
- "type": "string"
2282
- }
2283
- },
2284
- "type": "object"
2285
- }
2286
- ]
2287
- },
2288
- "type": "array"
2289
- }
361
+ "type": "array"
2290
362
  },
2291
- "type": "object"
2292
- },
2293
- "type": "array"
2294
- },
2295
- "time": {
2296
- "items": {
2297
- "properties": {
2298
- "active": {
2299
- "type": "boolean"
2300
- },
2301
- "drillPath": {
2302
- "type": "number"
2303
- },
2304
- "label": {
2305
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2306
- "type": "object"
2307
- },
2308
- "values": {
2309
- "items": {
2310
- "anyOf": [
2311
- {
2312
- "properties": {
2313
- "active": {
2314
- "type": "boolean"
2315
- },
2316
- "levels": {
2317
- "items": {
2318
- "type": "number"
2319
- },
2320
- "type": "array"
2321
- },
2322
- "order": {
2323
- "type": "number"
2324
- },
2325
- "type": {
2326
- "const": "level",
2327
- "type": "string"
2328
- }
2329
- },
2330
- "type": "object"
2331
- },
2332
- {
2333
- "properties": {
2334
- "active": {
2335
- "description": "Is active",
2336
- "type": "boolean"
2337
- },
2338
- "drilldownColumn": {
2339
- "type": "object"
2340
- },
2341
- "label": {
2342
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2343
- "type": "object"
2344
- },
2345
- "order": {
2346
- "description": "Order",
2347
- "type": "number"
2348
- },
2349
- "type": {
2350
- "const": "other",
2351
- "description": "Type of drilldown",
2352
- "type": "string"
2353
- }
2354
- },
2355
- "type": "object"
2356
- }
2357
- ]
363
+ "extraData": {
364
+ "items": {
365
+ "properties": {
366
+ "aggregation": {
367
+ "description": "Aggregation query type",
368
+ "enum": [
369
+ "average",
370
+ "count",
371
+ "cumulativesum",
372
+ "distinctcount",
373
+ "histogram",
374
+ "max",
375
+ "median",
376
+ "min",
377
+ "rate",
378
+ "stddev",
379
+ "sum",
380
+ "weightedaverage"
381
+ ],
382
+ "type": "string"
383
+ },
384
+ "columnId": {
385
+ "description": "Column id",
386
+ "format": "uuid",
387
+ "type": "string"
388
+ },
389
+ "datasetId": {
390
+ "description": "Dataset id",
391
+ "format": "uuid",
392
+ "type": "string"
393
+ },
394
+ "formulaId": {
395
+ "description": "Formula id",
396
+ "format": "uuid",
397
+ "type": "string"
398
+ },
399
+ "label": {
400
+ "description": "Label",
401
+ "type": "string"
402
+ },
403
+ "weightedColumnId": {
404
+ "description": "Weighted column id",
405
+ "format": "uuid",
406
+ "type": "string"
407
+ },
408
+ "weightedDatasetId": {
409
+ "description": "Weighted dataset id",
410
+ "format": "uuid",
411
+ "type": "string"
412
+ }
2358
413
  },
2359
- "type": "array"
2360
- }
2361
- },
2362
- "type": "object"
2363
- },
2364
- "type": "array"
2365
- },
2366
- "x-axis": {
2367
- "items": {
2368
- "properties": {
2369
- "active": {
2370
- "type": "boolean"
2371
- },
2372
- "drillPath": {
2373
- "type": "number"
2374
- },
2375
- "label": {
2376
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2377
414
  "type": "object"
2378
415
  },
2379
- "values": {
2380
- "items": {
2381
- "anyOf": [
2382
- {
2383
- "properties": {
2384
- "active": {
2385
- "type": "boolean"
2386
- },
2387
- "levels": {
2388
- "items": {
2389
- "type": "number"
2390
- },
2391
- "type": "array"
2392
- },
2393
- "order": {
2394
- "type": "number"
2395
- },
2396
- "type": {
2397
- "const": "level",
2398
- "type": "string"
2399
- }
2400
- },
2401
- "type": "object"
2402
- },
2403
- {
2404
- "properties": {
2405
- "active": {
2406
- "description": "Is active",
2407
- "type": "boolean"
2408
- },
2409
- "drilldownColumn": {
2410
- "type": "object"
2411
- },
2412
- "label": {
2413
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2414
- "type": "object"
2415
- },
2416
- "order": {
2417
- "description": "Order",
2418
- "type": "number"
2419
- },
2420
- "type": {
2421
- "const": "other",
2422
- "description": "Type of drilldown",
2423
- "type": "string"
2424
- }
2425
- },
2426
- "type": "object"
2427
- }
2428
- ]
2429
- },
2430
- "type": "array"
2431
- }
2432
- },
2433
- "type": "object"
416
+ "type": "array"
417
+ }
2434
418
  },
2435
- "type": "array"
419
+ "type": "object"
2436
420
  },
2437
- "y-axis": {
2438
- "items": {
2439
- "properties": {
2440
- "active": {
2441
- "type": "boolean"
2442
- },
2443
- "drillPath": {
2444
- "type": "number"
2445
- },
2446
- "label": {
2447
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2448
- "type": "object"
2449
- },
2450
- "values": {
2451
- "items": {
2452
- "anyOf": [
2453
- {
2454
- "properties": {
2455
- "active": {
2456
- "type": "boolean"
2457
- },
2458
- "levels": {
2459
- "items": {
2460
- "type": "number"
2461
- },
2462
- "type": "array"
2463
- },
2464
- "order": {
2465
- "type": "number"
2466
- },
2467
- "type": {
2468
- "const": "level",
2469
- "type": "string"
2470
- }
2471
- },
2472
- "type": "object"
2473
- },
2474
- {
2475
- "properties": {
2476
- "active": {
2477
- "description": "Is active",
2478
- "type": "boolean"
2479
- },
2480
- "drilldownColumn": {
2481
- "type": "object"
2482
- },
2483
- "label": {
2484
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2485
- "type": "object"
2486
- },
2487
- "order": {
2488
- "description": "Order",
2489
- "type": "number"
2490
- },
2491
- "type": {
2492
- "const": "other",
2493
- "description": "Type of drilldown",
2494
- "type": "string"
2495
- }
2496
- },
2497
- "type": "object"
2498
- }
2499
- ]
2500
- },
2501
- "type": "array"
2502
- }
2503
- },
2504
- "type": "object"
2505
- },
2506
- "type": "array"
421
+ {
422
+ "type": "null"
2507
423
  }
2508
- },
2509
- "type": "object"
424
+ ],
425
+ "default": null,
426
+ "description": "Custom events interactivity option"
427
+ },
428
+ "customTooltip": {
429
+ "default": null,
430
+ "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
431
+ "type": [
432
+ "null",
433
+ "object"
434
+ ]
2510
435
  },
2511
436
  "exportTypes": {
2512
437
  "default": [
@@ -2514,7 +439,7 @@ declare const _default: {
2514
439
  "csv",
2515
440
  "png"
2516
441
  ],
2517
- "description": "Export types interactivity option",
442
+ "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.",
2518
443
  "items": {
2519
444
  "description": "Export types",
2520
445
  "enum": [
@@ -2536,364 +461,25 @@ declare const _default: {
2536
461
  "items": {
2537
462
  "description": "Measure dimension picker configuration",
2538
463
  "properties": {
2539
- "acceptFormula": {
2540
- "type": "boolean"
2541
- },
2542
- "allAvailableColumns": {
2543
- "items": {
2544
- "properties": {
2545
- "columns": {
2546
- "items": {
2547
- "properties": {
2548
- "cardinality": {
2549
- "type": "number"
2550
- },
2551
- "color": {
2552
- "type": "string"
2553
- },
2554
- "columnHierarchies": {
2555
- "anyOf": [
2556
- {
2557
- "items": {
2558
- "type": "string"
2559
- },
2560
- "type": "array"
2561
- },
2562
- {
2563
- "items": {
2564
- "properties": {
2565
- "color": {
2566
- "type": "string"
2567
- },
2568
- "id": {
2569
- "type": "string"
2570
- },
2571
- "level": {
2572
- "type": "number"
2573
- },
2574
- "name": {
2575
- "type": "object"
2576
- }
2577
- },
2578
- "type": "object"
2579
- },
2580
- "type": "array"
2581
- }
2582
- ]
2583
- },
2584
- "currency": {
2585
- "properties": {
2586
- "id": {
2587
- "type": "string"
2588
- },
2589
- "name": {
2590
- "type": "string"
2591
- },
2592
- "symbol": {
2593
- "type": "string"
2594
- }
2595
- },
2596
- "type": "object"
2597
- },
2598
- "currency_id": {
2599
- "type": "string"
2600
- },
2601
- "description": {
2602
- "type": "object"
2603
- },
2604
- "duration_format": {
2605
- "enum": [
2606
- "long",
2607
- "short",
2608
- "time"
2609
- ],
2610
- "type": "string"
2611
- },
2612
- "duration_levels": {
2613
- "items": {
2614
- "type": "number"
2615
- },
2616
- "type": "array"
2617
- },
2618
- "expression": {
2619
- "type": "string"
2620
- },
2621
- "format": {
2622
- "type": "string"
2623
- },
2624
- "hierarchyLevels": {
2625
- "items": {
2626
- "properties": {
2627
- "color": {
2628
- "type": "string"
2629
- },
2630
- "id": {
2631
- "type": "string"
2632
- },
2633
- "level": {
2634
- "type": "number"
2635
- },
2636
- "name": {
2637
- "type": "object"
2638
- }
2639
- },
2640
- "type": "object"
2641
- },
2642
- "type": "array"
2643
- },
2644
- "hierarchy_enabled": {
2645
- "type": "boolean"
2646
- },
2647
- "highestLevel": {
2648
- "type": "number"
2649
- },
2650
- "id": {
2651
- "type": "string"
2652
- },
2653
- "informat": {
2654
- "type": "string"
2655
- },
2656
- "isFormula": {
2657
- "type": "boolean"
2658
- },
2659
- "isLabel": {
2660
- "type": "boolean"
2661
- },
2662
- "joins": {
2663
- "items": {
2664
- "properties": {
2665
- "currency_id": {
2666
- "type": [
2667
- "null",
2668
- "string"
2669
- ]
2670
- },
2671
- "hierarchy_enabled": {
2672
- "type": "boolean"
2673
- },
2674
- "id": {
2675
- "type": "string"
2676
- },
2677
- "join": {
2678
- "properties": {
2679
- "column_id": {
2680
- "type": "string"
2681
- },
2682
- "created_at": {
2683
- "type": "string"
2684
- },
2685
- "joins_id": {
2686
- "type": "string"
2687
- },
2688
- "subtype": {
2689
- "type": "string"
2690
- },
2691
- "type": {
2692
- "enum": [
2693
- "exact",
2694
- "lookup"
2695
- ],
2696
- "type": "string"
2697
- },
2698
- "update_at": {
2699
- "type": "string"
2700
- },
2701
- "updated_at": {
2702
- "type": "string"
2703
- }
2704
- },
2705
- "type": "object"
2706
- },
2707
- "securable_id": {
2708
- "type": "string"
2709
- }
2710
- },
2711
- "type": "object"
2712
- },
2713
- "type": "array"
2714
- },
2715
- "level": {
2716
- "type": "number"
2717
- },
2718
- "lowestLevel": {
2719
- "type": "number"
2720
- },
2721
- "name": {
2722
- "type": "object"
2723
- },
2724
- "order": {
2725
- "type": "number"
2726
- },
2727
- "securable_id": {
2728
- "type": "string"
2729
- },
2730
- "source_name": {
2731
- "type": "string"
2732
- },
2733
- "subtype": {
2734
- "enum": [
2735
- "coordinates",
2736
- "currency",
2737
- "duration",
2738
- "hierarchy_element_expression",
2739
- "topography"
2740
- ],
2741
- "type": "string"
2742
- },
2743
- "type": {
2744
- "enum": [
2745
- "datetime",
2746
- "hierarchy",
2747
- "numeric",
2748
- "spatial"
2749
- ],
2750
- "type": "string"
2751
- },
2752
- "version": {
2753
- "type": "number"
2754
- },
2755
- "width": {
2756
- "type": "number"
2757
- }
2758
- },
2759
- "type": "object"
2760
- },
2761
- "type": "array"
2762
- },
2763
- "datasetId": {
2764
- "format": "uuid",
2765
- "type": "string"
2766
- },
2767
- "datasetName": {
2768
- "type": "object"
2769
- },
2770
- "formulas": {
2771
- "items": {
2772
- "properties": {
2773
- "color": {
2774
- "type": "string"
2775
- },
2776
- "currency": {
2777
- "properties": {
2778
- "id": {
2779
- "type": "string"
2780
- },
2781
- "name": {
2782
- "type": "string"
2783
- },
2784
- "symbol": {
2785
- "type": "string"
2786
- }
2787
- },
2788
- "type": "object"
2789
- },
2790
- "currency_id": {
2791
- "type": "string"
2792
- },
2793
- "duration_format": {
2794
- "enum": [
2795
- "long",
2796
- "short",
2797
- "time"
2798
- ],
2799
- "type": "string"
2800
- },
2801
- "duration_levels": {
2802
- "items": {
2803
- "type": "number"
2804
- },
2805
- "type": "array"
2806
- },
2807
- "expression": {
2808
- "type": "string"
2809
- },
2810
- "format": {
2811
- "type": "string"
2812
- },
2813
- "id": {
2814
- "type": "string"
2815
- },
2816
- "informat": {
2817
- "enum": [
2818
- "DD-MM-YYYY HH:mm:ss.SSS",
2819
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
2820
- "MM-DD-YYYY HH:mm:ss.SSS",
2821
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
2822
- "X",
2823
- "YYYY-MM-DD HH:mm:ss.SSS",
2824
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
2825
- "hierarchy",
2826
- "numeric",
2827
- "x"
2828
- ],
2829
- "type": "string"
2830
- },
2831
- "isFormula": {
2832
- "type": "boolean"
2833
- },
2834
- "level": {
2835
- "type": "number"
2836
- },
2837
- "lowestLevel": {
2838
- "type": "number"
2839
- },
2840
- "name": {
2841
- "type": "object"
2842
- },
2843
- "securableFormula": {
2844
- "properties": {
2845
- "formula_id": {
2846
- "type": "string"
2847
- },
2848
- "securable_id": {
2849
- "type": "string"
2850
- }
2851
- },
2852
- "type": "object"
2853
- },
2854
- "securable_id": {
2855
- "type": "string"
2856
- },
2857
- "subtype": {
2858
- "enum": [
2859
- "currency",
2860
- "date",
2861
- "datetime",
2862
- "duration"
2863
- ],
2864
- "type": "string"
2865
- },
2866
- "type": {
2867
- "enum": [
2868
- "datetime",
2869
- "hierarchy",
2870
- "numeric"
2871
- ],
2872
- "type": "string"
2873
- }
2874
- },
2875
- "type": "object"
2876
- },
2877
- "type": "array"
2878
- }
2879
- },
2880
- "type": "object"
2881
- },
2882
- "type": "array"
2883
- },
2884
- "allowMultiple": {
2885
- "type": "boolean"
2886
- },
2887
- "description": {
2888
- "type": "string"
2889
- },
2890
464
  "order": {
465
+ "description": "Order",
466
+ "examples": [
467
+ 0,
468
+ 9999
469
+ ],
2891
470
  "type": "number"
2892
471
  },
2893
472
  "slot": {
473
+ "description": "Slot name",
474
+ "examples": [
475
+ "measure",
476
+ "dimension",
477
+ "legend"
478
+ ],
2894
479
  "type": "string"
2895
480
  },
2896
481
  "values": {
482
+ "description": "An array of columns for the current picker",
2897
483
  "items": {
2898
484
  "properties": {
2899
485
  "aggregationFunc": {
@@ -2929,6 +515,7 @@ declare const _default: {
2929
515
  "currency",
2930
516
  "duration",
2931
517
  "hierarchy_element_expression",
518
+ "ip_address",
2932
519
  "topography"
2933
520
  ],
2934
521
  "type": "string"
@@ -2962,36 +549,6 @@ declare const _default: {
2962
549
  "string"
2963
550
  ]
2964
551
  },
2965
- "columnHierarchies": {
2966
- "anyOf": [
2967
- {
2968
- "items": {
2969
- "type": "string"
2970
- },
2971
- "type": "array"
2972
- },
2973
- {
2974
- "items": {
2975
- "properties": {
2976
- "color": {
2977
- "type": "string"
2978
- },
2979
- "id": {
2980
- "type": "string"
2981
- },
2982
- "level": {
2983
- "type": "number"
2984
- },
2985
- "name": {
2986
- "type": "object"
2987
- }
2988
- },
2989
- "type": "object"
2990
- },
2991
- "type": "array"
2992
- }
2993
- ]
2994
- },
2995
552
  "columnId": {
2996
553
  "description": "Column id",
2997
554
  "format": "uuid",
@@ -3066,13 +623,6 @@ declare const _default: {
3066
623
  },
3067
624
  "type": "object"
3068
625
  },
3069
- "hidden": {
3070
- "type": "boolean"
3071
- },
3072
- "include_nonoccurring": {
3073
- "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.",
3074
- "type": "boolean"
3075
- },
3076
626
  "label": {
3077
627
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
3078
628
  "type": "object"
@@ -3120,6 +670,7 @@ declare const _default: {
3120
670
  "enum": [
3121
671
  "none",
3122
672
  "past",
673
+ "absoluteChange",
3123
674
  "percentageChange"
3124
675
  ],
3125
676
  "type": "string"
@@ -3127,10 +678,8 @@ declare const _default: {
3127
678
  },
3128
679
  "type": "object"
3129
680
  },
3130
- "readonly": {
3131
- "type": "boolean"
3132
- },
3133
681
  "selected": {
682
+ "description": "Selected item",
3134
683
  "type": "boolean"
3135
684
  },
3136
685
  "subtype": {
@@ -3143,6 +692,7 @@ declare const _default: {
3143
692
  "datetime",
3144
693
  "duration",
3145
694
  "hierarchy_element_expression",
695
+ "ip_address",
3146
696
  "topography"
3147
697
  ],
3148
698
  "type": "string"
@@ -3222,7 +772,7 @@ declare const _default: {
3222
772
  "type": "object"
3223
773
  },
3224
774
  "legend": {
3225
- "description": "Legend options",
775
+ "description": "Legend options, they are applied if the legend is displayed",
3226
776
  "properties": {
3227
777
  "position": {
3228
778
  "description": "Position of the legend. Only available when the legend is shown.",
@@ -3260,7 +810,7 @@ declare const _default: {
3260
810
  "type": "object"
3261
811
  },
3262
812
  "limit": {
3263
- "description": "Show number of observations",
813
+ "description": "The maximum number of data rows to query and display",
3264
814
  "properties": {
3265
815
  "number": {
3266
816
  "default": 100000,
@@ -3481,7 +1031,7 @@ declare const _default: {
3481
1031
  "description": "Custom border styling",
3482
1032
  "properties": {
3483
1033
  "border-bottom-width": {
3484
- "description": "Border bottom width",
1034
+ "description": "Border bottom width, it is visible when a border style and color are set",
3485
1035
  "examples": [
3486
1036
  "0px",
3487
1037
  "1px",
@@ -3490,7 +1040,7 @@ declare const _default: {
3490
1040
  "type": "string"
3491
1041
  },
3492
1042
  "border-color": {
3493
- "description": "Border color",
1043
+ "description": "Border color, it is visible when a border style and width are set",
3494
1044
  "examples": [
3495
1045
  "rgba(216, 216, 216, 1)",
3496
1046
  "rgb(147, 146, 148)"
@@ -3498,7 +1048,7 @@ declare const _default: {
3498
1048
  "type": "string"
3499
1049
  },
3500
1050
  "border-left-width": {
3501
- "description": "Border left width",
1051
+ "description": "Border left width, it is visible when a border style and color are set",
3502
1052
  "examples": [
3503
1053
  "0px",
3504
1054
  "1px",
@@ -3516,7 +1066,7 @@ declare const _default: {
3516
1066
  "type": "string"
3517
1067
  },
3518
1068
  "border-right-width": {
3519
- "description": "Border right width",
1069
+ "description": "Border right width, it is visible when a border style and color are set",
3520
1070
  "examples": [
3521
1071
  "0px",
3522
1072
  "1px",
@@ -3525,7 +1075,7 @@ declare const _default: {
3525
1075
  "type": "string"
3526
1076
  },
3527
1077
  "border-style": {
3528
- "description": "Border style",
1078
+ "description": "Border style, it is visible when a border color and width are set",
3529
1079
  "examples": [
3530
1080
  "none",
3531
1081
  "solid",
@@ -3535,7 +1085,7 @@ declare const _default: {
3535
1085
  "type": "string"
3536
1086
  },
3537
1087
  "border-top-width": {
3538
- "description": "Border top width",
1088
+ "description": "Border top width, it is visible when a border style and color are set",
3539
1089
  "examples": [
3540
1090
  "0px",
3541
1091
  "1px",
@@ -3577,12 +1127,15 @@ declare const _default: {
3577
1127
  "type": "object"
3578
1128
  },
3579
1129
  "colors": {
3580
- "description": "Custom color palette",
1130
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
3581
1131
  "examples": [
3582
1132
  [
3583
- "rgb(68, 52, 255)",
3584
- "rgb(68, 52, 255)",
3585
- "rgb(218, 214, 255)"
1133
+ "red",
1134
+ "green",
1135
+ "blue",
1136
+ "yellow",
1137
+ "orange",
1138
+ "purple"
3586
1139
  ]
3587
1140
  ],
3588
1141
  "items": {
@@ -3593,19 +1146,6 @@ declare const _default: {
3593
1146
  "font": {
3594
1147
  "description": "Custom font styling",
3595
1148
  "properties": {
3596
- "font-style": {
3597
- "const": "normal",
3598
- "description": "Use it to reset the font style to \"normal\"",
3599
- "type": "string"
3600
- },
3601
- "font-weight": {
3602
- "description": "Font weight",
3603
- "examples": [
3604
- 400,
3605
- 700
3606
- ],
3607
- "type": "number"
3608
- },
3609
1149
  "fontFamily": {
3610
1150
  "description": "Font family",
3611
1151
  "examples": [
@@ -3618,7 +1158,7 @@ declare const _default: {
3618
1158
  "type": "string"
3619
1159
  },
3620
1160
  "fontSize": {
3621
- "description": "Font size in px",
1161
+ "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.",
3622
1162
  "examples": [
3623
1163
  10,
3624
1164
  15,
@@ -3647,10 +1187,10 @@ declare const _default: {
3647
1187
  "type": "string"
3648
1188
  },
3649
1189
  "legend": {
3650
- "description": "Custom legend styling",
1190
+ "description": "Custom legend styling, it's applied if the legend is displayed",
3651
1191
  "properties": {
3652
1192
  "fontSize": {
3653
- "description": "Legend font size in px",
1193
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3654
1194
  "examples": [
3655
1195
  12,
3656
1196
  16
@@ -3684,7 +1224,7 @@ declare const _default: {
3684
1224
  "type": "object"
3685
1225
  },
3686
1226
  "title": {
3687
- "description": "Custom title styling",
1227
+ "description": "Custom title styling, it's applied if the title is displayed",
3688
1228
  "properties": {
3689
1229
  "align": {
3690
1230
  "description": "Title align",
@@ -3717,7 +1257,7 @@ declare const _default: {
3717
1257
  "type": "boolean"
3718
1258
  },
3719
1259
  "fontSize": {
3720
- "description": "Title's font size in px",
1260
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3721
1261
  "examples": [
3722
1262
  16,
3723
1263
  20
@@ -3753,7 +1293,7 @@ declare const _default: {
3753
1293
  "type": "object"
3754
1294
  },
3755
1295
  "tooltip": {
3756
- "description": "Custom tooltip styling",
1296
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
3757
1297
  "properties": {
3758
1298
  "background": {
3759
1299
  "description": "Tooltip's background",
@@ -3766,16 +1306,7 @@ declare const _default: {
3766
1306
  "type": "string"
3767
1307
  },
3768
1308
  "fontSize": {
3769
- "description": "Tooltip's font size in px",
3770
- "examples": [
3771
- 12,
3772
- 16,
3773
- 20
3774
- ],
3775
- "type": "number"
3776
- },
3777
- "lineHeight": {
3778
- "description": "Tooltip's line height in px",
1309
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3779
1310
  "examples": [
3780
1311
  12,
3781
1312
  16,
@@ -3784,7 +1315,7 @@ declare const _default: {
3784
1315
  "type": "number"
3785
1316
  },
3786
1317
  "opacity": {
3787
- "description": "Tooltip's opacity",
1318
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
3788
1319
  "examples": [
3789
1320
  0.5,
3790
1321
  0.8,
@@ -3814,7 +1345,7 @@ declare const _default: {
3814
1345
  "type": "string"
3815
1346
  },
3816
1347
  "title": {
3817
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1348
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
3818
1349
  "examples": [
3819
1350
  {
3820
1351
  "en": "Title"