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