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