@luzmo/dashboard-contents-types 1.0.4 → 1.0.5

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 (432) hide show
  1. package/assets/json-schemas/area-chart-options.schema.json.d.ts +4 -3
  2. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +36 -75
  3. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +4 -3
  4. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +36 -75
  5. package/assets/json-schemas/box-plot-options.schema.json.d.ts +4 -3
  6. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +36 -75
  7. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +4 -3
  8. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +36 -75
  9. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +4 -3
  10. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +36 -75
  11. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +4 -3
  12. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +36 -75
  13. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +4 -3
  14. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +36 -75
  15. package/assets/json-schemas/column-chart-options.schema.json.d.ts +4 -3
  16. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +36 -75
  17. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +4 -3
  18. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +36 -75
  19. package/assets/json-schemas/date-filter-options.schema.json.d.ts +4 -3
  20. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -25
  21. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +4 -3
  22. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +36 -75
  23. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +4 -3
  24. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +36 -75
  25. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +4 -3
  26. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +36 -75
  27. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +4 -3
  28. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +36 -75
  29. package/assets/json-schemas/heat-map-options.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +36 -75
  31. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +3 -3
  32. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +36 -75
  33. package/assets/json-schemas/line-chart-options.schema.json.d.ts +4 -3
  34. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +36 -75
  35. package/assets/json-schemas/marker-map-options.schema.json.d.ts +3 -3
  36. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +37 -76
  37. package/assets/json-schemas/options.schema.json.d.ts +6 -0
  38. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +4 -3
  39. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +36 -75
  40. package/assets/json-schemas/regular-table-options.schema.json.d.ts +4 -3
  41. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +36 -75
  42. package/assets/json-schemas/route-map-options.schema.json.d.ts +3 -3
  43. package/assets/json-schemas/route-map-slots.schema.json.d.ts +36 -75
  44. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +4 -3
  45. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +36 -75
  46. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +4 -3
  47. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +36 -75
  48. package/assets/json-schemas/search-filter-options.schema.json.d.ts +4 -3
  49. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +36 -75
  50. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +4 -3
  51. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +36 -75
  52. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +4 -3
  53. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +34 -50
  54. package/assets/json-schemas/slots.schema.json.d.ts +6 -0
  55. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +1335 -0
  56. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +728 -0
  57. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +23 -0
  58. package/assets/json-schemas/spike-map-options.schema.json.d.ts +3 -3
  59. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +36 -75
  60. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +3 -3
  61. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +36 -75
  62. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +3478 -0
  63. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +773 -0
  64. package/assets/json-schemas/treemap-chart.schema.json.d.ts +23 -0
  65. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3 -3
  66. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +36 -75
  67. package/index.d.ts +1 -0
  68. package/index.js +202 -485
  69. package/index.mjs +10738 -4767
  70. package/json-schemas.d.ts +7147 -2620
  71. package/json-schemas.d.ts.map +1 -1
  72. package/package.json +1 -1
  73. package/src/index.d.ts +37 -23
  74. package/src/index.d.ts.map +1 -1
  75. package/src/lib/area-chart/area-chart-options.d.ts +2 -1
  76. package/src/lib/area-chart/area-chart-slots.config.d.ts +3 -0
  77. package/src/lib/area-chart/area-chart-slots.config.d.ts.map +1 -0
  78. package/src/lib/area-chart/area-chart-slots.d.ts +5 -4
  79. package/src/lib/area-chart/area-chart-slots.d.ts.map +1 -1
  80. package/src/lib/area-chart/area-chart.d.ts +1 -0
  81. package/src/lib/area-chart/index.d.ts +2 -0
  82. package/src/lib/area-chart/index.d.ts.map +1 -1
  83. package/src/lib/bar-chart/bar-chart-options.d.ts +1 -0
  84. package/src/lib/bar-chart/bar-chart-slots.config.d.ts +3 -0
  85. package/src/lib/bar-chart/bar-chart-slots.config.d.ts.map +1 -0
  86. package/src/lib/bar-chart/bar-chart.d.ts +1 -0
  87. package/src/lib/bar-chart/bar-chart.slots.d.ts +5 -4
  88. package/src/lib/bar-chart/bar-chart.slots.d.ts.map +1 -1
  89. package/src/lib/bar-chart/index.d.ts +2 -0
  90. package/src/lib/bar-chart/index.d.ts.map +1 -1
  91. package/src/lib/box-plot/box-plot-options.d.ts +1 -0
  92. package/src/lib/box-plot/box-plot-slots.config.d.ts +3 -0
  93. package/src/lib/box-plot/box-plot-slots.config.d.ts.map +1 -0
  94. package/src/lib/box-plot/box-plot-slots.d.ts +4 -3
  95. package/src/lib/box-plot/box-plot-slots.d.ts.map +1 -1
  96. package/src/lib/box-plot/box-plot.d.ts +1 -0
  97. package/src/lib/box-plot/index.d.ts +2 -0
  98. package/src/lib/box-plot/index.d.ts.map +1 -1
  99. package/src/lib/bubble-chart/bubble-chart-options.d.ts +2 -1
  100. package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts +3 -0
  101. package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts.map +1 -0
  102. package/src/lib/bubble-chart/bubble-chart-slots.d.ts +5 -4
  103. package/src/lib/bubble-chart/bubble-chart-slots.d.ts.map +1 -1
  104. package/src/lib/bubble-chart/bubble-chart.d.ts +1 -0
  105. package/src/lib/bubble-chart/index.d.ts +2 -0
  106. package/src/lib/bubble-chart/index.d.ts.map +1 -1
  107. package/src/lib/bullet-chart/bullet-chart-options.d.ts +2 -1
  108. package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts +3 -0
  109. package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts.map +1 -0
  110. package/src/lib/bullet-chart/bullet-chart-slots.d.ts +5 -4
  111. package/src/lib/bullet-chart/bullet-chart-slots.d.ts.map +1 -1
  112. package/src/lib/bullet-chart/bullet-chart.d.ts +1 -0
  113. package/src/lib/bullet-chart/index.d.ts +2 -0
  114. package/src/lib/bullet-chart/index.d.ts.map +1 -1
  115. package/src/lib/choropleth-map/choropleth-map-options.d.ts +2 -1
  116. package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts +3 -0
  117. package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts.map +1 -0
  118. package/src/lib/choropleth-map/choropleth-map-slots.d.ts +5 -4
  119. package/src/lib/choropleth-map/choropleth-map-slots.d.ts.map +1 -1
  120. package/src/lib/choropleth-map/choropleth-map.d.ts +1 -0
  121. package/src/lib/choropleth-map/index.d.ts +2 -0
  122. package/src/lib/choropleth-map/index.d.ts.map +1 -1
  123. package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts +3 -0
  124. package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts.map +1 -0
  125. package/src/lib/circle-pack-chart/index.d.ts +2 -0
  126. package/src/lib/circle-pack-chart/index.d.ts.map +1 -0
  127. package/src/lib/circular-gauge/circular-gauge-options.d.ts +1 -0
  128. package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts +3 -0
  129. package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts.map +1 -0
  130. package/src/lib/circular-gauge/circular-gauge-slots.d.ts +4 -3
  131. package/src/lib/circular-gauge/circular-gauge-slots.d.ts.map +1 -1
  132. package/src/lib/circular-gauge/circular-gauge.d.ts +1 -0
  133. package/src/lib/circular-gauge/index.d.ts +2 -0
  134. package/src/lib/circular-gauge/index.d.ts.map +1 -1
  135. package/src/lib/column-chart/column-chart-options.d.ts +1 -0
  136. package/src/lib/column-chart/column-chart-slots.config.d.ts +3 -0
  137. package/src/lib/column-chart/column-chart-slots.config.d.ts.map +1 -0
  138. package/src/lib/column-chart/column-chart-slots.d.ts +5 -4
  139. package/src/lib/column-chart/column-chart-slots.d.ts.map +1 -1
  140. package/src/lib/column-chart/column-chart.d.ts +1 -0
  141. package/src/lib/column-chart/index.d.ts +2 -0
  142. package/src/lib/column-chart/index.d.ts.map +1 -1
  143. package/src/lib/combination-chart/combination-chart-options.d.ts +1 -0
  144. package/src/lib/combination-chart/combination-chart-slots.config.d.ts +3 -0
  145. package/src/lib/combination-chart/combination-chart-slots.config.d.ts.map +1 -0
  146. package/src/lib/combination-chart/combination-chart-slots.d.ts +4 -3
  147. package/src/lib/combination-chart/combination-chart-slots.d.ts.map +1 -1
  148. package/src/lib/combination-chart/combination-chart.d.ts +1 -0
  149. package/src/lib/combination-chart/index.d.ts +2 -0
  150. package/src/lib/combination-chart/index.d.ts.map +1 -1
  151. package/src/lib/conditional-number/conditional-number-options.d.ts +1 -0
  152. package/src/lib/conditional-number/conditional-number-slots.config.d.ts +3 -0
  153. package/src/lib/conditional-number/conditional-number-slots.config.d.ts.map +1 -0
  154. package/src/lib/conditional-number/conditional-number-slots.d.ts +4 -3
  155. package/src/lib/conditional-number/conditional-number-slots.d.ts.map +1 -1
  156. package/src/lib/conditional-number/conditional-number.d.ts +1 -0
  157. package/src/lib/conditional-number/index.d.ts +2 -0
  158. package/src/lib/conditional-number/index.d.ts.map +1 -1
  159. package/src/lib/date-filter/date-filter-options.d.ts +1 -0
  160. package/src/lib/date-filter/date-filter-slots.config.d.ts +3 -0
  161. package/src/lib/date-filter/date-filter-slots.config.d.ts.map +1 -0
  162. package/src/lib/date-filter/date-filter-slots.d.ts +3 -2
  163. package/src/lib/date-filter/date-filter-slots.d.ts.map +1 -1
  164. package/src/lib/date-filter/date-filter.d.ts +1 -0
  165. package/src/lib/date-filter/index.d.ts +2 -0
  166. package/src/lib/date-filter/index.d.ts.map +1 -1
  167. package/src/lib/donut-chart/donut-chart-options.d.ts +2 -1
  168. package/src/lib/donut-chart/donut-chart-slots.config.d.ts +3 -0
  169. package/src/lib/donut-chart/donut-chart-slots.config.d.ts.map +1 -0
  170. package/src/lib/donut-chart/donut-chart-slots.d.ts +4 -3
  171. package/src/lib/donut-chart/donut-chart-slots.d.ts.map +1 -1
  172. package/src/lib/donut-chart/donut-chart.d.ts +1 -0
  173. package/src/lib/donut-chart/index.d.ts +2 -0
  174. package/src/lib/donut-chart/index.d.ts.map +1 -1
  175. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -1
  176. package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts +3 -0
  177. package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts.map +1 -0
  178. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +3 -2
  179. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts.map +1 -1
  180. package/src/lib/dropdown-filter/dropdown-filter.d.ts +1 -0
  181. package/src/lib/dropdown-filter/index.d.ts +2 -0
  182. package/src/lib/dropdown-filter/index.d.ts.map +1 -1
  183. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts +3 -0
  184. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts.map +1 -0
  185. package/src/lib/dynamic-imageobject/index.d.ts +2 -0
  186. package/src/lib/dynamic-imageobject/index.d.ts.map +1 -0
  187. package/src/lib/evolution-number/evolution-number-options.d.ts +1 -0
  188. package/src/lib/evolution-number/evolution-number-slots.config.d.ts +3 -0
  189. package/src/lib/evolution-number/evolution-number-slots.config.d.ts.map +1 -0
  190. package/src/lib/evolution-number/evolution-number-slots.d.ts +4 -3
  191. package/src/lib/evolution-number/evolution-number-slots.d.ts.map +1 -1
  192. package/src/lib/evolution-number/evolution-number.d.ts +1 -0
  193. package/src/lib/evolution-number/index.d.ts +2 -0
  194. package/src/lib/evolution-number/index.d.ts.map +1 -1
  195. package/src/lib/funnel-chart/funnel-chart-options.d.ts +2 -1
  196. package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts +3 -0
  197. package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts.map +1 -0
  198. package/src/lib/funnel-chart/funnel-chart-slots.d.ts +4 -3
  199. package/src/lib/funnel-chart/funnel-chart-slots.d.ts.map +1 -1
  200. package/src/lib/funnel-chart/funnel-chart.d.ts +1 -0
  201. package/src/lib/funnel-chart/index.d.ts +2 -0
  202. package/src/lib/funnel-chart/index.d.ts.map +1 -1
  203. package/src/lib/heat-map/heat-map-options.d.ts +1 -0
  204. package/src/lib/heat-map/heat-map-slots.config.d.ts +3 -0
  205. package/src/lib/heat-map/heat-map-slots.config.d.ts.map +1 -0
  206. package/src/lib/heat-map/heat-map-slots.d.ts +4 -3
  207. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -1
  208. package/src/lib/heat-map/heat-map.d.ts +1 -0
  209. package/src/lib/heat-map/index.d.ts +2 -0
  210. package/src/lib/heat-map/index.d.ts.map +1 -1
  211. package/src/lib/heat-table/heat-table-slots.config.d.ts +3 -0
  212. package/src/lib/heat-table/heat-table-slots.config.d.ts.map +1 -0
  213. package/src/lib/heat-table/index.d.ts +2 -0
  214. package/src/lib/heat-table/index.d.ts.map +1 -0
  215. package/src/lib/hexbin-map/hexbin-map-options.d.ts +1 -0
  216. package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts +3 -0
  217. package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts.map +1 -0
  218. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +4 -3
  219. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -1
  220. package/src/lib/hexbin-map/hexbin-map.d.ts +1 -0
  221. package/src/lib/hexbin-map/index.d.ts +2 -0
  222. package/src/lib/hexbin-map/index.d.ts.map +1 -1
  223. package/src/lib/image/image-options.d.ts +1 -0
  224. package/src/lib/image/image.d.ts +1 -0
  225. package/src/lib/image/index.d.ts +1 -0
  226. package/src/lib/line-chart/index.d.ts +2 -0
  227. package/src/lib/line-chart/index.d.ts.map +1 -1
  228. package/src/lib/line-chart/line-chart-options.d.ts +1 -0
  229. package/src/lib/line-chart/line-chart-slots.config.d.ts +3 -0
  230. package/src/lib/line-chart/line-chart-slots.config.d.ts.map +1 -0
  231. package/src/lib/line-chart/line-chart-slots.d.ts +5 -4
  232. package/src/lib/line-chart/line-chart-slots.d.ts.map +1 -1
  233. package/src/lib/line-chart/line-chart.d.ts +1 -0
  234. package/src/lib/line-chart-forecast/index.d.ts +2 -0
  235. package/src/lib/line-chart-forecast/index.d.ts.map +1 -0
  236. package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts +3 -0
  237. package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts.map +1 -0
  238. package/src/lib/marker-map/index.d.ts +2 -0
  239. package/src/lib/marker-map/index.d.ts.map +1 -1
  240. package/src/lib/marker-map/marker-map-options.d.ts +1 -0
  241. package/src/lib/marker-map/marker-map-slots.config.d.ts +3 -0
  242. package/src/lib/marker-map/marker-map-slots.config.d.ts.map +1 -0
  243. package/src/lib/marker-map/marker-map-slots.d.ts +5 -4
  244. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -1
  245. package/src/lib/marker-map/marker-map.d.ts +1 -0
  246. package/src/lib/ohlc-chart/index.d.ts +2 -0
  247. package/src/lib/ohlc-chart/index.d.ts.map +1 -0
  248. package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts +3 -0
  249. package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts.map +1 -0
  250. package/src/lib/parallel-coordinates-plot/index.d.ts +2 -0
  251. package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -0
  252. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts +3 -0
  253. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts.map +1 -0
  254. package/src/lib/pivot-table/index.d.ts +2 -0
  255. package/src/lib/pivot-table/index.d.ts.map +1 -1
  256. package/src/lib/pivot-table/pivot-table-options.d.ts +2 -1
  257. package/src/lib/pivot-table/pivot-table-slots.config.d.ts +3 -0
  258. package/src/lib/pivot-table/pivot-table-slots.config.d.ts.map +1 -0
  259. package/src/lib/pivot-table/pivot-table-slots.d.ts +5 -4
  260. package/src/lib/pivot-table/pivot-table-slots.d.ts.map +1 -1
  261. package/src/lib/pivot-table/pivot-table.d.ts +1 -0
  262. package/src/lib/pyramid-chart/index.d.ts +2 -0
  263. package/src/lib/pyramid-chart/index.d.ts.map +1 -0
  264. package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts +3 -0
  265. package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts.map +1 -0
  266. package/src/lib/radar-chart/index.d.ts +2 -0
  267. package/src/lib/radar-chart/index.d.ts.map +1 -0
  268. package/src/lib/radar-chart/radar-chart-slots.config.d.ts +3 -0
  269. package/src/lib/radar-chart/radar-chart-slots.config.d.ts.map +1 -0
  270. package/src/lib/regular-table/index.d.ts +2 -0
  271. package/src/lib/regular-table/index.d.ts.map +1 -1
  272. package/src/lib/regular-table/regular-table-options.d.ts +2 -1
  273. package/src/lib/regular-table/regular-table-slots.config.d.ts +3 -0
  274. package/src/lib/regular-table/regular-table-slots.config.d.ts.map +1 -0
  275. package/src/lib/regular-table/regular-table-slots.d.ts +3 -2
  276. package/src/lib/regular-table/regular-table-slots.d.ts.map +1 -1
  277. package/src/lib/regular-table/regular-table.d.ts +1 -0
  278. package/src/lib/route-map/index.d.ts +2 -0
  279. package/src/lib/route-map/index.d.ts.map +1 -1
  280. package/src/lib/route-map/route-map-options.d.ts +1 -0
  281. package/src/lib/route-map/route-map-slots.config.d.ts +3 -0
  282. package/src/lib/route-map/route-map-slots.config.d.ts.map +1 -0
  283. package/src/lib/route-map/route-map-slots.d.ts +6 -5
  284. package/src/lib/route-map/route-map-slots.d.ts.map +1 -1
  285. package/src/lib/route-map/route-map.d.ts +1 -0
  286. package/src/lib/sankey-diagram/index.d.ts +2 -0
  287. package/src/lib/sankey-diagram/index.d.ts.map +1 -1
  288. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +2 -1
  289. package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts +3 -0
  290. package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts.map +1 -0
  291. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +6 -5
  292. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts.map +1 -1
  293. package/src/lib/sankey-diagram/sankey-diagram.d.ts +1 -0
  294. package/src/lib/scatter-plot/index.d.ts +2 -0
  295. package/src/lib/scatter-plot/index.d.ts.map +1 -1
  296. package/src/lib/scatter-plot/scatter-plot-options.d.ts +2 -1
  297. package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts +3 -0
  298. package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts.map +1 -0
  299. package/src/lib/scatter-plot/scatter-plot-slots.d.ts +7 -6
  300. package/src/lib/scatter-plot/scatter-plot-slots.d.ts.map +1 -1
  301. package/src/lib/scatter-plot/scatter-plot.d.ts +1 -0
  302. package/src/lib/search-filter/index.d.ts +2 -0
  303. package/src/lib/search-filter/index.d.ts.map +1 -1
  304. package/src/lib/search-filter/search-filter-options.d.ts +1 -0
  305. package/src/lib/search-filter/search-filter-slots.config.d.ts +3 -0
  306. package/src/lib/search-filter/search-filter-slots.config.d.ts.map +1 -0
  307. package/src/lib/search-filter/search-filter-slots.d.ts +3 -2
  308. package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -1
  309. package/src/lib/search-filter/search-filter.d.ts +1 -0
  310. package/src/lib/shared/axes.d.ts +1 -0
  311. package/src/lib/shared/common.d.ts +1 -0
  312. package/src/lib/shared/drop-object-view-options.d.ts +1 -0
  313. package/src/lib/shared/filters.d.ts +1 -0
  314. package/src/lib/shared/formula.d.ts +1 -0
  315. package/src/lib/shared/index.d.ts +3 -0
  316. package/src/lib/shared/index.d.ts.map +1 -1
  317. package/src/lib/shared/info-tooltip-options.d.ts +1 -0
  318. package/src/lib/shared/interactivity-brush.d.ts +1 -0
  319. package/src/lib/shared/interactivity-custom-events.d.ts +1 -0
  320. package/src/lib/shared/interactivity-custom-tooltip.d.ts +1 -0
  321. package/src/lib/shared/interactivity-drilldown.d.ts +1 -0
  322. package/src/lib/shared/interactivity-export.d.ts +1 -0
  323. package/src/lib/shared/interactivity-filter.d.ts +1 -0
  324. package/src/lib/shared/interactivity-go-to-url.d.ts +1 -0
  325. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +3 -2
  326. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
  327. package/src/lib/shared/interactivity-target.d.ts +1 -0
  328. package/src/lib/shared/interpolation.d.ts +1 -0
  329. package/src/lib/shared/iq-components.d.ts +96 -0
  330. package/src/lib/shared/iq-components.d.ts.map +1 -0
  331. package/src/lib/shared/item-filter-group.d.ts +1 -0
  332. package/src/lib/shared/legend.d.ts +1 -0
  333. package/src/lib/shared/map-object-view-options.d.ts +2 -1
  334. package/src/lib/shared/object-view-options.d.ts +1 -0
  335. package/src/lib/shared/period-over-period.d.ts +36 -0
  336. package/src/lib/shared/period-over-period.d.ts.map +1 -0
  337. package/src/lib/shared/placeholder.d.ts +1 -0
  338. package/src/lib/shared/query.d.ts +1 -0
  339. package/src/lib/shared/ranges.d.ts +1 -0
  340. package/src/lib/shared/slots.d.ts +21 -36
  341. package/src/lib/shared/slots.d.ts.map +1 -1
  342. package/src/lib/shared/sort.d.ts +1 -0
  343. package/src/lib/shared/theme.d.ts +1 -0
  344. package/src/lib/shared/title.d.ts +1 -0
  345. package/src/lib/shared/viz-item.d.ts +1 -0
  346. package/src/lib/slicer-filter/index.d.ts +2 -0
  347. package/src/lib/slicer-filter/index.d.ts.map +1 -1
  348. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -0
  349. package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts +3 -0
  350. package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts.map +1 -0
  351. package/src/lib/slicer-filter/slicer-filter-slots.d.ts +4 -3
  352. package/src/lib/slicer-filter/slicer-filter-slots.d.ts.map +1 -1
  353. package/src/lib/slicer-filter/slicer-filter.d.ts +1 -0
  354. package/src/lib/slider-filter/index.d.ts +2 -0
  355. package/src/lib/slider-filter/index.d.ts.map +1 -1
  356. package/src/lib/slider-filter/slider-filter-options.d.ts +5 -4
  357. package/src/lib/slider-filter/slider-filter-slots.config.d.ts +3 -0
  358. package/src/lib/slider-filter/slider-filter-slots.config.d.ts.map +1 -0
  359. package/src/lib/slider-filter/slider-filter-slots.d.ts +3 -2
  360. package/src/lib/slider-filter/slider-filter-slots.d.ts.map +1 -1
  361. package/src/lib/slider-filter/slider-filter.d.ts +1 -0
  362. package/src/lib/speedometer-chart/index.d.ts +5 -0
  363. package/src/lib/speedometer-chart/index.d.ts.map +1 -0
  364. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +146 -0
  365. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -0
  366. package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts +3 -0
  367. package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts.map +1 -0
  368. package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts +30 -0
  369. package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts.map +1 -0
  370. package/src/lib/speedometer-chart/speedometer-chart.d.ts +24 -0
  371. package/src/lib/speedometer-chart/speedometer-chart.d.ts.map +1 -0
  372. package/src/lib/spike-map/index.d.ts +2 -0
  373. package/src/lib/spike-map/index.d.ts.map +1 -1
  374. package/src/lib/spike-map/spike-map-options.d.ts +1 -0
  375. package/src/lib/spike-map/spike-map-slots.config.d.ts +3 -0
  376. package/src/lib/spike-map/spike-map-slots.config.d.ts.map +1 -0
  377. package/src/lib/spike-map/spike-map-slots.d.ts +5 -4
  378. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -1
  379. package/src/lib/spike-map/spike-map.d.ts +1 -0
  380. package/src/lib/strip-plot/index.d.ts +2 -0
  381. package/src/lib/strip-plot/index.d.ts.map +1 -0
  382. package/src/lib/strip-plot/strip-plot-slots.config.d.ts +3 -0
  383. package/src/lib/strip-plot/strip-plot-slots.config.d.ts.map +1 -0
  384. package/src/lib/sunburst-chart/index.d.ts +2 -0
  385. package/src/lib/sunburst-chart/index.d.ts.map +1 -0
  386. package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts +3 -0
  387. package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts.map +1 -0
  388. package/src/lib/symbol-map/index.d.ts +2 -0
  389. package/src/lib/symbol-map/index.d.ts.map +1 -1
  390. package/src/lib/symbol-map/symbol-map-options.d.ts +1 -0
  391. package/src/lib/symbol-map/symbol-map-slots.config.d.ts +3 -0
  392. package/src/lib/symbol-map/symbol-map-slots.config.d.ts.map +1 -0
  393. package/src/lib/symbol-map/symbol-map-slots.d.ts +5 -4
  394. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -1
  395. package/src/lib/symbol-map/symbol-map.d.ts +1 -0
  396. package/src/lib/text/index.d.ts +1 -0
  397. package/src/lib/text/text-options.d.ts +1 -0
  398. package/src/lib/text/text.d.ts +1 -0
  399. package/src/lib/treemap-chart/index.d.ts +5 -0
  400. package/src/lib/treemap-chart/index.d.ts.map +1 -0
  401. package/src/lib/treemap-chart/treemap-chart-options.d.ts +145 -0
  402. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -0
  403. package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts +3 -0
  404. package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts.map +1 -0
  405. package/src/lib/treemap-chart/treemap-chart-slots.d.ts +41 -0
  406. package/src/lib/treemap-chart/treemap-chart-slots.d.ts.map +1 -0
  407. package/src/lib/treemap-chart/treemap-chart.d.ts +24 -0
  408. package/src/lib/treemap-chart/treemap-chart.d.ts.map +1 -0
  409. package/src/lib/venn-diagram/index.d.ts +2 -0
  410. package/src/lib/venn-diagram/index.d.ts.map +1 -0
  411. package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts +3 -0
  412. package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts.map +1 -0
  413. package/src/lib/video/index.d.ts +1 -0
  414. package/src/lib/video/video-options.d.ts +1 -0
  415. package/src/lib/video/video.d.ts +1 -0
  416. package/src/lib/visual-item/index.d.ts +1 -0
  417. package/src/lib/visual-item/visual-item.d.ts +5 -2
  418. package/src/lib/visual-item/visual-item.d.ts.map +1 -1
  419. package/src/lib/wordcloud-chart/index.d.ts +2 -0
  420. package/src/lib/wordcloud-chart/index.d.ts.map +1 -1
  421. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +1 -0
  422. package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts +3 -0
  423. package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts.map +1 -0
  424. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +5 -4
  425. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -1
  426. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +1 -0
  427. package/src/options.d.ts +4 -1
  428. package/src/options.d.ts.map +1 -1
  429. package/src/slots.d.ts +4 -1
  430. package/src/slots.d.ts.map +1 -1
  431. package/CHANGELOG.md +0 -29
  432. package/README.md +0 -132
