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