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