@@ -0,0 +1,3478 @@
1
+ declare const _default: {
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/treemap-chart-options.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "properties": {
5
+ "categories": {
6
+ "description": "Categories options",
7
+ "properties": {
8
+ "colored": {
9
+ "default": true,
10
+ "description": "Color area by category, takes effect when the category is set but the legend is not set",
11
+ "type": "boolean"
12
+ }
13
+ },
14
+ "type": "object"
15
+ },
16
+ "color": {
17
+ "description": "Area color, takes effect when the legend is not set and \"color area by category\" is not true",
18
+ "examples": [
19
+ "#000000",
20
+ "#FFFFFF"
21
+ ],
22
+ "type": "string"
23
+ },
24
+ "colors": {
25
+ "description": "Color options",
26
+ "properties": {
27
+ "byCategory": {
28
+ "default": false,
29
+ "description": "Color area by category, takes effect when the category is set but the legend is not set",
30
+ "type": "boolean"
31
+ }
32
+ },
33
+ "type": "object"
34
+ },
35
+ "display": {
36
+ "description": "Display options",
37
+ "properties": {
38
+ "labels": {
39
+ "default": true,
40
+ "description": "Show labels",
41
+ "type": "boolean"
42
+ },
43
+ "legend": {
44
+ "default": true,
45
+ "description": "Legend display option",
46
+ "type": "boolean"
47
+ },
48
+ "modeOption": {
49
+ "default": false,
50
+ "description": "Show labels, takes effect when there's a legend",
51
+ "type": [
52
+ "string",
53
+ "boolean"
54
+ ]
55
+ },
56
+ "title": {
57
+ "default": true,
58
+ "description": "Title display option",
59
+ "type": "boolean"
60
+ },
61
+ "values": {
62
+ "default": "'none'",
63
+ "description": "Show values",
64
+ "enum": [
65
+ "absolute",
66
+ "none",
67
+ "percentage"
68
+ ],
69
+ "type": "string"
70
+ }
71
+ },
72
+ "type": "object"
73
+ },
74
+ "interactivity": {
75
+ "description": "Interactivity options",
76
+ "properties": {
77
+ "availableExportTypes": {
78
+ "default": [
79
+ "xlsx",
80
+ "csv",
81
+ "png"
82
+ ],
83
+ "description": "Available export types interactivity option",
84
+ "items": {
85
+ "description": "Export types",
86
+ "enum": [
87
+ "csv",
88
+ "csv-raw",
89
+ "png",
90
+ "xlsx",
91
+ "xlsx-raw"
92
+ ],
93
+ "type": "string"
94
+ },
95
+ "type": "array"
96
+ },
97
+ "customEvents": {
98
+ "anyOf": [
99
+ {
100
+ "properties": {
101
+ "events": {
102
+ "items": {
103
+ "description": "Custom event configuration",
104
+ "properties": {
105
+ "label": {
106
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
107
+ "type": "object"
108
+ },
109
+ "name": {
110
+ "description": "Custom event name",
111
+ "type": "string"
112
+ }
113
+ },
114
+ "type": "object"
115
+ },
116
+ "type": "array"
117
+ },
118
+ "extraData": {
119
+ "items": {
120
+ "properties": {
121
+ "aggregation": {
122
+ "description": "Aggregation query type",
123
+ "enum": [
124
+ "average",
125
+ "count",
126
+ "cumulativesum",
127
+ "distinctcount",
128
+ "histogram",
129
+ "max",
130
+ "median",
131
+ "min",
132
+ "rate",
133
+ "stddev",
134
+ "sum",
135
+ "weightedaverage"
136
+ ],
137
+ "type": "string"
138
+ },
139
+ "columnId": {
140
+ "description": "Column id",
141
+ "format": "uuid",
142
+ "type": "string"
143
+ },
144
+ "datasetId": {
145
+ "description": "Dataset id",
146
+ "format": "uuid",
147
+ "type": "string"
148
+ },
149
+ "formulaId": {
150
+ "description": "Formula id",
151
+ "format": "uuid",
152
+ "type": "string"
153
+ },
154
+ "label": {
155
+ "description": "Label",
156
+ "type": "string"
157
+ },
158
+ "weightedColumnId": {
159
+ "description": "Weighted column id",
160
+ "format": "uuid",
161
+ "type": "string"
162
+ },
163
+ "weightedDatasetId": {
164
+ "description": "Weighted dataset id",
165
+ "format": "uuid",
166
+ "type": "string"
167
+ }
168
+ },
169
+ "type": "object"
170
+ },
171
+ "type": "array"
172
+ }
173
+ },
174
+ "type": "object"
175
+ },
176
+ {
177
+ "type": "null"
178
+ }
179
+ ],
180
+ "default": null,
181
+ "description": "Custom events interactivity option"
182
+ },
183
+ "customTooltip": {
184
+ "default": null,
185
+ "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
186
+ "type": [
187
+ "null",
188
+ "object"
189
+ ]
190
+ },
191
+ "drilldown": {
192
+ "description": "Drilldown interactivity option",
193
+ "properties": {
194
+ "category": {
195
+ "items": {
196
+ "properties": {
197
+ "active": {
198
+ "type": "boolean"
199
+ },
200
+ "drillPath": {
201
+ "type": "number"
202
+ },
203
+ "label": {
204
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
205
+ "type": "object"
206
+ },
207
+ "values": {
208
+ "items": {
209
+ "anyOf": [
210
+ {
211
+ "properties": {
212
+ "active": {
213
+ "type": "boolean"
214
+ },
215
+ "levels": {
216
+ "items": {
217
+ "type": "number"
218
+ },
219
+ "type": "array"
220
+ },
221
+ "order": {
222
+ "type": "number"
223
+ },
224
+ "type": {
225
+ "const": "level",
226
+ "type": "string"
227
+ }
228
+ },
229
+ "type": "object"
230
+ },
231
+ {
232
+ "properties": {
233
+ "active": {
234
+ "description": "Is active",
235
+ "type": "boolean"
236
+ },
237
+ "drilldownColumn": {
238
+ "type": "object"
239
+ },
240
+ "label": {
241
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
242
+ "type": "object"
243
+ },
244
+ "order": {
245
+ "description": "Order",
246
+ "type": "number"
247
+ },
248
+ "type": {
249
+ "const": "other",
250
+ "description": "Type of drilldown",
251
+ "type": "string"
252
+ }
253
+ },
254
+ "type": "object"
255
+ }
256
+ ]
257
+ },
258
+ "type": "array"
259
+ }
260
+ },
261
+ "type": "object"
262
+ },
263
+ "type": "array"
264
+ },
265
+ "close": {
266
+ "items": {
267
+ "properties": {
268
+ "active": {
269
+ "type": "boolean"
270
+ },
271
+ "drillPath": {
272
+ "type": "number"
273
+ },
274
+ "label": {
275
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
276
+ "type": "object"
277
+ },
278
+ "values": {
279
+ "items": {
280
+ "anyOf": [
281
+ {
282
+ "properties": {
283
+ "active": {
284
+ "type": "boolean"
285
+ },
286
+ "levels": {
287
+ "items": {
288
+ "type": "number"
289
+ },
290
+ "type": "array"
291
+ },
292
+ "order": {
293
+ "type": "number"
294
+ },
295
+ "type": {
296
+ "const": "level",
297
+ "type": "string"
298
+ }
299
+ },
300
+ "type": "object"
301
+ },
302
+ {
303
+ "properties": {
304
+ "active": {
305
+ "description": "Is active",
306
+ "type": "boolean"
307
+ },
308
+ "drilldownColumn": {
309
+ "type": "object"
310
+ },
311
+ "label": {
312
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
313
+ "type": "object"
314
+ },
315
+ "order": {
316
+ "description": "Order",
317
+ "type": "number"
318
+ },
319
+ "type": {
320
+ "const": "other",
321
+ "description": "Type of drilldown",
322
+ "type": "string"
323
+ }
324
+ },
325
+ "type": "object"
326
+ }
327
+ ]
328
+ },
329
+ "type": "array"
330
+ }
331
+ },
332
+ "type": "object"
333
+ },
334
+ "type": "array"
335
+ },
336
+ "color": {
337
+ "items": {
338
+ "properties": {
339
+ "active": {
340
+ "type": "boolean"
341
+ },
342
+ "drillPath": {
343
+ "type": "number"
344
+ },
345
+ "label": {
346
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
347
+ "type": "object"
348
+ },
349
+ "values": {
350
+ "items": {
351
+ "anyOf": [
352
+ {
353
+ "properties": {
354
+ "active": {
355
+ "type": "boolean"
356
+ },
357
+ "levels": {
358
+ "items": {
359
+ "type": "number"
360
+ },
361
+ "type": "array"
362
+ },
363
+ "order": {
364
+ "type": "number"
365
+ },
366
+ "type": {
367
+ "const": "level",
368
+ "type": "string"
369
+ }
370
+ },
371
+ "type": "object"
372
+ },
373
+ {
374
+ "properties": {
375
+ "active": {
376
+ "description": "Is active",
377
+ "type": "boolean"
378
+ },
379
+ "drilldownColumn": {
380
+ "type": "object"
381
+ },
382
+ "label": {
383
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
384
+ "type": "object"
385
+ },
386
+ "order": {
387
+ "description": "Order",
388
+ "type": "number"
389
+ },
390
+ "type": {
391
+ "const": "other",
392
+ "description": "Type of drilldown",
393
+ "type": "string"
394
+ }
395
+ },
396
+ "type": "object"
397
+ }
398
+ ]
399
+ },
400
+ "type": "array"
401
+ }
402
+ },
403
+ "type": "object"
404
+ },
405
+ "type": "array"
406
+ },
407
+ "column": {
408
+ "items": {
409
+ "properties": {
410
+ "active": {
411
+ "type": "boolean"
412
+ },
413
+ "drillPath": {
414
+ "type": "number"
415
+ },
416
+ "label": {
417
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
418
+ "type": "object"
419
+ },
420
+ "values": {
421
+ "items": {
422
+ "anyOf": [
423
+ {
424
+ "properties": {
425
+ "active": {
426
+ "type": "boolean"
427
+ },
428
+ "levels": {
429
+ "items": {
430
+ "type": "number"
431
+ },
432
+ "type": "array"
433
+ },
434
+ "order": {
435
+ "type": "number"
436
+ },
437
+ "type": {
438
+ "const": "level",
439
+ "type": "string"
440
+ }
441
+ },
442
+ "type": "object"
443
+ },
444
+ {
445
+ "properties": {
446
+ "active": {
447
+ "description": "Is active",
448
+ "type": "boolean"
449
+ },
450
+ "drilldownColumn": {
451
+ "type": "object"
452
+ },
453
+ "label": {
454
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
455
+ "type": "object"
456
+ },
457
+ "order": {
458
+ "description": "Order",
459
+ "type": "number"
460
+ },
461
+ "type": {
462
+ "const": "other",
463
+ "description": "Type of drilldown",
464
+ "type": "string"
465
+ }
466
+ },
467
+ "type": "object"
468
+ }
469
+ ]
470
+ },
471
+ "type": "array"
472
+ }
473
+ },
474
+ "type": "object"
475
+ },
476
+ "type": "array"
477
+ },
478
+ "columns": {
479
+ "items": {
480
+ "properties": {
481
+ "active": {
482
+ "type": "boolean"
483
+ },
484
+ "drillPath": {
485
+ "type": "number"
486
+ },
487
+ "label": {
488
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
489
+ "type": "object"
490
+ },
491
+ "values": {
492
+ "items": {
493
+ "anyOf": [
494
+ {
495
+ "properties": {
496
+ "active": {
497
+ "type": "boolean"
498
+ },
499
+ "levels": {
500
+ "items": {
501
+ "type": "number"
502
+ },
503
+ "type": "array"
504
+ },
505
+ "order": {
506
+ "type": "number"
507
+ },
508
+ "type": {
509
+ "const": "level",
510
+ "type": "string"
511
+ }
512
+ },
513
+ "type": "object"
514
+ },
515
+ {
516
+ "properties": {
517
+ "active": {
518
+ "description": "Is active",
519
+ "type": "boolean"
520
+ },
521
+ "drilldownColumn": {
522
+ "type": "object"
523
+ },
524
+ "label": {
525
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
526
+ "type": "object"
527
+ },
528
+ "order": {
529
+ "description": "Order",
530
+ "type": "number"
531
+ },
532
+ "type": {
533
+ "const": "other",
534
+ "description": "Type of drilldown",
535
+ "type": "string"
536
+ }
537
+ },
538
+ "type": "object"
539
+ }
540
+ ]
541
+ },
542
+ "type": "array"
543
+ }
544
+ },
545
+ "type": "object"
546
+ },
547
+ "type": "array"
548
+ },
549
+ "coordinates": {
550
+ "items": {
551
+ "properties": {
552
+ "active": {
553
+ "type": "boolean"
554
+ },
555
+ "drillPath": {
556
+ "type": "number"
557
+ },
558
+ "label": {
559
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
560
+ "type": "object"
561
+ },
562
+ "values": {
563
+ "items": {
564
+ "anyOf": [
565
+ {
566
+ "properties": {
567
+ "active": {
568
+ "type": "boolean"
569
+ },
570
+ "levels": {
571
+ "items": {
572
+ "type": "number"
573
+ },
574
+ "type": "array"
575
+ },
576
+ "order": {
577
+ "type": "number"
578
+ },
579
+ "type": {
580
+ "const": "level",
581
+ "type": "string"
582
+ }
583
+ },
584
+ "type": "object"
585
+ },
586
+ {
587
+ "properties": {
588
+ "active": {
589
+ "description": "Is active",
590
+ "type": "boolean"
591
+ },
592
+ "drilldownColumn": {
593
+ "type": "object"
594
+ },
595
+ "label": {
596
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
597
+ "type": "object"
598
+ },
599
+ "order": {
600
+ "description": "Order",
601
+ "type": "number"
602
+ },
603
+ "type": {
604
+ "const": "other",
605
+ "description": "Type of drilldown",
606
+ "type": "string"
607
+ }
608
+ },
609
+ "type": "object"
610
+ }
611
+ ]
612
+ },
613
+ "type": "array"
614
+ }
615
+ },
616
+ "type": "object"
617
+ },
618
+ "type": "array"
619
+ },
620
+ "destination": {
621
+ "items": {
622
+ "properties": {
623
+ "active": {
624
+ "type": "boolean"
625
+ },
626
+ "drillPath": {
627
+ "type": "number"
628
+ },
629
+ "label": {
630
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
631
+ "type": "object"
632
+ },
633
+ "values": {
634
+ "items": {
635
+ "anyOf": [
636
+ {
637
+ "properties": {
638
+ "active": {
639
+ "type": "boolean"
640
+ },
641
+ "levels": {
642
+ "items": {
643
+ "type": "number"
644
+ },
645
+ "type": "array"
646
+ },
647
+ "order": {
648
+ "type": "number"
649
+ },
650
+ "type": {
651
+ "const": "level",
652
+ "type": "string"
653
+ }
654
+ },
655
+ "type": "object"
656
+ },
657
+ {
658
+ "properties": {
659
+ "active": {
660
+ "description": "Is active",
661
+ "type": "boolean"
662
+ },
663
+ "drilldownColumn": {
664
+ "type": "object"
665
+ },
666
+ "label": {
667
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
668
+ "type": "object"
669
+ },
670
+ "order": {
671
+ "description": "Order",
672
+ "type": "number"
673
+ },
674
+ "type": {
675
+ "const": "other",
676
+ "description": "Type of drilldown",
677
+ "type": "string"
678
+ }
679
+ },
680
+ "type": "object"
681
+ }
682
+ ]
683
+ },
684
+ "type": "array"
685
+ }
686
+ },
687
+ "type": "object"
688
+ },
689
+ "type": "array"
690
+ },
691
+ "dimension": {
692
+ "items": {
693
+ "properties": {
694
+ "active": {
695
+ "type": "boolean"
696
+ },
697
+ "drillPath": {
698
+ "type": "number"
699
+ },
700
+ "label": {
701
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
702
+ "type": "object"
703
+ },
704
+ "values": {
705
+ "items": {
706
+ "anyOf": [
707
+ {
708
+ "properties": {
709
+ "active": {
710
+ "type": "boolean"
711
+ },
712
+ "levels": {
713
+ "items": {
714
+ "type": "number"
715
+ },
716
+ "type": "array"
717
+ },
718
+ "order": {
719
+ "type": "number"
720
+ },
721
+ "type": {
722
+ "const": "level",
723
+ "type": "string"
724
+ }
725
+ },
726
+ "type": "object"
727
+ },
728
+ {
729
+ "properties": {
730
+ "active": {
731
+ "description": "Is active",
732
+ "type": "boolean"
733
+ },
734
+ "drilldownColumn": {
735
+ "type": "object"
736
+ },
737
+ "label": {
738
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
739
+ "type": "object"
740
+ },
741
+ "order": {
742
+ "description": "Order",
743
+ "type": "number"
744
+ },
745
+ "type": {
746
+ "const": "other",
747
+ "description": "Type of drilldown",
748
+ "type": "string"
749
+ }
750
+ },
751
+ "type": "object"
752
+ }
753
+ ]
754
+ },
755
+ "type": "array"
756
+ }
757
+ },
758
+ "type": "object"
759
+ },
760
+ "type": "array"
761
+ },
762
+ "evolution": {
763
+ "items": {
764
+ "properties": {
765
+ "active": {
766
+ "type": "boolean"
767
+ },
768
+ "drillPath": {
769
+ "type": "number"
770
+ },
771
+ "label": {
772
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
773
+ "type": "object"
774
+ },
775
+ "values": {
776
+ "items": {
777
+ "anyOf": [
778
+ {
779
+ "properties": {
780
+ "active": {
781
+ "type": "boolean"
782
+ },
783
+ "levels": {
784
+ "items": {
785
+ "type": "number"
786
+ },
787
+ "type": "array"
788
+ },
789
+ "order": {
790
+ "type": "number"
791
+ },
792
+ "type": {
793
+ "const": "level",
794
+ "type": "string"
795
+ }
796
+ },
797
+ "type": "object"
798
+ },
799
+ {
800
+ "properties": {
801
+ "active": {
802
+ "description": "Is active",
803
+ "type": "boolean"
804
+ },
805
+ "drilldownColumn": {
806
+ "type": "object"
807
+ },
808
+ "label": {
809
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
810
+ "type": "object"
811
+ },
812
+ "order": {
813
+ "description": "Order",
814
+ "type": "number"
815
+ },
816
+ "type": {
817
+ "const": "other",
818
+ "description": "Type of drilldown",
819
+ "type": "string"
820
+ }
821
+ },
822
+ "type": "object"
823
+ }
824
+ ]
825
+ },
826
+ "type": "array"
827
+ }
828
+ },
829
+ "type": "object"
830
+ },
831
+ "type": "array"
832
+ },
833
+ "geo": {
834
+ "items": {
835
+ "properties": {
836
+ "active": {
837
+ "type": "boolean"
838
+ },
839
+ "drillPath": {
840
+ "type": "number"
841
+ },
842
+ "label": {
843
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
844
+ "type": "object"
845
+ },
846
+ "values": {
847
+ "items": {
848
+ "anyOf": [
849
+ {
850
+ "properties": {
851
+ "active": {
852
+ "type": "boolean"
853
+ },
854
+ "levels": {
855
+ "items": {
856
+ "type": "number"
857
+ },
858
+ "type": "array"
859
+ },
860
+ "order": {
861
+ "type": "number"
862
+ },
863
+ "type": {
864
+ "const": "level",
865
+ "type": "string"
866
+ }
867
+ },
868
+ "type": "object"
869
+ },
870
+ {
871
+ "properties": {
872
+ "active": {
873
+ "description": "Is active",
874
+ "type": "boolean"
875
+ },
876
+ "drilldownColumn": {
877
+ "type": "object"
878
+ },
879
+ "label": {
880
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
881
+ "type": "object"
882
+ },
883
+ "order": {
884
+ "description": "Order",
885
+ "type": "number"
886
+ },
887
+ "type": {
888
+ "const": "other",
889
+ "description": "Type of drilldown",
890
+ "type": "string"
891
+ }
892
+ },
893
+ "type": "object"
894
+ }
895
+ ]
896
+ },
897
+ "type": "array"
898
+ }
899
+ },
900
+ "type": "object"
901
+ },
902
+ "type": "array"
903
+ },
904
+ "high": {
905
+ "items": {
906
+ "properties": {
907
+ "active": {
908
+ "type": "boolean"
909
+ },
910
+ "drillPath": {
911
+ "type": "number"
912
+ },
913
+ "label": {
914
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
915
+ "type": "object"
916
+ },
917
+ "values": {
918
+ "items": {
919
+ "anyOf": [
920
+ {
921
+ "properties": {
922
+ "active": {
923
+ "type": "boolean"
924
+ },
925
+ "levels": {
926
+ "items": {
927
+ "type": "number"
928
+ },
929
+ "type": "array"
930
+ },
931
+ "order": {
932
+ "type": "number"
933
+ },
934
+ "type": {
935
+ "const": "level",
936
+ "type": "string"
937
+ }
938
+ },
939
+ "type": "object"
940
+ },
941
+ {
942
+ "properties": {
943
+ "active": {
944
+ "description": "Is active",
945
+ "type": "boolean"
946
+ },
947
+ "drilldownColumn": {
948
+ "type": "object"
949
+ },
950
+ "label": {
951
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
952
+ "type": "object"
953
+ },
954
+ "order": {
955
+ "description": "Order",
956
+ "type": "number"
957
+ },
958
+ "type": {
959
+ "const": "other",
960
+ "description": "Type of drilldown",
961
+ "type": "string"
962
+ }
963
+ },
964
+ "type": "object"
965
+ }
966
+ ]
967
+ },
968
+ "type": "array"
969
+ }
970
+ },
971
+ "type": "object"
972
+ },
973
+ "type": "array"
974
+ },
975
+ "identifier": {
976
+ "items": {
977
+ "properties": {
978
+ "active": {
979
+ "type": "boolean"
980
+ },
981
+ "drillPath": {
982
+ "type": "number"
983
+ },
984
+ "label": {
985
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
986
+ "type": "object"
987
+ },
988
+ "values": {
989
+ "items": {
990
+ "anyOf": [
991
+ {
992
+ "properties": {
993
+ "active": {
994
+ "type": "boolean"
995
+ },
996
+ "levels": {
997
+ "items": {
998
+ "type": "number"
999
+ },
1000
+ "type": "array"
1001
+ },
1002
+ "order": {
1003
+ "type": "number"
1004
+ },
1005
+ "type": {
1006
+ "const": "level",
1007
+ "type": "string"
1008
+ }
1009
+ },
1010
+ "type": "object"
1011
+ },
1012
+ {
1013
+ "properties": {
1014
+ "active": {
1015
+ "description": "Is active",
1016
+ "type": "boolean"
1017
+ },
1018
+ "drilldownColumn": {
1019
+ "type": "object"
1020
+ },
1021
+ "label": {
1022
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1023
+ "type": "object"
1024
+ },
1025
+ "order": {
1026
+ "description": "Order",
1027
+ "type": "number"
1028
+ },
1029
+ "type": {
1030
+ "const": "other",
1031
+ "description": "Type of drilldown",
1032
+ "type": "string"
1033
+ }
1034
+ },
1035
+ "type": "object"
1036
+ }
1037
+ ]
1038
+ },
1039
+ "type": "array"
1040
+ }
1041
+ },
1042
+ "type": "object"
1043
+ },
1044
+ "type": "array"
1045
+ },
1046
+ "image": {
1047
+ "items": {
1048
+ "properties": {
1049
+ "active": {
1050
+ "type": "boolean"
1051
+ },
1052
+ "drillPath": {
1053
+ "type": "number"
1054
+ },
1055
+ "label": {
1056
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1057
+ "type": "object"
1058
+ },
1059
+ "values": {
1060
+ "items": {
1061
+ "anyOf": [
1062
+ {
1063
+ "properties": {
1064
+ "active": {
1065
+ "type": "boolean"
1066
+ },
1067
+ "levels": {
1068
+ "items": {
1069
+ "type": "number"
1070
+ },
1071
+ "type": "array"
1072
+ },
1073
+ "order": {
1074
+ "type": "number"
1075
+ },
1076
+ "type": {
1077
+ "const": "level",
1078
+ "type": "string"
1079
+ }
1080
+ },
1081
+ "type": "object"
1082
+ },
1083
+ {
1084
+ "properties": {
1085
+ "active": {
1086
+ "description": "Is active",
1087
+ "type": "boolean"
1088
+ },
1089
+ "drilldownColumn": {
1090
+ "type": "object"
1091
+ },
1092
+ "label": {
1093
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1094
+ "type": "object"
1095
+ },
1096
+ "order": {
1097
+ "description": "Order",
1098
+ "type": "number"
1099
+ },
1100
+ "type": {
1101
+ "const": "other",
1102
+ "description": "Type of drilldown",
1103
+ "type": "string"
1104
+ }
1105
+ },
1106
+ "type": "object"
1107
+ }
1108
+ ]
1109
+ },
1110
+ "type": "array"
1111
+ }
1112
+ },
1113
+ "type": "object"
1114
+ },
1115
+ "type": "array"
1116
+ },
1117
+ "legend": {
1118
+ "items": {
1119
+ "properties": {
1120
+ "active": {
1121
+ "type": "boolean"
1122
+ },
1123
+ "drillPath": {
1124
+ "type": "number"
1125
+ },
1126
+ "label": {
1127
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1128
+ "type": "object"
1129
+ },
1130
+ "values": {
1131
+ "items": {
1132
+ "anyOf": [
1133
+ {
1134
+ "properties": {
1135
+ "active": {
1136
+ "type": "boolean"
1137
+ },
1138
+ "levels": {
1139
+ "items": {
1140
+ "type": "number"
1141
+ },
1142
+ "type": "array"
1143
+ },
1144
+ "order": {
1145
+ "type": "number"
1146
+ },
1147
+ "type": {
1148
+ "const": "level",
1149
+ "type": "string"
1150
+ }
1151
+ },
1152
+ "type": "object"
1153
+ },
1154
+ {
1155
+ "properties": {
1156
+ "active": {
1157
+ "description": "Is active",
1158
+ "type": "boolean"
1159
+ },
1160
+ "drilldownColumn": {
1161
+ "type": "object"
1162
+ },
1163
+ "label": {
1164
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1165
+ "type": "object"
1166
+ },
1167
+ "order": {
1168
+ "description": "Order",
1169
+ "type": "number"
1170
+ },
1171
+ "type": {
1172
+ "const": "other",
1173
+ "description": "Type of drilldown",
1174
+ "type": "string"
1175
+ }
1176
+ },
1177
+ "type": "object"
1178
+ }
1179
+ ]
1180
+ },
1181
+ "type": "array"
1182
+ }
1183
+ },
1184
+ "type": "object"
1185
+ },
1186
+ "type": "array"
1187
+ },
1188
+ "levels": {
1189
+ "items": {
1190
+ "properties": {
1191
+ "active": {
1192
+ "type": "boolean"
1193
+ },
1194
+ "drillPath": {
1195
+ "type": "number"
1196
+ },
1197
+ "label": {
1198
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1199
+ "type": "object"
1200
+ },
1201
+ "values": {
1202
+ "items": {
1203
+ "anyOf": [
1204
+ {
1205
+ "properties": {
1206
+ "active": {
1207
+ "type": "boolean"
1208
+ },
1209
+ "levels": {
1210
+ "items": {
1211
+ "type": "number"
1212
+ },
1213
+ "type": "array"
1214
+ },
1215
+ "order": {
1216
+ "type": "number"
1217
+ },
1218
+ "type": {
1219
+ "const": "level",
1220
+ "type": "string"
1221
+ }
1222
+ },
1223
+ "type": "object"
1224
+ },
1225
+ {
1226
+ "properties": {
1227
+ "active": {
1228
+ "description": "Is active",
1229
+ "type": "boolean"
1230
+ },
1231
+ "drilldownColumn": {
1232
+ "type": "object"
1233
+ },
1234
+ "label": {
1235
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1236
+ "type": "object"
1237
+ },
1238
+ "order": {
1239
+ "description": "Order",
1240
+ "type": "number"
1241
+ },
1242
+ "type": {
1243
+ "const": "other",
1244
+ "description": "Type of drilldown",
1245
+ "type": "string"
1246
+ }
1247
+ },
1248
+ "type": "object"
1249
+ }
1250
+ ]
1251
+ },
1252
+ "type": "array"
1253
+ }
1254
+ },
1255
+ "type": "object"
1256
+ },
1257
+ "type": "array"
1258
+ },
1259
+ "low": {
1260
+ "items": {
1261
+ "properties": {
1262
+ "active": {
1263
+ "type": "boolean"
1264
+ },
1265
+ "drillPath": {
1266
+ "type": "number"
1267
+ },
1268
+ "label": {
1269
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1270
+ "type": "object"
1271
+ },
1272
+ "values": {
1273
+ "items": {
1274
+ "anyOf": [
1275
+ {
1276
+ "properties": {
1277
+ "active": {
1278
+ "type": "boolean"
1279
+ },
1280
+ "levels": {
1281
+ "items": {
1282
+ "type": "number"
1283
+ },
1284
+ "type": "array"
1285
+ },
1286
+ "order": {
1287
+ "type": "number"
1288
+ },
1289
+ "type": {
1290
+ "const": "level",
1291
+ "type": "string"
1292
+ }
1293
+ },
1294
+ "type": "object"
1295
+ },
1296
+ {
1297
+ "properties": {
1298
+ "active": {
1299
+ "description": "Is active",
1300
+ "type": "boolean"
1301
+ },
1302
+ "drilldownColumn": {
1303
+ "type": "object"
1304
+ },
1305
+ "label": {
1306
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1307
+ "type": "object"
1308
+ },
1309
+ "order": {
1310
+ "description": "Order",
1311
+ "type": "number"
1312
+ },
1313
+ "type": {
1314
+ "const": "other",
1315
+ "description": "Type of drilldown",
1316
+ "type": "string"
1317
+ }
1318
+ },
1319
+ "type": "object"
1320
+ }
1321
+ ]
1322
+ },
1323
+ "type": "array"
1324
+ }
1325
+ },
1326
+ "type": "object"
1327
+ },
1328
+ "type": "array"
1329
+ },
1330
+ "measure": {
1331
+ "items": {
1332
+ "properties": {
1333
+ "active": {
1334
+ "type": "boolean"
1335
+ },
1336
+ "drillPath": {
1337
+ "type": "number"
1338
+ },
1339
+ "label": {
1340
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1341
+ "type": "object"
1342
+ },
1343
+ "values": {
1344
+ "items": {
1345
+ "anyOf": [
1346
+ {
1347
+ "properties": {
1348
+ "active": {
1349
+ "type": "boolean"
1350
+ },
1351
+ "levels": {
1352
+ "items": {
1353
+ "type": "number"
1354
+ },
1355
+ "type": "array"
1356
+ },
1357
+ "order": {
1358
+ "type": "number"
1359
+ },
1360
+ "type": {
1361
+ "const": "level",
1362
+ "type": "string"
1363
+ }
1364
+ },
1365
+ "type": "object"
1366
+ },
1367
+ {
1368
+ "properties": {
1369
+ "active": {
1370
+ "description": "Is active",
1371
+ "type": "boolean"
1372
+ },
1373
+ "drilldownColumn": {
1374
+ "type": "object"
1375
+ },
1376
+ "label": {
1377
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1378
+ "type": "object"
1379
+ },
1380
+ "order": {
1381
+ "description": "Order",
1382
+ "type": "number"
1383
+ },
1384
+ "type": {
1385
+ "const": "other",
1386
+ "description": "Type of drilldown",
1387
+ "type": "string"
1388
+ }
1389
+ },
1390
+ "type": "object"
1391
+ }
1392
+ ]
1393
+ },
1394
+ "type": "array"
1395
+ }
1396
+ },
1397
+ "type": "object"
1398
+ },
1399
+ "type": "array"
1400
+ },
1401
+ "name": {
1402
+ "items": {
1403
+ "properties": {
1404
+ "active": {
1405
+ "type": "boolean"
1406
+ },
1407
+ "drillPath": {
1408
+ "type": "number"
1409
+ },
1410
+ "label": {
1411
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1412
+ "type": "object"
1413
+ },
1414
+ "values": {
1415
+ "items": {
1416
+ "anyOf": [
1417
+ {
1418
+ "properties": {
1419
+ "active": {
1420
+ "type": "boolean"
1421
+ },
1422
+ "levels": {
1423
+ "items": {
1424
+ "type": "number"
1425
+ },
1426
+ "type": "array"
1427
+ },
1428
+ "order": {
1429
+ "type": "number"
1430
+ },
1431
+ "type": {
1432
+ "const": "level",
1433
+ "type": "string"
1434
+ }
1435
+ },
1436
+ "type": "object"
1437
+ },
1438
+ {
1439
+ "properties": {
1440
+ "active": {
1441
+ "description": "Is active",
1442
+ "type": "boolean"
1443
+ },
1444
+ "drilldownColumn": {
1445
+ "type": "object"
1446
+ },
1447
+ "label": {
1448
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1449
+ "type": "object"
1450
+ },
1451
+ "order": {
1452
+ "description": "Order",
1453
+ "type": "number"
1454
+ },
1455
+ "type": {
1456
+ "const": "other",
1457
+ "description": "Type of drilldown",
1458
+ "type": "string"
1459
+ }
1460
+ },
1461
+ "type": "object"
1462
+ }
1463
+ ]
1464
+ },
1465
+ "type": "array"
1466
+ }
1467
+ },
1468
+ "type": "object"
1469
+ },
1470
+ "type": "array"
1471
+ },
1472
+ "open": {
1473
+ "items": {
1474
+ "properties": {
1475
+ "active": {
1476
+ "type": "boolean"
1477
+ },
1478
+ "drillPath": {
1479
+ "type": "number"
1480
+ },
1481
+ "label": {
1482
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1483
+ "type": "object"
1484
+ },
1485
+ "values": {
1486
+ "items": {
1487
+ "anyOf": [
1488
+ {
1489
+ "properties": {
1490
+ "active": {
1491
+ "type": "boolean"
1492
+ },
1493
+ "levels": {
1494
+ "items": {
1495
+ "type": "number"
1496
+ },
1497
+ "type": "array"
1498
+ },
1499
+ "order": {
1500
+ "type": "number"
1501
+ },
1502
+ "type": {
1503
+ "const": "level",
1504
+ "type": "string"
1505
+ }
1506
+ },
1507
+ "type": "object"
1508
+ },
1509
+ {
1510
+ "properties": {
1511
+ "active": {
1512
+ "description": "Is active",
1513
+ "type": "boolean"
1514
+ },
1515
+ "drilldownColumn": {
1516
+ "type": "object"
1517
+ },
1518
+ "label": {
1519
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1520
+ "type": "object"
1521
+ },
1522
+ "order": {
1523
+ "description": "Order",
1524
+ "type": "number"
1525
+ },
1526
+ "type": {
1527
+ "const": "other",
1528
+ "description": "Type of drilldown",
1529
+ "type": "string"
1530
+ }
1531
+ },
1532
+ "type": "object"
1533
+ }
1534
+ ]
1535
+ },
1536
+ "type": "array"
1537
+ }
1538
+ },
1539
+ "type": "object"
1540
+ },
1541
+ "type": "array"
1542
+ },
1543
+ "order": {
1544
+ "items": {
1545
+ "properties": {
1546
+ "active": {
1547
+ "type": "boolean"
1548
+ },
1549
+ "drillPath": {
1550
+ "type": "number"
1551
+ },
1552
+ "label": {
1553
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1554
+ "type": "object"
1555
+ },
1556
+ "values": {
1557
+ "items": {
1558
+ "anyOf": [
1559
+ {
1560
+ "properties": {
1561
+ "active": {
1562
+ "type": "boolean"
1563
+ },
1564
+ "levels": {
1565
+ "items": {
1566
+ "type": "number"
1567
+ },
1568
+ "type": "array"
1569
+ },
1570
+ "order": {
1571
+ "type": "number"
1572
+ },
1573
+ "type": {
1574
+ "const": "level",
1575
+ "type": "string"
1576
+ }
1577
+ },
1578
+ "type": "object"
1579
+ },
1580
+ {
1581
+ "properties": {
1582
+ "active": {
1583
+ "description": "Is active",
1584
+ "type": "boolean"
1585
+ },
1586
+ "drilldownColumn": {
1587
+ "type": "object"
1588
+ },
1589
+ "label": {
1590
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1591
+ "type": "object"
1592
+ },
1593
+ "order": {
1594
+ "description": "Order",
1595
+ "type": "number"
1596
+ },
1597
+ "type": {
1598
+ "const": "other",
1599
+ "description": "Type of drilldown",
1600
+ "type": "string"
1601
+ }
1602
+ },
1603
+ "type": "object"
1604
+ }
1605
+ ]
1606
+ },
1607
+ "type": "array"
1608
+ }
1609
+ },
1610
+ "type": "object"
1611
+ },
1612
+ "type": "array"
1613
+ },
1614
+ "route": {
1615
+ "items": {
1616
+ "properties": {
1617
+ "active": {
1618
+ "type": "boolean"
1619
+ },
1620
+ "drillPath": {
1621
+ "type": "number"
1622
+ },
1623
+ "label": {
1624
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1625
+ "type": "object"
1626
+ },
1627
+ "values": {
1628
+ "items": {
1629
+ "anyOf": [
1630
+ {
1631
+ "properties": {
1632
+ "active": {
1633
+ "type": "boolean"
1634
+ },
1635
+ "levels": {
1636
+ "items": {
1637
+ "type": "number"
1638
+ },
1639
+ "type": "array"
1640
+ },
1641
+ "order": {
1642
+ "type": "number"
1643
+ },
1644
+ "type": {
1645
+ "const": "level",
1646
+ "type": "string"
1647
+ }
1648
+ },
1649
+ "type": "object"
1650
+ },
1651
+ {
1652
+ "properties": {
1653
+ "active": {
1654
+ "description": "Is active",
1655
+ "type": "boolean"
1656
+ },
1657
+ "drilldownColumn": {
1658
+ "type": "object"
1659
+ },
1660
+ "label": {
1661
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1662
+ "type": "object"
1663
+ },
1664
+ "order": {
1665
+ "description": "Order",
1666
+ "type": "number"
1667
+ },
1668
+ "type": {
1669
+ "const": "other",
1670
+ "description": "Type of drilldown",
1671
+ "type": "string"
1672
+ }
1673
+ },
1674
+ "type": "object"
1675
+ }
1676
+ ]
1677
+ },
1678
+ "type": "array"
1679
+ }
1680
+ },
1681
+ "type": "object"
1682
+ },
1683
+ "type": "array"
1684
+ },
1685
+ "row": {
1686
+ "items": {
1687
+ "properties": {
1688
+ "active": {
1689
+ "type": "boolean"
1690
+ },
1691
+ "drillPath": {
1692
+ "type": "number"
1693
+ },
1694
+ "label": {
1695
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1696
+ "type": "object"
1697
+ },
1698
+ "values": {
1699
+ "items": {
1700
+ "anyOf": [
1701
+ {
1702
+ "properties": {
1703
+ "active": {
1704
+ "type": "boolean"
1705
+ },
1706
+ "levels": {
1707
+ "items": {
1708
+ "type": "number"
1709
+ },
1710
+ "type": "array"
1711
+ },
1712
+ "order": {
1713
+ "type": "number"
1714
+ },
1715
+ "type": {
1716
+ "const": "level",
1717
+ "type": "string"
1718
+ }
1719
+ },
1720
+ "type": "object"
1721
+ },
1722
+ {
1723
+ "properties": {
1724
+ "active": {
1725
+ "description": "Is active",
1726
+ "type": "boolean"
1727
+ },
1728
+ "drilldownColumn": {
1729
+ "type": "object"
1730
+ },
1731
+ "label": {
1732
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1733
+ "type": "object"
1734
+ },
1735
+ "order": {
1736
+ "description": "Order",
1737
+ "type": "number"
1738
+ },
1739
+ "type": {
1740
+ "const": "other",
1741
+ "description": "Type of drilldown",
1742
+ "type": "string"
1743
+ }
1744
+ },
1745
+ "type": "object"
1746
+ }
1747
+ ]
1748
+ },
1749
+ "type": "array"
1750
+ }
1751
+ },
1752
+ "type": "object"
1753
+ },
1754
+ "type": "array"
1755
+ },
1756
+ "size": {
1757
+ "items": {
1758
+ "properties": {
1759
+ "active": {
1760
+ "type": "boolean"
1761
+ },
1762
+ "drillPath": {
1763
+ "type": "number"
1764
+ },
1765
+ "label": {
1766
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1767
+ "type": "object"
1768
+ },
1769
+ "values": {
1770
+ "items": {
1771
+ "anyOf": [
1772
+ {
1773
+ "properties": {
1774
+ "active": {
1775
+ "type": "boolean"
1776
+ },
1777
+ "levels": {
1778
+ "items": {
1779
+ "type": "number"
1780
+ },
1781
+ "type": "array"
1782
+ },
1783
+ "order": {
1784
+ "type": "number"
1785
+ },
1786
+ "type": {
1787
+ "const": "level",
1788
+ "type": "string"
1789
+ }
1790
+ },
1791
+ "type": "object"
1792
+ },
1793
+ {
1794
+ "properties": {
1795
+ "active": {
1796
+ "description": "Is active",
1797
+ "type": "boolean"
1798
+ },
1799
+ "drilldownColumn": {
1800
+ "type": "object"
1801
+ },
1802
+ "label": {
1803
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1804
+ "type": "object"
1805
+ },
1806
+ "order": {
1807
+ "description": "Order",
1808
+ "type": "number"
1809
+ },
1810
+ "type": {
1811
+ "const": "other",
1812
+ "description": "Type of drilldown",
1813
+ "type": "string"
1814
+ }
1815
+ },
1816
+ "type": "object"
1817
+ }
1818
+ ]
1819
+ },
1820
+ "type": "array"
1821
+ }
1822
+ },
1823
+ "type": "object"
1824
+ },
1825
+ "type": "array"
1826
+ },
1827
+ "slidermetric": {
1828
+ "items": {
1829
+ "properties": {
1830
+ "active": {
1831
+ "type": "boolean"
1832
+ },
1833
+ "drillPath": {
1834
+ "type": "number"
1835
+ },
1836
+ "label": {
1837
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1838
+ "type": "object"
1839
+ },
1840
+ "values": {
1841
+ "items": {
1842
+ "anyOf": [
1843
+ {
1844
+ "properties": {
1845
+ "active": {
1846
+ "type": "boolean"
1847
+ },
1848
+ "levels": {
1849
+ "items": {
1850
+ "type": "number"
1851
+ },
1852
+ "type": "array"
1853
+ },
1854
+ "order": {
1855
+ "type": "number"
1856
+ },
1857
+ "type": {
1858
+ "const": "level",
1859
+ "type": "string"
1860
+ }
1861
+ },
1862
+ "type": "object"
1863
+ },
1864
+ {
1865
+ "properties": {
1866
+ "active": {
1867
+ "description": "Is active",
1868
+ "type": "boolean"
1869
+ },
1870
+ "drilldownColumn": {
1871
+ "type": "object"
1872
+ },
1873
+ "label": {
1874
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1875
+ "type": "object"
1876
+ },
1877
+ "order": {
1878
+ "description": "Order",
1879
+ "type": "number"
1880
+ },
1881
+ "type": {
1882
+ "const": "other",
1883
+ "description": "Type of drilldown",
1884
+ "type": "string"
1885
+ }
1886
+ },
1887
+ "type": "object"
1888
+ }
1889
+ ]
1890
+ },
1891
+ "type": "array"
1892
+ }
1893
+ },
1894
+ "type": "object"
1895
+ },
1896
+ "type": "array"
1897
+ },
1898
+ "source": {
1899
+ "items": {
1900
+ "properties": {
1901
+ "active": {
1902
+ "type": "boolean"
1903
+ },
1904
+ "drillPath": {
1905
+ "type": "number"
1906
+ },
1907
+ "label": {
1908
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1909
+ "type": "object"
1910
+ },
1911
+ "values": {
1912
+ "items": {
1913
+ "anyOf": [
1914
+ {
1915
+ "properties": {
1916
+ "active": {
1917
+ "type": "boolean"
1918
+ },
1919
+ "levels": {
1920
+ "items": {
1921
+ "type": "number"
1922
+ },
1923
+ "type": "array"
1924
+ },
1925
+ "order": {
1926
+ "type": "number"
1927
+ },
1928
+ "type": {
1929
+ "const": "level",
1930
+ "type": "string"
1931
+ }
1932
+ },
1933
+ "type": "object"
1934
+ },
1935
+ {
1936
+ "properties": {
1937
+ "active": {
1938
+ "description": "Is active",
1939
+ "type": "boolean"
1940
+ },
1941
+ "drilldownColumn": {
1942
+ "type": "object"
1943
+ },
1944
+ "label": {
1945
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1946
+ "type": "object"
1947
+ },
1948
+ "order": {
1949
+ "description": "Order",
1950
+ "type": "number"
1951
+ },
1952
+ "type": {
1953
+ "const": "other",
1954
+ "description": "Type of drilldown",
1955
+ "type": "string"
1956
+ }
1957
+ },
1958
+ "type": "object"
1959
+ }
1960
+ ]
1961
+ },
1962
+ "type": "array"
1963
+ }
1964
+ },
1965
+ "type": "object"
1966
+ },
1967
+ "type": "array"
1968
+ },
1969
+ "target": {
1970
+ "items": {
1971
+ "properties": {
1972
+ "active": {
1973
+ "type": "boolean"
1974
+ },
1975
+ "drillPath": {
1976
+ "type": "number"
1977
+ },
1978
+ "label": {
1979
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1980
+ "type": "object"
1981
+ },
1982
+ "values": {
1983
+ "items": {
1984
+ "anyOf": [
1985
+ {
1986
+ "properties": {
1987
+ "active": {
1988
+ "type": "boolean"
1989
+ },
1990
+ "levels": {
1991
+ "items": {
1992
+ "type": "number"
1993
+ },
1994
+ "type": "array"
1995
+ },
1996
+ "order": {
1997
+ "type": "number"
1998
+ },
1999
+ "type": {
2000
+ "const": "level",
2001
+ "type": "string"
2002
+ }
2003
+ },
2004
+ "type": "object"
2005
+ },
2006
+ {
2007
+ "properties": {
2008
+ "active": {
2009
+ "description": "Is active",
2010
+ "type": "boolean"
2011
+ },
2012
+ "drilldownColumn": {
2013
+ "type": "object"
2014
+ },
2015
+ "label": {
2016
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2017
+ "type": "object"
2018
+ },
2019
+ "order": {
2020
+ "description": "Order",
2021
+ "type": "number"
2022
+ },
2023
+ "type": {
2024
+ "const": "other",
2025
+ "description": "Type of drilldown",
2026
+ "type": "string"
2027
+ }
2028
+ },
2029
+ "type": "object"
2030
+ }
2031
+ ]
2032
+ },
2033
+ "type": "array"
2034
+ }
2035
+ },
2036
+ "type": "object"
2037
+ },
2038
+ "type": "array"
2039
+ },
2040
+ "time": {
2041
+ "items": {
2042
+ "properties": {
2043
+ "active": {
2044
+ "type": "boolean"
2045
+ },
2046
+ "drillPath": {
2047
+ "type": "number"
2048
+ },
2049
+ "label": {
2050
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2051
+ "type": "object"
2052
+ },
2053
+ "values": {
2054
+ "items": {
2055
+ "anyOf": [
2056
+ {
2057
+ "properties": {
2058
+ "active": {
2059
+ "type": "boolean"
2060
+ },
2061
+ "levels": {
2062
+ "items": {
2063
+ "type": "number"
2064
+ },
2065
+ "type": "array"
2066
+ },
2067
+ "order": {
2068
+ "type": "number"
2069
+ },
2070
+ "type": {
2071
+ "const": "level",
2072
+ "type": "string"
2073
+ }
2074
+ },
2075
+ "type": "object"
2076
+ },
2077
+ {
2078
+ "properties": {
2079
+ "active": {
2080
+ "description": "Is active",
2081
+ "type": "boolean"
2082
+ },
2083
+ "drilldownColumn": {
2084
+ "type": "object"
2085
+ },
2086
+ "label": {
2087
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2088
+ "type": "object"
2089
+ },
2090
+ "order": {
2091
+ "description": "Order",
2092
+ "type": "number"
2093
+ },
2094
+ "type": {
2095
+ "const": "other",
2096
+ "description": "Type of drilldown",
2097
+ "type": "string"
2098
+ }
2099
+ },
2100
+ "type": "object"
2101
+ }
2102
+ ]
2103
+ },
2104
+ "type": "array"
2105
+ }
2106
+ },
2107
+ "type": "object"
2108
+ },
2109
+ "type": "array"
2110
+ },
2111
+ "x-axis": {
2112
+ "items": {
2113
+ "properties": {
2114
+ "active": {
2115
+ "type": "boolean"
2116
+ },
2117
+ "drillPath": {
2118
+ "type": "number"
2119
+ },
2120
+ "label": {
2121
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2122
+ "type": "object"
2123
+ },
2124
+ "values": {
2125
+ "items": {
2126
+ "anyOf": [
2127
+ {
2128
+ "properties": {
2129
+ "active": {
2130
+ "type": "boolean"
2131
+ },
2132
+ "levels": {
2133
+ "items": {
2134
+ "type": "number"
2135
+ },
2136
+ "type": "array"
2137
+ },
2138
+ "order": {
2139
+ "type": "number"
2140
+ },
2141
+ "type": {
2142
+ "const": "level",
2143
+ "type": "string"
2144
+ }
2145
+ },
2146
+ "type": "object"
2147
+ },
2148
+ {
2149
+ "properties": {
2150
+ "active": {
2151
+ "description": "Is active",
2152
+ "type": "boolean"
2153
+ },
2154
+ "drilldownColumn": {
2155
+ "type": "object"
2156
+ },
2157
+ "label": {
2158
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2159
+ "type": "object"
2160
+ },
2161
+ "order": {
2162
+ "description": "Order",
2163
+ "type": "number"
2164
+ },
2165
+ "type": {
2166
+ "const": "other",
2167
+ "description": "Type of drilldown",
2168
+ "type": "string"
2169
+ }
2170
+ },
2171
+ "type": "object"
2172
+ }
2173
+ ]
2174
+ },
2175
+ "type": "array"
2176
+ }
2177
+ },
2178
+ "type": "object"
2179
+ },
2180
+ "type": "array"
2181
+ },
2182
+ "y-axis": {
2183
+ "items": {
2184
+ "properties": {
2185
+ "active": {
2186
+ "type": "boolean"
2187
+ },
2188
+ "drillPath": {
2189
+ "type": "number"
2190
+ },
2191
+ "label": {
2192
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2193
+ "type": "object"
2194
+ },
2195
+ "values": {
2196
+ "items": {
2197
+ "anyOf": [
2198
+ {
2199
+ "properties": {
2200
+ "active": {
2201
+ "type": "boolean"
2202
+ },
2203
+ "levels": {
2204
+ "items": {
2205
+ "type": "number"
2206
+ },
2207
+ "type": "array"
2208
+ },
2209
+ "order": {
2210
+ "type": "number"
2211
+ },
2212
+ "type": {
2213
+ "const": "level",
2214
+ "type": "string"
2215
+ }
2216
+ },
2217
+ "type": "object"
2218
+ },
2219
+ {
2220
+ "properties": {
2221
+ "active": {
2222
+ "description": "Is active",
2223
+ "type": "boolean"
2224
+ },
2225
+ "drilldownColumn": {
2226
+ "type": "object"
2227
+ },
2228
+ "label": {
2229
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2230
+ "type": "object"
2231
+ },
2232
+ "order": {
2233
+ "description": "Order",
2234
+ "type": "number"
2235
+ },
2236
+ "type": {
2237
+ "const": "other",
2238
+ "description": "Type of drilldown",
2239
+ "type": "string"
2240
+ }
2241
+ },
2242
+ "type": "object"
2243
+ }
2244
+ ]
2245
+ },
2246
+ "type": "array"
2247
+ }
2248
+ },
2249
+ "type": "object"
2250
+ },
2251
+ "type": "array"
2252
+ }
2253
+ },
2254
+ "type": "object"
2255
+ },
2256
+ "exportTypes": {
2257
+ "default": [
2258
+ "xlsx",
2259
+ "csv",
2260
+ "png"
2261
+ ],
2262
+ "description": "Export types interactivity option",
2263
+ "items": {
2264
+ "description": "Export types",
2265
+ "enum": [
2266
+ "csv",
2267
+ "csv-raw",
2268
+ "png",
2269
+ "xlsx",
2270
+ "xlsx-raw"
2271
+ ],
2272
+ "type": "string"
2273
+ },
2274
+ "type": "array"
2275
+ },
2276
+ "measureDimensionPicker": {
2277
+ "default": [
2278
+ []
2279
+ ],
2280
+ "description": "An array of measure dimension picker configurations",
2281
+ "items": {
2282
+ "description": "Measure dimension picker configuration",
2283
+ "properties": {
2284
+ "acceptFormula": {
2285
+ "type": "boolean"
2286
+ },
2287
+ "allAvailableColumns": {
2288
+ "items": {
2289
+ "properties": {
2290
+ "columns": {
2291
+ "items": {
2292
+ "properties": {
2293
+ "cardinality": {
2294
+ "type": "number"
2295
+ },
2296
+ "color": {
2297
+ "type": "string"
2298
+ },
2299
+ "columnHierarchies": {
2300
+ "anyOf": [
2301
+ {
2302
+ "items": {
2303
+ "type": "string"
2304
+ },
2305
+ "type": "array"
2306
+ },
2307
+ {
2308
+ "items": {
2309
+ "properties": {
2310
+ "color": {
2311
+ "type": "string"
2312
+ },
2313
+ "id": {
2314
+ "type": "string"
2315
+ },
2316
+ "level": {
2317
+ "type": "number"
2318
+ },
2319
+ "name": {
2320
+ "type": "object"
2321
+ }
2322
+ },
2323
+ "type": "object"
2324
+ },
2325
+ "type": "array"
2326
+ }
2327
+ ]
2328
+ },
2329
+ "currency": {
2330
+ "properties": {
2331
+ "id": {
2332
+ "type": "string"
2333
+ },
2334
+ "name": {
2335
+ "type": "string"
2336
+ },
2337
+ "symbol": {
2338
+ "type": "string"
2339
+ }
2340
+ },
2341
+ "type": "object"
2342
+ },
2343
+ "currency_id": {
2344
+ "type": "string"
2345
+ },
2346
+ "description": {
2347
+ "type": "object"
2348
+ },
2349
+ "duration_format": {
2350
+ "enum": [
2351
+ "long",
2352
+ "short",
2353
+ "time"
2354
+ ],
2355
+ "type": "string"
2356
+ },
2357
+ "duration_levels": {
2358
+ "items": {
2359
+ "type": "number"
2360
+ },
2361
+ "type": "array"
2362
+ },
2363
+ "expression": {
2364
+ "type": "string"
2365
+ },
2366
+ "format": {
2367
+ "type": "string"
2368
+ },
2369
+ "hierarchyLevels": {
2370
+ "items": {
2371
+ "properties": {
2372
+ "color": {
2373
+ "type": "string"
2374
+ },
2375
+ "id": {
2376
+ "type": "string"
2377
+ },
2378
+ "level": {
2379
+ "type": "number"
2380
+ },
2381
+ "name": {
2382
+ "type": "object"
2383
+ }
2384
+ },
2385
+ "type": "object"
2386
+ },
2387
+ "type": "array"
2388
+ },
2389
+ "hierarchy_enabled": {
2390
+ "type": "boolean"
2391
+ },
2392
+ "highestLevel": {
2393
+ "type": "number"
2394
+ },
2395
+ "id": {
2396
+ "type": "string"
2397
+ },
2398
+ "informat": {
2399
+ "type": "string"
2400
+ },
2401
+ "isFormula": {
2402
+ "type": "boolean"
2403
+ },
2404
+ "isLabel": {
2405
+ "type": "boolean"
2406
+ },
2407
+ "joins": {
2408
+ "items": {
2409
+ "properties": {
2410
+ "currency_id": {
2411
+ "type": [
2412
+ "null",
2413
+ "string"
2414
+ ]
2415
+ },
2416
+ "hierarchy_enabled": {
2417
+ "type": "boolean"
2418
+ },
2419
+ "id": {
2420
+ "type": "string"
2421
+ },
2422
+ "join": {
2423
+ "properties": {
2424
+ "column_id": {
2425
+ "type": "string"
2426
+ },
2427
+ "created_at": {
2428
+ "type": "string"
2429
+ },
2430
+ "joins_id": {
2431
+ "type": "string"
2432
+ },
2433
+ "subtype": {
2434
+ "type": "string"
2435
+ },
2436
+ "type": {
2437
+ "enum": [
2438
+ "exact",
2439
+ "lookup"
2440
+ ],
2441
+ "type": "string"
2442
+ },
2443
+ "update_at": {
2444
+ "type": "string"
2445
+ },
2446
+ "updated_at": {
2447
+ "type": "string"
2448
+ }
2449
+ },
2450
+ "type": "object"
2451
+ },
2452
+ "securable_id": {
2453
+ "type": "string"
2454
+ }
2455
+ },
2456
+ "type": "object"
2457
+ },
2458
+ "type": "array"
2459
+ },
2460
+ "level": {
2461
+ "type": "number"
2462
+ },
2463
+ "lowestLevel": {
2464
+ "type": "number"
2465
+ },
2466
+ "name": {
2467
+ "type": "object"
2468
+ },
2469
+ "order": {
2470
+ "type": "number"
2471
+ },
2472
+ "securable_id": {
2473
+ "type": "string"
2474
+ },
2475
+ "source_name": {
2476
+ "type": "string"
2477
+ },
2478
+ "subtype": {
2479
+ "enum": [
2480
+ "coordinates",
2481
+ "currency",
2482
+ "duration",
2483
+ "hierarchy_element_expression",
2484
+ "topography"
2485
+ ],
2486
+ "type": "string"
2487
+ },
2488
+ "type": {
2489
+ "enum": [
2490
+ "datetime",
2491
+ "hierarchy",
2492
+ "numeric",
2493
+ "spatial"
2494
+ ],
2495
+ "type": "string"
2496
+ },
2497
+ "version": {
2498
+ "type": "number"
2499
+ },
2500
+ "width": {
2501
+ "type": "number"
2502
+ }
2503
+ },
2504
+ "type": "object"
2505
+ },
2506
+ "type": "array"
2507
+ },
2508
+ "datasetId": {
2509
+ "format": "uuid",
2510
+ "type": "string"
2511
+ },
2512
+ "datasetName": {
2513
+ "type": "object"
2514
+ },
2515
+ "formulas": {
2516
+ "items": {
2517
+ "properties": {
2518
+ "color": {
2519
+ "type": "string"
2520
+ },
2521
+ "currency": {
2522
+ "properties": {
2523
+ "id": {
2524
+ "type": "string"
2525
+ },
2526
+ "name": {
2527
+ "type": "string"
2528
+ },
2529
+ "symbol": {
2530
+ "type": "string"
2531
+ }
2532
+ },
2533
+ "type": "object"
2534
+ },
2535
+ "currency_id": {
2536
+ "type": "string"
2537
+ },
2538
+ "duration_format": {
2539
+ "enum": [
2540
+ "long",
2541
+ "short",
2542
+ "time"
2543
+ ],
2544
+ "type": "string"
2545
+ },
2546
+ "duration_levels": {
2547
+ "items": {
2548
+ "type": "number"
2549
+ },
2550
+ "type": "array"
2551
+ },
2552
+ "expression": {
2553
+ "type": "string"
2554
+ },
2555
+ "format": {
2556
+ "type": "string"
2557
+ },
2558
+ "id": {
2559
+ "type": "string"
2560
+ },
2561
+ "informat": {
2562
+ "enum": [
2563
+ "DD-MM-YYYY HH:mm:ss.SSS",
2564
+ "DD-MM-YYYY HH:mm:ss.SSS ZZ",
2565
+ "MM-DD-YYYY HH:mm:ss.SSS",
2566
+ "MM-DD-YYYY HH:mm:ss.SSS ZZ",
2567
+ "X",
2568
+ "YYYY-MM-DD HH:mm:ss.SSS",
2569
+ "YYYY-MM-DD HH:mm:ss.SSS ZZ",
2570
+ "hierarchy",
2571
+ "numeric",
2572
+ "x"
2573
+ ],
2574
+ "type": "string"
2575
+ },
2576
+ "isFormula": {
2577
+ "type": "boolean"
2578
+ },
2579
+ "level": {
2580
+ "type": "number"
2581
+ },
2582
+ "lowestLevel": {
2583
+ "type": "number"
2584
+ },
2585
+ "name": {
2586
+ "type": "object"
2587
+ },
2588
+ "securableFormula": {
2589
+ "properties": {
2590
+ "formula_id": {
2591
+ "type": "string"
2592
+ },
2593
+ "securable_id": {
2594
+ "type": "string"
2595
+ }
2596
+ },
2597
+ "type": "object"
2598
+ },
2599
+ "securable_id": {
2600
+ "type": "string"
2601
+ },
2602
+ "subtype": {
2603
+ "enum": [
2604
+ "currency",
2605
+ "date",
2606
+ "datetime",
2607
+ "duration"
2608
+ ],
2609
+ "type": "string"
2610
+ },
2611
+ "type": {
2612
+ "enum": [
2613
+ "datetime",
2614
+ "hierarchy",
2615
+ "numeric"
2616
+ ],
2617
+ "type": "string"
2618
+ }
2619
+ },
2620
+ "type": "object"
2621
+ },
2622
+ "type": "array"
2623
+ }
2624
+ },
2625
+ "type": "object"
2626
+ },
2627
+ "type": "array"
2628
+ },
2629
+ "allowMultiple": {
2630
+ "type": "boolean"
2631
+ },
2632
+ "description": {
2633
+ "type": "string"
2634
+ },
2635
+ "order": {
2636
+ "type": "number"
2637
+ },
2638
+ "slot": {
2639
+ "type": "string"
2640
+ },
2641
+ "values": {
2642
+ "items": {
2643
+ "properties": {
2644
+ "aggregationFunc": {
2645
+ "description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
2646
+ "enum": [
2647
+ "average",
2648
+ "count",
2649
+ "cumulativesum",
2650
+ "distinctcount",
2651
+ "histogram",
2652
+ "max",
2653
+ "median",
2654
+ "min",
2655
+ "rate",
2656
+ "stddev",
2657
+ "sum",
2658
+ "weightedaverage"
2659
+ ],
2660
+ "type": "string"
2661
+ },
2662
+ "aggregationWeight": {
2663
+ "description": "Aggregation weight. It can be used with a \"numeric\" column type.",
2664
+ "properties": {
2665
+ "columnId": {
2666
+ "description": "Column id",
2667
+ "format": "uuid",
2668
+ "type": "string"
2669
+ },
2670
+ "columnSubType": {
2671
+ "description": "Column subtype",
2672
+ "enum": [
2673
+ "coordinates",
2674
+ "currency",
2675
+ "duration",
2676
+ "hierarchy_element_expression",
2677
+ "topography"
2678
+ ],
2679
+ "type": "string"
2680
+ },
2681
+ "datasetId": {
2682
+ "description": "Dataset id",
2683
+ "format": "uuid",
2684
+ "type": "string"
2685
+ }
2686
+ },
2687
+ "type": "object"
2688
+ },
2689
+ "bins": {
2690
+ "description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
2691
+ "properties": {
2692
+ "enabled": {
2693
+ "description": "Enable or disable binning",
2694
+ "type": "boolean"
2695
+ },
2696
+ "number": {
2697
+ "description": "Defines the range of the bins",
2698
+ "type": "number"
2699
+ }
2700
+ },
2701
+ "type": "object"
2702
+ },
2703
+ "color": {
2704
+ "description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
2705
+ "type": [
2706
+ "null",
2707
+ "string"
2708
+ ]
2709
+ },
2710
+ "columnHierarchies": {
2711
+ "anyOf": [
2712
+ {
2713
+ "items": {
2714
+ "type": "string"
2715
+ },
2716
+ "type": "array"
2717
+ },
2718
+ {
2719
+ "items": {
2720
+ "properties": {
2721
+ "color": {
2722
+ "type": "string"
2723
+ },
2724
+ "id": {
2725
+ "type": "string"
2726
+ },
2727
+ "level": {
2728
+ "type": "number"
2729
+ },
2730
+ "name": {
2731
+ "type": "object"
2732
+ }
2733
+ },
2734
+ "type": "object"
2735
+ },
2736
+ "type": "array"
2737
+ }
2738
+ ]
2739
+ },
2740
+ "columnId": {
2741
+ "description": "Column id",
2742
+ "format": "uuid",
2743
+ "type": "string"
2744
+ },
2745
+ "currency": {
2746
+ "description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
2747
+ "type": [
2748
+ "null",
2749
+ "string"
2750
+ ]
2751
+ },
2752
+ "datasetId": {
2753
+ "description": "Dataset id",
2754
+ "format": "uuid",
2755
+ "type": "string"
2756
+ },
2757
+ "datetimeDisplayMode": {
2758
+ "description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
2759
+ "enum": [
2760
+ "day_in_month",
2761
+ "day_in_year",
2762
+ "default",
2763
+ "hour_in_day",
2764
+ "minute_in_hour",
2765
+ "month_name",
2766
+ "month_number",
2767
+ "quarter_number",
2768
+ "second_in_minute",
2769
+ "week_number",
2770
+ "weekday_name",
2771
+ "weekday_number"
2772
+ ],
2773
+ "type": "string"
2774
+ },
2775
+ "duration": {
2776
+ "description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
2777
+ "properties": {
2778
+ "format": {
2779
+ "description": "Duration format",
2780
+ "enum": [
2781
+ "long",
2782
+ "short",
2783
+ "time"
2784
+ ],
2785
+ "type": "string"
2786
+ },
2787
+ "levels": {
2788
+ "description": "Duration levels used",
2789
+ "items": {
2790
+ "type": "number"
2791
+ },
2792
+ "type": "array"
2793
+ }
2794
+ },
2795
+ "type": "object"
2796
+ },
2797
+ "format": {
2798
+ "description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
2799
+ "type": "string"
2800
+ },
2801
+ "formula": {
2802
+ "description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
2803
+ "type": "string"
2804
+ },
2805
+ "grandTotals": {
2806
+ "description": "Enable or disable grand totals, they're only used in Pivot table",
2807
+ "properties": {
2808
+ "enabled": {
2809
+ "type": "boolean"
2810
+ }
2811
+ },
2812
+ "type": "object"
2813
+ },
2814
+ "hidden": {
2815
+ "type": "boolean"
2816
+ },
2817
+ "include_nonoccurring": {
2818
+ "description": "Shows empty areas for geo slots (with the name \"geo\" and content type 'spacial).\nAlso, it can be set in the options' advanced settings of the Choropleth map.",
2819
+ "type": "boolean"
2820
+ },
2821
+ "label": {
2822
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2823
+ "type": "object"
2824
+ },
2825
+ "level": {
2826
+ "description": "\"hierarchy\" or \"datetime\" level",
2827
+ "type": [
2828
+ "number",
2829
+ "null"
2830
+ ]
2831
+ },
2832
+ "lowestLevel": {
2833
+ "description": "Lowest \"hierarchy\" or \"datetime\" level",
2834
+ "type": [
2835
+ "null",
2836
+ "number"
2837
+ ]
2838
+ },
2839
+ "monthNameFormat": {
2840
+ "description": "Month name format for datetime column formatting",
2841
+ "enum": [
2842
+ "letter",
2843
+ "long",
2844
+ "short"
2845
+ ],
2846
+ "type": "string"
2847
+ },
2848
+ "periodOverPeriod": {
2849
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
2850
+ "properties": {
2851
+ "level": {
2852
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
2853
+ "type": "number"
2854
+ },
2855
+ "periodToDate": {
2856
+ "description": "Turn ON/OFF period to date comparison",
2857
+ "type": "boolean"
2858
+ },
2859
+ "quantity": {
2860
+ "description": "Number of periods",
2861
+ "type": "number"
2862
+ },
2863
+ "type": {
2864
+ "description": "Period over period comparison type",
2865
+ "enum": [
2866
+ "none",
2867
+ "past",
2868
+ "percentageChange"
2869
+ ],
2870
+ "type": "string"
2871
+ }
2872
+ },
2873
+ "type": "object"
2874
+ },
2875
+ "readonly": {
2876
+ "type": "boolean"
2877
+ },
2878
+ "selected": {
2879
+ "type": "boolean"
2880
+ },
2881
+ "subtype": {
2882
+ "anyOf": [
2883
+ {
2884
+ "enum": [
2885
+ "coordinates",
2886
+ "currency",
2887
+ "date",
2888
+ "datetime",
2889
+ "duration",
2890
+ "hierarchy_element_expression",
2891
+ "topography"
2892
+ ],
2893
+ "type": "string"
2894
+ },
2895
+ {
2896
+ "type": "null"
2897
+ }
2898
+ ],
2899
+ "description": "Column subtype"
2900
+ },
2901
+ "type": {
2902
+ "description": "Column / Formula type",
2903
+ "enum": [
2904
+ "datetime",
2905
+ "hierarchy",
2906
+ "numeric",
2907
+ "spatial"
2908
+ ],
2909
+ "type": "string"
2910
+ },
2911
+ "weekDayNameFormat": {
2912
+ "description": "Week day name format for datetime column formatting",
2913
+ "enum": [
2914
+ "letter",
2915
+ "long",
2916
+ "short"
2917
+ ],
2918
+ "type": "string"
2919
+ },
2920
+ "weekStart": {
2921
+ "description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
2922
+ "enum": [
2923
+ "monday",
2924
+ "sunday"
2925
+ ],
2926
+ "type": "string"
2927
+ }
2928
+ },
2929
+ "type": "object"
2930
+ },
2931
+ "type": "array"
2932
+ }
2933
+ },
2934
+ "type": "object"
2935
+ },
2936
+ "type": "array"
2937
+ },
2938
+ "select": {
2939
+ "default": true,
2940
+ "description": "Filter on select interactivity option",
2941
+ "type": "boolean"
2942
+ },
2943
+ "urlConfig": {
2944
+ "default": {
2945
+ "target": "_blank",
2946
+ "url": null
2947
+ },
2948
+ "description": "Go to URL interactivity option",
2949
+ "properties": {
2950
+ "target": {
2951
+ "description": "URL target",
2952
+ "enum": [
2953
+ "_blank",
2954
+ "_parent",
2955
+ "_self"
2956
+ ],
2957
+ "type": "string"
2958
+ },
2959
+ "url": {
2960
+ "description": "URL in format {locale: \"url\"}, for example, {en: \"...\"}",
2961
+ "type": "object"
2962
+ }
2963
+ },
2964
+ "type": "object"
2965
+ }
2966
+ },
2967
+ "type": "object"
2968
+ },
2969
+ "labels": {
2970
+ "description": "Labels options",
2971
+ "properties": {
2972
+ "autoSize": {
2973
+ "default": false,
2974
+ "description": "Autosize labels, takes effect when labels are shown",
2975
+ "type": "boolean"
2976
+ }
2977
+ },
2978
+ "type": "object"
2979
+ },
2980
+ "legend": {
2981
+ "description": "Legend options",
2982
+ "properties": {
2983
+ "position": {
2984
+ "description": "Position of the legend. Only available when the legend is shown.",
2985
+ "enum": [
2986
+ "bottom",
2987
+ "bottomLeft",
2988
+ "bottomRight",
2989
+ "left",
2990
+ "middle",
2991
+ "right",
2992
+ "top",
2993
+ "topLeft",
2994
+ "topRight"
2995
+ ],
2996
+ "type": "string"
2997
+ },
2998
+ "size": {
2999
+ "description": "Size of the legend. Only available when the legend is shown.",
3000
+ "enum": [
3001
+ "L",
3002
+ "M",
3003
+ "S"
3004
+ ],
3005
+ "type": "string"
3006
+ },
3007
+ "type": {
3008
+ "description": "Type of the legend. Only available when the legend is shown.",
3009
+ "enum": [
3010
+ "bar",
3011
+ "list"
3012
+ ],
3013
+ "type": "string"
3014
+ }
3015
+ },
3016
+ "type": "object"
3017
+ },
3018
+ "limit": {
3019
+ "description": "Show number of observations",
3020
+ "properties": {
3021
+ "number": {
3022
+ "default": 500,
3023
+ "description": "Number of observations value",
3024
+ "type": "number"
3025
+ }
3026
+ },
3027
+ "type": "object"
3028
+ },
3029
+ "loader": {
3030
+ "description": "The loader configuration",
3031
+ "properties": {
3032
+ "background": {
3033
+ "default": "#f9f9f9",
3034
+ "description": "Background color of the chart loader element",
3035
+ "type": "string"
3036
+ },
3037
+ "fontColor": {
3038
+ "default": "#5a5a5a",
3039
+ "description": "Font color of the text of the chart loaders",
3040
+ "type": "string"
3041
+ },
3042
+ "locale": {
3043
+ "default": "en",
3044
+ "description": "Locale to be used if \"msg\" is set",
3045
+ "examples": [
3046
+ "en",
3047
+ "fr"
3048
+ ],
3049
+ "type": "string"
3050
+ },
3051
+ "mode": {
3052
+ "default": "light",
3053
+ "description": "Light or dark loader",
3054
+ "type": "string"
3055
+ },
3056
+ "msg": {
3057
+ "description": "Loading message",
3058
+ "examples": [
3059
+ "Loading dashboard..."
3060
+ ],
3061
+ "type": "string"
3062
+ },
3063
+ "showBranded": {
3064
+ "default": false,
3065
+ "description": "Shows the branded \"powered by\" information",
3066
+ "type": "boolean"
3067
+ },
3068
+ "spinnerBackground": {
3069
+ "default": "rgba(169, 169, 169, 0.14)",
3070
+ "description": "Background color of the spinner",
3071
+ "type": "string"
3072
+ },
3073
+ "spinnerColor": {
3074
+ "default": "rgba(255, 165, 0, 0.7)",
3075
+ "description": "Spinner color of the loader",
3076
+ "type": "string"
3077
+ }
3078
+ },
3079
+ "type": "object"
3080
+ },
3081
+ "locale": {
3082
+ "default": "en",
3083
+ "description": "Locale to be used",
3084
+ "examples": [
3085
+ "en",
3086
+ "fr"
3087
+ ],
3088
+ "type": "string"
3089
+ },
3090
+ "lookupFiltering": {
3091
+ "default": false,
3092
+ "description": "Allow interactive filtering of charts with linked datasets",
3093
+ "type": "boolean"
3094
+ },
3095
+ "mode": {
3096
+ "default": "'squarify'",
3097
+ "description": "Mode",
3098
+ "enum": [
3099
+ "dice",
3100
+ "slice",
3101
+ "slice-dice",
3102
+ "squarify"
3103
+ ],
3104
+ "type": "string"
3105
+ },
3106
+ "padding": {
3107
+ "description": "Internal padding",
3108
+ "examples": [
3109
+ 0,
3110
+ 5,
3111
+ 10
3112
+ ],
3113
+ "type": "number"
3114
+ },
3115
+ "roundedCorners": {
3116
+ "description": "Rounded corners",
3117
+ "examples": [
3118
+ 0,
3119
+ 5,
3120
+ 10
3121
+ ],
3122
+ "type": "number"
3123
+ },
3124
+ "theme": {
3125
+ "description": "Theme configuration",
3126
+ "properties": {
3127
+ "borders": {
3128
+ "description": "Custom border styling",
3129
+ "properties": {
3130
+ "border-bottom-width": {
3131
+ "description": "Border bottom width",
3132
+ "examples": [
3133
+ "0px",
3134
+ "1px",
3135
+ "3px"
3136
+ ],
3137
+ "type": "string"
3138
+ },
3139
+ "border-color": {
3140
+ "description": "Border color",
3141
+ "examples": [
3142
+ "rgba(216, 216, 216, 1)",
3143
+ "rgb(147, 146, 148)"
3144
+ ],
3145
+ "type": "string"
3146
+ },
3147
+ "border-left-width": {
3148
+ "description": "Border left width",
3149
+ "examples": [
3150
+ "0px",
3151
+ "1px",
3152
+ "3px"
3153
+ ],
3154
+ "type": "string"
3155
+ },
3156
+ "border-radius": {
3157
+ "description": "Border radius",
3158
+ "examples": [
3159
+ "0",
3160
+ "12px",
3161
+ "20px"
3162
+ ],
3163
+ "type": "string"
3164
+ },
3165
+ "border-right-width": {
3166
+ "description": "Border right width",
3167
+ "examples": [
3168
+ "0px",
3169
+ "1px",
3170
+ "3px"
3171
+ ],
3172
+ "type": "string"
3173
+ },
3174
+ "border-style": {
3175
+ "description": "Border style",
3176
+ "examples": [
3177
+ "none",
3178
+ "solid",
3179
+ "dotted",
3180
+ "dashed"
3181
+ ],
3182
+ "type": "string"
3183
+ },
3184
+ "border-top-width": {
3185
+ "description": "Border top width",
3186
+ "examples": [
3187
+ "0px",
3188
+ "1px",
3189
+ "3px"
3190
+ ],
3191
+ "type": "string"
3192
+ }
3193
+ },
3194
+ "type": "object"
3195
+ },
3196
+ "boxShadow": {
3197
+ "description": "Custom shadow styling",
3198
+ "properties": {
3199
+ "color": {
3200
+ "description": "Shadow color",
3201
+ "examples": [
3202
+ "rgb(0, 0, 0)",
3203
+ "rgb(100, 100, 103)"
3204
+ ],
3205
+ "type": "string"
3206
+ },
3207
+ "size": {
3208
+ "description": "Shadow size",
3209
+ "enum": [
3210
+ "L",
3211
+ "M",
3212
+ "S",
3213
+ "none"
3214
+ ],
3215
+ "examples": [
3216
+ "none",
3217
+ "S",
3218
+ "M",
3219
+ "L"
3220
+ ],
3221
+ "type": "string"
3222
+ }
3223
+ },
3224
+ "type": "object"
3225
+ },
3226
+ "colors": {
3227
+ "description": "Custom color palette",
3228
+ "examples": [
3229
+ [
3230
+ "rgb(68, 52, 255)",
3231
+ "rgb(68, 52, 255)",
3232
+ "rgb(218, 214, 255)"
3233
+ ]
3234
+ ],
3235
+ "items": {
3236
+ "type": "string"
3237
+ },
3238
+ "type": "array"
3239
+ },
3240
+ "font": {
3241
+ "description": "Custom font styling",
3242
+ "properties": {
3243
+ "font-style": {
3244
+ "const": "normal",
3245
+ "description": "Use it to reset the font style to \"normal\"",
3246
+ "type": "string"
3247
+ },
3248
+ "font-weight": {
3249
+ "description": "Font weight",
3250
+ "examples": [
3251
+ 400,
3252
+ 700
3253
+ ],
3254
+ "type": "number"
3255
+ },
3256
+ "fontFamily": {
3257
+ "description": "Font family",
3258
+ "examples": [
3259
+ "Lato",
3260
+ "Montserrat",
3261
+ "Roboto Mono",
3262
+ "Arial",
3263
+ "Times New Roman"
3264
+ ],
3265
+ "type": "string"
3266
+ },
3267
+ "fontSize": {
3268
+ "description": "Font size in px",
3269
+ "examples": [
3270
+ 10,
3271
+ 15,
3272
+ 18
3273
+ ],
3274
+ "type": "number"
3275
+ }
3276
+ },
3277
+ "type": "object"
3278
+ },
3279
+ "id": {
3280
+ "description": "Id of the theme, for example, \"seasonal\", \"urban\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.",
3281
+ "examples": [
3282
+ "seasonal",
3283
+ "urban"
3284
+ ],
3285
+ "type": "string"
3286
+ },
3287
+ "itemsBackground": {
3288
+ "description": "Custom item background color",
3289
+ "examples": [
3290
+ "rgb(255, 255, 255)",
3291
+ "rgb(71, 69, 69)",
3292
+ "rgb(195, 191, 191)"
3293
+ ],
3294
+ "type": "string"
3295
+ },
3296
+ "legend": {
3297
+ "description": "Custom legend styling",
3298
+ "properties": {
3299
+ "fontSize": {
3300
+ "description": "Legend font size in px",
3301
+ "examples": [
3302
+ 12,
3303
+ 16
3304
+ ],
3305
+ "type": "number"
3306
+ },
3307
+ "lineHeight": {
3308
+ "description": "Legend line height in px",
3309
+ "examples": [
3310
+ 12,
3311
+ 16,
3312
+ 20
3313
+ ],
3314
+ "type": "number"
3315
+ },
3316
+ "type": {
3317
+ "description": "Legend type",
3318
+ "enum": [
3319
+ "circle",
3320
+ "line",
3321
+ "normal"
3322
+ ],
3323
+ "examples": [
3324
+ "normal",
3325
+ "line",
3326
+ "circle"
3327
+ ],
3328
+ "type": "string"
3329
+ }
3330
+ },
3331
+ "type": "object"
3332
+ },
3333
+ "title": {
3334
+ "description": "Custom title styling",
3335
+ "properties": {
3336
+ "align": {
3337
+ "description": "Title align",
3338
+ "enum": [
3339
+ "center",
3340
+ "left",
3341
+ "right"
3342
+ ],
3343
+ "examples": [
3344
+ "left",
3345
+ "center",
3346
+ "right"
3347
+ ],
3348
+ "type": "string"
3349
+ },
3350
+ "bold": {
3351
+ "description": "Is title bold",
3352
+ "examples": [
3353
+ true,
3354
+ false
3355
+ ],
3356
+ "type": "boolean"
3357
+ },
3358
+ "border": {
3359
+ "description": "Is title a border",
3360
+ "examples": [
3361
+ true,
3362
+ false
3363
+ ],
3364
+ "type": "boolean"
3365
+ },
3366
+ "fontSize": {
3367
+ "description": "Title's font size in px",
3368
+ "examples": [
3369
+ 16,
3370
+ 20
3371
+ ],
3372
+ "type": "number"
3373
+ },
3374
+ "italic": {
3375
+ "description": "Is title italic",
3376
+ "examples": [
3377
+ true,
3378
+ false
3379
+ ],
3380
+ "type": "boolean"
3381
+ },
3382
+ "lineHeight": {
3383
+ "description": "Title's line height in px",
3384
+ "examples": [
3385
+ 30,
3386
+ 42,
3387
+ 50
3388
+ ],
3389
+ "type": "number"
3390
+ },
3391
+ "underline": {
3392
+ "description": "Is title underline",
3393
+ "examples": [
3394
+ true,
3395
+ false
3396
+ ],
3397
+ "type": "boolean"
3398
+ }
3399
+ },
3400
+ "type": "object"
3401
+ },
3402
+ "tooltip": {
3403
+ "description": "Custom tooltip styling",
3404
+ "properties": {
3405
+ "background": {
3406
+ "description": "Tooltip's background",
3407
+ "examples": [
3408
+ "rgb(248, 248, 248)",
3409
+ "rgb(248, 248, 248)",
3410
+ "rgb(130, 128, 128)",
3411
+ "rgb(61, 61, 61)"
3412
+ ],
3413
+ "type": "string"
3414
+ },
3415
+ "fontSize": {
3416
+ "description": "Tooltip's font size in px",
3417
+ "examples": [
3418
+ 12,
3419
+ 16,
3420
+ 20
3421
+ ],
3422
+ "type": "number"
3423
+ },
3424
+ "lineHeight": {
3425
+ "description": "Tooltip's line height in px",
3426
+ "examples": [
3427
+ 12,
3428
+ 16,
3429
+ 20
3430
+ ],
3431
+ "type": "number"
3432
+ },
3433
+ "opacity": {
3434
+ "description": "Tooltip's opacity",
3435
+ "examples": [
3436
+ 0.5,
3437
+ 0.8,
3438
+ 1
3439
+ ],
3440
+ "type": "number"
3441
+ }
3442
+ },
3443
+ "type": "object"
3444
+ },
3445
+ "type": {
3446
+ "description": "It should be \"custom\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.",
3447
+ "examples": [
3448
+ "custom"
3449
+ ],
3450
+ "type": "string"
3451
+ }
3452
+ },
3453
+ "type": "object"
3454
+ },
3455
+ "timezoneId": {
3456
+ "description": "The timezone that will be used in the dashboard. This timezone id needs to be a valid id that is available in the IANA timezone database",
3457
+ "examples": [
3458
+ "Europe/Brussels",
3459
+ "America/New_York"
3460
+ ],
3461
+ "type": "string"
3462
+ },
3463
+ "title": {
3464
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
3465
+ "examples": [
3466
+ {
3467
+ "en": "Title"
3468
+ }
3469
+ ],
3470
+ "type": "object"
3471
+ }
3472
+ },
3473
+ "type": "object"
3474
+ }
3475
+
3476
+ ;
3477
+
3478
+ export default _default;