@luzmo/dashboard-contents-types 1.0.6 → 1.0.8

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