@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/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"
@@ -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,