@luzmo/dashboard-contents-types 1.0.4 → 1.0.6

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 (462) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/assets/json-schemas/area-chart-options.schema.json.d.ts +27 -45
  3. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +36 -75
  4. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +27 -45
  5. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +36 -75
  6. package/assets/json-schemas/box-plot-options.schema.json.d.ts +24 -42
  7. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +36 -75
  8. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +27 -45
  9. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +36 -75
  10. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +17 -38
  11. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +36 -75
  12. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +20 -41
  13. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +36 -75
  14. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +24 -42
  15. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +36 -75
  16. package/assets/json-schemas/column-chart-options.schema.json.d.ts +27 -45
  17. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +36 -75
  18. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +27 -45
  19. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +36 -75
  20. package/assets/json-schemas/date-filter-options.schema.json.d.ts +14 -26
  21. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -25
  22. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +27 -45
  23. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +36 -75
  24. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +14 -26
  25. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +36 -75
  26. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +23 -41
  27. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +36 -75
  28. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +27 -45
  29. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +36 -75
  30. package/assets/json-schemas/heat-map-options.schema.json.d.ts +16 -38
  31. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +36 -75
  32. package/assets/json-schemas/heat-table-options.schema.json.d.ts +1514 -0
  33. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +514 -0
  34. package/assets/json-schemas/heat-table.schema.json.d.ts +23 -0
  35. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +23 -42
  36. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +36 -75
  37. package/assets/json-schemas/image-options.schema.json.d.ts +7 -7
  38. package/assets/json-schemas/line-chart-options.schema.json.d.ts +27 -45
  39. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +36 -75
  40. package/assets/json-schemas/marker-map-options.schema.json.d.ts +16 -38
  41. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +37 -76
  42. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +1568 -0
  43. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +578 -0
  44. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +23 -0
  45. package/assets/json-schemas/options.schema.json.d.ts +15 -0
  46. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +17 -38
  47. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +36 -75
  48. package/assets/json-schemas/regular-table-options.schema.json.d.ts +17 -38
  49. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +36 -75
  50. package/assets/json-schemas/route-map-options.schema.json.d.ts +16 -38
  51. package/assets/json-schemas/route-map-slots.schema.json.d.ts +36 -75
  52. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +24 -42
  53. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +36 -75
  54. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +27 -45
  55. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +36 -75
  56. package/assets/json-schemas/search-filter-options.schema.json.d.ts +14 -26
  57. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +36 -75
  58. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +14 -26
  59. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +36 -75
  60. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +14 -26
  61. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +34 -50
  62. package/assets/json-schemas/slots.schema.json.d.ts +15 -0
  63. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +1322 -0
  64. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +728 -0
  65. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +23 -0
  66. package/assets/json-schemas/spike-map-options.schema.json.d.ts +23 -42
  67. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +36 -75
  68. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +1419 -0
  69. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +481 -0
  70. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +23 -0
  71. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +23 -42
  72. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +36 -75
  73. package/assets/json-schemas/text-options.schema.json.d.ts +8 -21
  74. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +3459 -0
  75. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +773 -0
  76. package/assets/json-schemas/treemap-chart.schema.json.d.ts +23 -0
  77. package/assets/json-schemas/video-options.schema.json.d.ts +7 -20
  78. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +25 -44
  79. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +36 -75
  80. package/index.d.ts +1 -0
  81. package/index.js +227 -480
  82. package/index.mjs +23918 -12377
  83. package/json-schemas.d.ts +14663 -6017
  84. package/json-schemas.d.ts.map +1 -1
  85. package/package.json +1 -1
  86. package/src/index.d.ts +38 -24
  87. package/src/index.d.ts.map +1 -1
  88. package/src/lib/area-chart/area-chart-options.d.ts +2 -1
  89. package/src/lib/area-chart/area-chart-slots.config.d.ts +3 -0
  90. package/src/lib/area-chart/area-chart-slots.config.d.ts.map +1 -0
  91. package/src/lib/area-chart/area-chart-slots.d.ts +5 -4
  92. package/src/lib/area-chart/area-chart-slots.d.ts.map +1 -1
  93. package/src/lib/area-chart/area-chart.d.ts +1 -0
  94. package/src/lib/area-chart/index.d.ts +2 -0
  95. package/src/lib/area-chart/index.d.ts.map +1 -1
  96. package/src/lib/bar-chart/bar-chart-options.d.ts +1 -0
  97. package/src/lib/bar-chart/bar-chart-slots.config.d.ts +3 -0
  98. package/src/lib/bar-chart/bar-chart-slots.config.d.ts.map +1 -0
  99. package/src/lib/bar-chart/bar-chart.d.ts +1 -0
  100. package/src/lib/bar-chart/bar-chart.slots.d.ts +5 -4
  101. package/src/lib/bar-chart/bar-chart.slots.d.ts.map +1 -1
  102. package/src/lib/bar-chart/index.d.ts +2 -0
  103. package/src/lib/bar-chart/index.d.ts.map +1 -1
  104. package/src/lib/box-plot/box-plot-options.d.ts +1 -0
  105. package/src/lib/box-plot/box-plot-slots.config.d.ts +3 -0
  106. package/src/lib/box-plot/box-plot-slots.config.d.ts.map +1 -0
  107. package/src/lib/box-plot/box-plot-slots.d.ts +4 -3
  108. package/src/lib/box-plot/box-plot-slots.d.ts.map +1 -1
  109. package/src/lib/box-plot/box-plot.d.ts +1 -0
  110. package/src/lib/box-plot/index.d.ts +2 -0
  111. package/src/lib/box-plot/index.d.ts.map +1 -1
  112. package/src/lib/bubble-chart/bubble-chart-options.d.ts +2 -1
  113. package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts +3 -0
  114. package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts.map +1 -0
  115. package/src/lib/bubble-chart/bubble-chart-slots.d.ts +5 -4
  116. package/src/lib/bubble-chart/bubble-chart-slots.d.ts.map +1 -1
  117. package/src/lib/bubble-chart/bubble-chart.d.ts +1 -0
  118. package/src/lib/bubble-chart/index.d.ts +2 -0
  119. package/src/lib/bubble-chart/index.d.ts.map +1 -1
  120. package/src/lib/bullet-chart/bullet-chart-options.d.ts +2 -1
  121. package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts +3 -0
  122. package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts.map +1 -0
  123. package/src/lib/bullet-chart/bullet-chart-slots.d.ts +5 -4
  124. package/src/lib/bullet-chart/bullet-chart-slots.d.ts.map +1 -1
  125. package/src/lib/bullet-chart/bullet-chart.d.ts +1 -0
  126. package/src/lib/bullet-chart/index.d.ts +2 -0
  127. package/src/lib/bullet-chart/index.d.ts.map +1 -1
  128. package/src/lib/choropleth-map/choropleth-map-options.d.ts +2 -1
  129. package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts +3 -0
  130. package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts.map +1 -0
  131. package/src/lib/choropleth-map/choropleth-map-slots.d.ts +5 -4
  132. package/src/lib/choropleth-map/choropleth-map-slots.d.ts.map +1 -1
  133. package/src/lib/choropleth-map/choropleth-map.d.ts +1 -0
  134. package/src/lib/choropleth-map/index.d.ts +2 -0
  135. package/src/lib/choropleth-map/index.d.ts.map +1 -1
  136. package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts +3 -0
  137. package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts.map +1 -0
  138. package/src/lib/circle-pack-chart/index.d.ts +2 -0
  139. package/src/lib/circle-pack-chart/index.d.ts.map +1 -0
  140. package/src/lib/circular-gauge/circular-gauge-options.d.ts +1 -0
  141. package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts +3 -0
  142. package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts.map +1 -0
  143. package/src/lib/circular-gauge/circular-gauge-slots.d.ts +4 -3
  144. package/src/lib/circular-gauge/circular-gauge-slots.d.ts.map +1 -1
  145. package/src/lib/circular-gauge/circular-gauge.d.ts +1 -0
  146. package/src/lib/circular-gauge/index.d.ts +2 -0
  147. package/src/lib/circular-gauge/index.d.ts.map +1 -1
  148. package/src/lib/column-chart/column-chart-options.d.ts +1 -0
  149. package/src/lib/column-chart/column-chart-slots.config.d.ts +3 -0
  150. package/src/lib/column-chart/column-chart-slots.config.d.ts.map +1 -0
  151. package/src/lib/column-chart/column-chart-slots.d.ts +5 -4
  152. package/src/lib/column-chart/column-chart-slots.d.ts.map +1 -1
  153. package/src/lib/column-chart/column-chart.d.ts +1 -0
  154. package/src/lib/column-chart/index.d.ts +2 -0
  155. package/src/lib/column-chart/index.d.ts.map +1 -1
  156. package/src/lib/combination-chart/combination-chart-options.d.ts +1 -0
  157. package/src/lib/combination-chart/combination-chart-slots.config.d.ts +3 -0
  158. package/src/lib/combination-chart/combination-chart-slots.config.d.ts.map +1 -0
  159. package/src/lib/combination-chart/combination-chart-slots.d.ts +4 -3
  160. package/src/lib/combination-chart/combination-chart-slots.d.ts.map +1 -1
  161. package/src/lib/combination-chart/combination-chart.d.ts +1 -0
  162. package/src/lib/combination-chart/index.d.ts +2 -0
  163. package/src/lib/combination-chart/index.d.ts.map +1 -1
  164. package/src/lib/conditional-number/conditional-number-options.d.ts +1 -0
  165. package/src/lib/conditional-number/conditional-number-slots.config.d.ts +3 -0
  166. package/src/lib/conditional-number/conditional-number-slots.config.d.ts.map +1 -0
  167. package/src/lib/conditional-number/conditional-number-slots.d.ts +4 -3
  168. package/src/lib/conditional-number/conditional-number-slots.d.ts.map +1 -1
  169. package/src/lib/conditional-number/conditional-number.d.ts +1 -0
  170. package/src/lib/conditional-number/index.d.ts +2 -0
  171. package/src/lib/conditional-number/index.d.ts.map +1 -1
  172. package/src/lib/date-filter/date-filter-options.d.ts +1 -0
  173. package/src/lib/date-filter/date-filter-slots.config.d.ts +3 -0
  174. package/src/lib/date-filter/date-filter-slots.config.d.ts.map +1 -0
  175. package/src/lib/date-filter/date-filter-slots.d.ts +3 -2
  176. package/src/lib/date-filter/date-filter-slots.d.ts.map +1 -1
  177. package/src/lib/date-filter/date-filter.d.ts +1 -0
  178. package/src/lib/date-filter/index.d.ts +2 -0
  179. package/src/lib/date-filter/index.d.ts.map +1 -1
  180. package/src/lib/donut-chart/donut-chart-options.d.ts +2 -1
  181. package/src/lib/donut-chart/donut-chart-slots.config.d.ts +3 -0
  182. package/src/lib/donut-chart/donut-chart-slots.config.d.ts.map +1 -0
  183. package/src/lib/donut-chart/donut-chart-slots.d.ts +4 -3
  184. package/src/lib/donut-chart/donut-chart-slots.d.ts.map +1 -1
  185. package/src/lib/donut-chart/donut-chart.d.ts +1 -0
  186. package/src/lib/donut-chart/index.d.ts +2 -0
  187. package/src/lib/donut-chart/index.d.ts.map +1 -1
  188. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -1
  189. package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts +3 -0
  190. package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts.map +1 -0
  191. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +3 -2
  192. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts.map +1 -1
  193. package/src/lib/dropdown-filter/dropdown-filter.d.ts +1 -0
  194. package/src/lib/dropdown-filter/index.d.ts +2 -0
  195. package/src/lib/dropdown-filter/index.d.ts.map +1 -1
  196. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts +3 -0
  197. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts.map +1 -0
  198. package/src/lib/dynamic-imageobject/index.d.ts +2 -0
  199. package/src/lib/dynamic-imageobject/index.d.ts.map +1 -0
  200. package/src/lib/evolution-number/evolution-number-options.d.ts +1 -0
  201. package/src/lib/evolution-number/evolution-number-slots.config.d.ts +3 -0
  202. package/src/lib/evolution-number/evolution-number-slots.config.d.ts.map +1 -0
  203. package/src/lib/evolution-number/evolution-number-slots.d.ts +4 -3
  204. package/src/lib/evolution-number/evolution-number-slots.d.ts.map +1 -1
  205. package/src/lib/evolution-number/evolution-number.d.ts +1 -0
  206. package/src/lib/evolution-number/index.d.ts +2 -0
  207. package/src/lib/evolution-number/index.d.ts.map +1 -1
  208. package/src/lib/funnel-chart/funnel-chart-options.d.ts +2 -1
  209. package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts +3 -0
  210. package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts.map +1 -0
  211. package/src/lib/funnel-chart/funnel-chart-slots.d.ts +4 -3
  212. package/src/lib/funnel-chart/funnel-chart-slots.d.ts.map +1 -1
  213. package/src/lib/funnel-chart/funnel-chart.d.ts +1 -0
  214. package/src/lib/funnel-chart/index.d.ts +2 -0
  215. package/src/lib/funnel-chart/index.d.ts.map +1 -1
  216. package/src/lib/heat-map/heat-map-options.d.ts +1 -0
  217. package/src/lib/heat-map/heat-map-slots.config.d.ts +3 -0
  218. package/src/lib/heat-map/heat-map-slots.config.d.ts.map +1 -0
  219. package/src/lib/heat-map/heat-map-slots.d.ts +4 -3
  220. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -1
  221. package/src/lib/heat-map/heat-map.d.ts +1 -0
  222. package/src/lib/heat-map/index.d.ts +2 -0
  223. package/src/lib/heat-map/index.d.ts.map +1 -1
  224. package/src/lib/heat-table/heat-table-options.d.ts +186 -0
  225. package/src/lib/heat-table/heat-table-options.d.ts.map +1 -0
  226. package/src/lib/heat-table/heat-table-slots.config.d.ts +3 -0
  227. package/src/lib/heat-table/heat-table-slots.config.d.ts.map +1 -0
  228. package/src/lib/heat-table/heat-table-slots.d.ts +41 -0
  229. package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -0
  230. package/src/lib/heat-table/heat-table.d.ts +24 -0
  231. package/src/lib/heat-table/heat-table.d.ts.map +1 -0
  232. package/src/lib/heat-table/index.d.ts +5 -0
  233. package/src/lib/heat-table/index.d.ts.map +1 -0
  234. package/src/lib/hexbin-map/hexbin-map-options.d.ts +1 -0
  235. package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts +3 -0
  236. package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts.map +1 -0
  237. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +4 -3
  238. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -1
  239. package/src/lib/hexbin-map/hexbin-map.d.ts +1 -0
  240. package/src/lib/hexbin-map/index.d.ts +2 -0
  241. package/src/lib/hexbin-map/index.d.ts.map +1 -1
  242. package/src/lib/image/image-options.d.ts +1 -0
  243. package/src/lib/image/image.d.ts +1 -0
  244. package/src/lib/image/index.d.ts +1 -0
  245. package/src/lib/line-chart/index.d.ts +2 -0
  246. package/src/lib/line-chart/index.d.ts.map +1 -1
  247. package/src/lib/line-chart/line-chart-options.d.ts +1 -0
  248. package/src/lib/line-chart/line-chart-slots.config.d.ts +3 -0
  249. package/src/lib/line-chart/line-chart-slots.config.d.ts.map +1 -0
  250. package/src/lib/line-chart/line-chart-slots.d.ts +5 -4
  251. package/src/lib/line-chart/line-chart-slots.d.ts.map +1 -1
  252. package/src/lib/line-chart/line-chart.d.ts +1 -0
  253. package/src/lib/line-chart-forecast/index.d.ts +2 -0
  254. package/src/lib/line-chart-forecast/index.d.ts.map +1 -0
  255. package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts +3 -0
  256. package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts.map +1 -0
  257. package/src/lib/marker-map/index.d.ts +2 -0
  258. package/src/lib/marker-map/index.d.ts.map +1 -1
  259. package/src/lib/marker-map/marker-map-options.d.ts +1 -0
  260. package/src/lib/marker-map/marker-map-slots.config.d.ts +3 -0
  261. package/src/lib/marker-map/marker-map-slots.config.d.ts.map +1 -0
  262. package/src/lib/marker-map/marker-map-slots.d.ts +5 -4
  263. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -1
  264. package/src/lib/marker-map/marker-map.d.ts +1 -0
  265. package/src/lib/ohlc-chart/index.d.ts +5 -0
  266. package/src/lib/ohlc-chart/index.d.ts.map +1 -0
  267. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +201 -0
  268. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -0
  269. package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts +3 -0
  270. package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts.map +1 -0
  271. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts +63 -0
  272. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -0
  273. package/src/lib/ohlc-chart/ohlc-chart.d.ts +24 -0
  274. package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -0
  275. package/src/lib/parallel-coordinates-plot/index.d.ts +2 -0
  276. package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -0
  277. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts +3 -0
  278. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts.map +1 -0
  279. package/src/lib/pivot-table/index.d.ts +2 -0
  280. package/src/lib/pivot-table/index.d.ts.map +1 -1
  281. package/src/lib/pivot-table/pivot-table-options.d.ts +2 -1
  282. package/src/lib/pivot-table/pivot-table-slots.config.d.ts +3 -0
  283. package/src/lib/pivot-table/pivot-table-slots.config.d.ts.map +1 -0
  284. package/src/lib/pivot-table/pivot-table-slots.d.ts +5 -4
  285. package/src/lib/pivot-table/pivot-table-slots.d.ts.map +1 -1
  286. package/src/lib/pivot-table/pivot-table.d.ts +1 -0
  287. package/src/lib/pyramid-chart/index.d.ts +2 -0
  288. package/src/lib/pyramid-chart/index.d.ts.map +1 -0
  289. package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts +3 -0
  290. package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts.map +1 -0
  291. package/src/lib/radar-chart/index.d.ts +2 -0
  292. package/src/lib/radar-chart/index.d.ts.map +1 -0
  293. package/src/lib/radar-chart/radar-chart-slots.config.d.ts +3 -0
  294. package/src/lib/radar-chart/radar-chart-slots.config.d.ts.map +1 -0
  295. package/src/lib/regular-table/index.d.ts +2 -0
  296. package/src/lib/regular-table/index.d.ts.map +1 -1
  297. package/src/lib/regular-table/regular-table-options.d.ts +2 -1
  298. package/src/lib/regular-table/regular-table-slots.config.d.ts +3 -0
  299. package/src/lib/regular-table/regular-table-slots.config.d.ts.map +1 -0
  300. package/src/lib/regular-table/regular-table-slots.d.ts +3 -2
  301. package/src/lib/regular-table/regular-table-slots.d.ts.map +1 -1
  302. package/src/lib/regular-table/regular-table.d.ts +1 -0
  303. package/src/lib/route-map/index.d.ts +2 -0
  304. package/src/lib/route-map/index.d.ts.map +1 -1
  305. package/src/lib/route-map/route-map-options.d.ts +1 -0
  306. package/src/lib/route-map/route-map-slots.config.d.ts +3 -0
  307. package/src/lib/route-map/route-map-slots.config.d.ts.map +1 -0
  308. package/src/lib/route-map/route-map-slots.d.ts +6 -5
  309. package/src/lib/route-map/route-map-slots.d.ts.map +1 -1
  310. package/src/lib/route-map/route-map.d.ts +1 -0
  311. package/src/lib/sankey-diagram/index.d.ts +2 -0
  312. package/src/lib/sankey-diagram/index.d.ts.map +1 -1
  313. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +2 -1
  314. package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts +3 -0
  315. package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts.map +1 -0
  316. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +6 -5
  317. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts.map +1 -1
  318. package/src/lib/sankey-diagram/sankey-diagram.d.ts +1 -0
  319. package/src/lib/scatter-plot/index.d.ts +2 -0
  320. package/src/lib/scatter-plot/index.d.ts.map +1 -1
  321. package/src/lib/scatter-plot/scatter-plot-options.d.ts +2 -1
  322. package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts +3 -0
  323. package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts.map +1 -0
  324. package/src/lib/scatter-plot/scatter-plot-slots.d.ts +7 -6
  325. package/src/lib/scatter-plot/scatter-plot-slots.d.ts.map +1 -1
  326. package/src/lib/scatter-plot/scatter-plot.d.ts +1 -0
  327. package/src/lib/search-filter/index.d.ts +2 -0
  328. package/src/lib/search-filter/index.d.ts.map +1 -1
  329. package/src/lib/search-filter/search-filter-options.d.ts +1 -0
  330. package/src/lib/search-filter/search-filter-slots.config.d.ts +3 -0
  331. package/src/lib/search-filter/search-filter-slots.config.d.ts.map +1 -0
  332. package/src/lib/search-filter/search-filter-slots.d.ts +3 -2
  333. package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -1
  334. package/src/lib/search-filter/search-filter.d.ts +1 -0
  335. package/src/lib/shared/axes.d.ts +1 -0
  336. package/src/lib/shared/common.d.ts +1 -0
  337. package/src/lib/shared/drop-object-view-options.d.ts +1 -0
  338. package/src/lib/shared/filters.d.ts +1 -0
  339. package/src/lib/shared/formula.d.ts +1 -0
  340. package/src/lib/shared/index.d.ts +3 -0
  341. package/src/lib/shared/index.d.ts.map +1 -1
  342. package/src/lib/shared/info-tooltip-options.d.ts +1 -0
  343. package/src/lib/shared/interactivity-brush.d.ts +1 -0
  344. package/src/lib/shared/interactivity-custom-events.d.ts +1 -0
  345. package/src/lib/shared/interactivity-custom-tooltip.d.ts +1 -0
  346. package/src/lib/shared/interactivity-drilldown.d.ts +1 -0
  347. package/src/lib/shared/interactivity-export.d.ts +1 -0
  348. package/src/lib/shared/interactivity-filter.d.ts +1 -0
  349. package/src/lib/shared/interactivity-go-to-url.d.ts +1 -0
  350. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +3 -2
  351. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
  352. package/src/lib/shared/interactivity-target.d.ts +1 -0
  353. package/src/lib/shared/interpolation.d.ts +1 -0
  354. package/src/lib/shared/iq-components.d.ts +96 -0
  355. package/src/lib/shared/iq-components.d.ts.map +1 -0
  356. package/src/lib/shared/item-filter-group.d.ts +1 -0
  357. package/src/lib/shared/legend.d.ts +2 -1
  358. package/src/lib/shared/map-object-view-options.d.ts +2 -1
  359. package/src/lib/shared/object-view-options.d.ts +1 -0
  360. package/src/lib/shared/period-over-period.d.ts +36 -0
  361. package/src/lib/shared/period-over-period.d.ts.map +1 -0
  362. package/src/lib/shared/placeholder.d.ts +1 -0
  363. package/src/lib/shared/query.d.ts +1 -0
  364. package/src/lib/shared/ranges.d.ts +1 -0
  365. package/src/lib/shared/slots.d.ts +22 -36
  366. package/src/lib/shared/slots.d.ts.map +1 -1
  367. package/src/lib/shared/sort.d.ts +1 -0
  368. package/src/lib/shared/theme.d.ts +22 -19
  369. package/src/lib/shared/theme.d.ts.map +1 -1
  370. package/src/lib/shared/title.d.ts +2 -1
  371. package/src/lib/shared/viz-item.d.ts +1 -0
  372. package/src/lib/slicer-filter/index.d.ts +2 -0
  373. package/src/lib/slicer-filter/index.d.ts.map +1 -1
  374. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -0
  375. package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts +3 -0
  376. package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts.map +1 -0
  377. package/src/lib/slicer-filter/slicer-filter-slots.d.ts +4 -3
  378. package/src/lib/slicer-filter/slicer-filter-slots.d.ts.map +1 -1
  379. package/src/lib/slicer-filter/slicer-filter.d.ts +1 -0
  380. package/src/lib/slider-filter/index.d.ts +2 -0
  381. package/src/lib/slider-filter/index.d.ts.map +1 -1
  382. package/src/lib/slider-filter/slider-filter-options.d.ts +5 -4
  383. package/src/lib/slider-filter/slider-filter-slots.config.d.ts +3 -0
  384. package/src/lib/slider-filter/slider-filter-slots.config.d.ts.map +1 -0
  385. package/src/lib/slider-filter/slider-filter-slots.d.ts +3 -2
  386. package/src/lib/slider-filter/slider-filter-slots.d.ts.map +1 -1
  387. package/src/lib/slider-filter/slider-filter.d.ts +1 -0
  388. package/src/lib/speedometer-chart/index.d.ts +5 -0
  389. package/src/lib/speedometer-chart/index.d.ts.map +1 -0
  390. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +146 -0
  391. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -0
  392. package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts +3 -0
  393. package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts.map +1 -0
  394. package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts +30 -0
  395. package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts.map +1 -0
  396. package/src/lib/speedometer-chart/speedometer-chart.d.ts +24 -0
  397. package/src/lib/speedometer-chart/speedometer-chart.d.ts.map +1 -0
  398. package/src/lib/spike-map/index.d.ts +2 -0
  399. package/src/lib/spike-map/index.d.ts.map +1 -1
  400. package/src/lib/spike-map/spike-map-options.d.ts +1 -0
  401. package/src/lib/spike-map/spike-map-slots.config.d.ts +3 -0
  402. package/src/lib/spike-map/spike-map-slots.config.d.ts.map +1 -0
  403. package/src/lib/spike-map/spike-map-slots.d.ts +5 -4
  404. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -1
  405. package/src/lib/spike-map/spike-map.d.ts +1 -0
  406. package/src/lib/strip-plot/index.d.ts +2 -0
  407. package/src/lib/strip-plot/index.d.ts.map +1 -0
  408. package/src/lib/strip-plot/strip-plot-slots.config.d.ts +3 -0
  409. package/src/lib/strip-plot/strip-plot-slots.config.d.ts.map +1 -0
  410. package/src/lib/sunburst-chart/index.d.ts +5 -0
  411. package/src/lib/sunburst-chart/index.d.ts.map +1 -0
  412. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +88 -0
  413. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -0
  414. package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts +3 -0
  415. package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts.map +1 -0
  416. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +29 -0
  417. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts.map +1 -0
  418. package/src/lib/sunburst-chart/sunburst-chart.d.ts +24 -0
  419. package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -0
  420. package/src/lib/symbol-map/index.d.ts +2 -0
  421. package/src/lib/symbol-map/index.d.ts.map +1 -1
  422. package/src/lib/symbol-map/symbol-map-options.d.ts +1 -0
  423. package/src/lib/symbol-map/symbol-map-slots.config.d.ts +3 -0
  424. package/src/lib/symbol-map/symbol-map-slots.config.d.ts.map +1 -0
  425. package/src/lib/symbol-map/symbol-map-slots.d.ts +5 -4
  426. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -1
  427. package/src/lib/symbol-map/symbol-map.d.ts +1 -0
  428. package/src/lib/text/index.d.ts +1 -0
  429. package/src/lib/text/text-options.d.ts +1 -0
  430. package/src/lib/text/text.d.ts +1 -0
  431. package/src/lib/treemap-chart/index.d.ts +5 -0
  432. package/src/lib/treemap-chart/index.d.ts.map +1 -0
  433. package/src/lib/treemap-chart/treemap-chart-options.d.ts +145 -0
  434. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -0
  435. package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts +3 -0
  436. package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts.map +1 -0
  437. package/src/lib/treemap-chart/treemap-chart-slots.d.ts +41 -0
  438. package/src/lib/treemap-chart/treemap-chart-slots.d.ts.map +1 -0
  439. package/src/lib/treemap-chart/treemap-chart.d.ts +24 -0
  440. package/src/lib/treemap-chart/treemap-chart.d.ts.map +1 -0
  441. package/src/lib/venn-diagram/index.d.ts +2 -0
  442. package/src/lib/venn-diagram/index.d.ts.map +1 -0
  443. package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts +3 -0
  444. package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts.map +1 -0
  445. package/src/lib/video/index.d.ts +1 -0
  446. package/src/lib/video/video-options.d.ts +1 -0
  447. package/src/lib/video/video.d.ts +1 -0
  448. package/src/lib/visual-item/index.d.ts +1 -0
  449. package/src/lib/visual-item/visual-item.d.ts +5 -2
  450. package/src/lib/visual-item/visual-item.d.ts.map +1 -1
  451. package/src/lib/wordcloud-chart/index.d.ts +2 -0
  452. package/src/lib/wordcloud-chart/index.d.ts.map +1 -1
  453. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +1 -0
  454. package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts +3 -0
  455. package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts.map +1 -0
  456. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +5 -4
  457. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -1
  458. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +1 -0
  459. package/src/options.d.ts +7 -1
  460. package/src/options.d.ts.map +1 -1
  461. package/src/slots.d.ts +0 -32
  462. package/src/slots.d.ts.map +0 -1
@@ -0,0 +1,1419 @@
1
+ declare const _default: {
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sunburst-chart-options.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "properties": {
5
+ "color": {
6
+ "default": "",
7
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
8
+ "examples": [
9
+ "#FF5733",
10
+ "#33FF57",
11
+ "#5733FF"
12
+ ],
13
+ "type": "string"
14
+ },
15
+ "display": {
16
+ "description": "General display options of the Bar chart: title, legend and mode option",
17
+ "properties": {
18
+ "labels": {
19
+ "default": true,
20
+ "description": "Show or hide the labels",
21
+ "type": "boolean"
22
+ },
23
+ "legend": {
24
+ "default": false,
25
+ "description": "Show or hide the legend",
26
+ "type": "boolean"
27
+ },
28
+ "title": {
29
+ "default": true,
30
+ "description": "Show or hide the title",
31
+ "type": "boolean"
32
+ }
33
+ },
34
+ "type": "object"
35
+ },
36
+ "interactivity": {
37
+ "description": "Interactivity options",
38
+ "properties": {
39
+ "availableExportTypes": {
40
+ "default": [
41
+ "xlsx",
42
+ "csv",
43
+ "png"
44
+ ],
45
+ "description": "Available export types interactivity option",
46
+ "items": {
47
+ "description": "Export types",
48
+ "enum": [
49
+ "csv",
50
+ "csv-raw",
51
+ "png",
52
+ "xlsx",
53
+ "xlsx-raw"
54
+ ],
55
+ "type": "string"
56
+ },
57
+ "type": "array"
58
+ },
59
+ "customEvents": {
60
+ "anyOf": [
61
+ {
62
+ "properties": {
63
+ "events": {
64
+ "items": {
65
+ "description": "Custom event configuration",
66
+ "properties": {
67
+ "label": {
68
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
69
+ "type": "object"
70
+ },
71
+ "name": {
72
+ "description": "Custom event name",
73
+ "type": "string"
74
+ }
75
+ },
76
+ "type": "object"
77
+ },
78
+ "type": "array"
79
+ },
80
+ "extraData": {
81
+ "items": {
82
+ "properties": {
83
+ "aggregation": {
84
+ "description": "Aggregation query type",
85
+ "enum": [
86
+ "average",
87
+ "count",
88
+ "cumulativesum",
89
+ "distinctcount",
90
+ "histogram",
91
+ "max",
92
+ "median",
93
+ "min",
94
+ "rate",
95
+ "stddev",
96
+ "sum",
97
+ "weightedaverage"
98
+ ],
99
+ "type": "string"
100
+ },
101
+ "columnId": {
102
+ "description": "Column id",
103
+ "format": "uuid",
104
+ "type": "string"
105
+ },
106
+ "datasetId": {
107
+ "description": "Dataset id",
108
+ "format": "uuid",
109
+ "type": "string"
110
+ },
111
+ "formulaId": {
112
+ "description": "Formula id",
113
+ "format": "uuid",
114
+ "type": "string"
115
+ },
116
+ "label": {
117
+ "description": "Label",
118
+ "type": "string"
119
+ },
120
+ "weightedColumnId": {
121
+ "description": "Weighted column id",
122
+ "format": "uuid",
123
+ "type": "string"
124
+ },
125
+ "weightedDatasetId": {
126
+ "description": "Weighted dataset id",
127
+ "format": "uuid",
128
+ "type": "string"
129
+ }
130
+ },
131
+ "type": "object"
132
+ },
133
+ "type": "array"
134
+ }
135
+ },
136
+ "type": "object"
137
+ },
138
+ {
139
+ "type": "null"
140
+ }
141
+ ],
142
+ "default": null,
143
+ "description": "Custom events interactivity option"
144
+ },
145
+ "customTooltip": {
146
+ "default": null,
147
+ "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
148
+ "type": [
149
+ "null",
150
+ "object"
151
+ ]
152
+ },
153
+ "exportTypes": {
154
+ "default": [
155
+ "xlsx",
156
+ "csv",
157
+ "png"
158
+ ],
159
+ "description": "Export types interactivity option",
160
+ "items": {
161
+ "description": "Export types",
162
+ "enum": [
163
+ "csv",
164
+ "csv-raw",
165
+ "png",
166
+ "xlsx",
167
+ "xlsx-raw"
168
+ ],
169
+ "type": "string"
170
+ },
171
+ "type": "array"
172
+ },
173
+ "measureDimensionPicker": {
174
+ "default": [
175
+ []
176
+ ],
177
+ "description": "An array of measure dimension picker configurations",
178
+ "items": {
179
+ "description": "Measure dimension picker configuration",
180
+ "properties": {
181
+ "acceptFormula": {
182
+ "type": "boolean"
183
+ },
184
+ "allAvailableColumns": {
185
+ "items": {
186
+ "properties": {
187
+ "columns": {
188
+ "items": {
189
+ "properties": {
190
+ "cardinality": {
191
+ "type": "number"
192
+ },
193
+ "color": {
194
+ "type": "string"
195
+ },
196
+ "columnHierarchies": {
197
+ "anyOf": [
198
+ {
199
+ "items": {
200
+ "type": "string"
201
+ },
202
+ "type": "array"
203
+ },
204
+ {
205
+ "items": {
206
+ "properties": {
207
+ "color": {
208
+ "type": "string"
209
+ },
210
+ "id": {
211
+ "type": "string"
212
+ },
213
+ "level": {
214
+ "type": "number"
215
+ },
216
+ "name": {
217
+ "type": "object"
218
+ }
219
+ },
220
+ "type": "object"
221
+ },
222
+ "type": "array"
223
+ }
224
+ ]
225
+ },
226
+ "currency": {
227
+ "properties": {
228
+ "id": {
229
+ "type": "string"
230
+ },
231
+ "name": {
232
+ "type": "string"
233
+ },
234
+ "symbol": {
235
+ "type": "string"
236
+ }
237
+ },
238
+ "type": "object"
239
+ },
240
+ "currency_id": {
241
+ "type": "string"
242
+ },
243
+ "description": {
244
+ "type": "object"
245
+ },
246
+ "duration_format": {
247
+ "enum": [
248
+ "long",
249
+ "short",
250
+ "time"
251
+ ],
252
+ "type": "string"
253
+ },
254
+ "duration_levels": {
255
+ "items": {
256
+ "type": "number"
257
+ },
258
+ "type": "array"
259
+ },
260
+ "expression": {
261
+ "type": "string"
262
+ },
263
+ "format": {
264
+ "type": "string"
265
+ },
266
+ "hierarchyLevels": {
267
+ "items": {
268
+ "properties": {
269
+ "color": {
270
+ "type": "string"
271
+ },
272
+ "id": {
273
+ "type": "string"
274
+ },
275
+ "level": {
276
+ "type": "number"
277
+ },
278
+ "name": {
279
+ "type": "object"
280
+ }
281
+ },
282
+ "type": "object"
283
+ },
284
+ "type": "array"
285
+ },
286
+ "hierarchy_enabled": {
287
+ "type": "boolean"
288
+ },
289
+ "highestLevel": {
290
+ "type": "number"
291
+ },
292
+ "id": {
293
+ "type": "string"
294
+ },
295
+ "informat": {
296
+ "type": "string"
297
+ },
298
+ "isFormula": {
299
+ "type": "boolean"
300
+ },
301
+ "isLabel": {
302
+ "type": "boolean"
303
+ },
304
+ "joins": {
305
+ "items": {
306
+ "properties": {
307
+ "currency_id": {
308
+ "type": [
309
+ "null",
310
+ "string"
311
+ ]
312
+ },
313
+ "hierarchy_enabled": {
314
+ "type": "boolean"
315
+ },
316
+ "id": {
317
+ "type": "string"
318
+ },
319
+ "join": {
320
+ "properties": {
321
+ "column_id": {
322
+ "type": "string"
323
+ },
324
+ "created_at": {
325
+ "type": "string"
326
+ },
327
+ "joins_id": {
328
+ "type": "string"
329
+ },
330
+ "subtype": {
331
+ "type": "string"
332
+ },
333
+ "type": {
334
+ "enum": [
335
+ "exact",
336
+ "lookup"
337
+ ],
338
+ "type": "string"
339
+ },
340
+ "update_at": {
341
+ "type": "string"
342
+ },
343
+ "updated_at": {
344
+ "type": "string"
345
+ }
346
+ },
347
+ "type": "object"
348
+ },
349
+ "securable_id": {
350
+ "type": "string"
351
+ }
352
+ },
353
+ "type": "object"
354
+ },
355
+ "type": "array"
356
+ },
357
+ "level": {
358
+ "type": "number"
359
+ },
360
+ "lowestLevel": {
361
+ "type": "number"
362
+ },
363
+ "name": {
364
+ "type": "object"
365
+ },
366
+ "order": {
367
+ "type": "number"
368
+ },
369
+ "securable_id": {
370
+ "type": "string"
371
+ },
372
+ "source_name": {
373
+ "type": "string"
374
+ },
375
+ "subtype": {
376
+ "enum": [
377
+ "coordinates",
378
+ "currency",
379
+ "duration",
380
+ "hierarchy_element_expression",
381
+ "topography"
382
+ ],
383
+ "type": "string"
384
+ },
385
+ "type": {
386
+ "enum": [
387
+ "datetime",
388
+ "hierarchy",
389
+ "numeric",
390
+ "spatial"
391
+ ],
392
+ "type": "string"
393
+ },
394
+ "version": {
395
+ "type": "number"
396
+ },
397
+ "width": {
398
+ "type": "number"
399
+ }
400
+ },
401
+ "type": "object"
402
+ },
403
+ "type": "array"
404
+ },
405
+ "datasetId": {
406
+ "format": "uuid",
407
+ "type": "string"
408
+ },
409
+ "datasetName": {
410
+ "type": "object"
411
+ },
412
+ "formulas": {
413
+ "items": {
414
+ "properties": {
415
+ "color": {
416
+ "type": "string"
417
+ },
418
+ "currency": {
419
+ "properties": {
420
+ "id": {
421
+ "type": "string"
422
+ },
423
+ "name": {
424
+ "type": "string"
425
+ },
426
+ "symbol": {
427
+ "type": "string"
428
+ }
429
+ },
430
+ "type": "object"
431
+ },
432
+ "currency_id": {
433
+ "type": "string"
434
+ },
435
+ "duration_format": {
436
+ "enum": [
437
+ "long",
438
+ "short",
439
+ "time"
440
+ ],
441
+ "type": "string"
442
+ },
443
+ "duration_levels": {
444
+ "items": {
445
+ "type": "number"
446
+ },
447
+ "type": "array"
448
+ },
449
+ "expression": {
450
+ "type": "string"
451
+ },
452
+ "format": {
453
+ "type": "string"
454
+ },
455
+ "id": {
456
+ "type": "string"
457
+ },
458
+ "informat": {
459
+ "enum": [
460
+ "DD-MM-YYYY HH:mm:ss.SSS",
461
+ "DD-MM-YYYY HH:mm:ss.SSS ZZ",
462
+ "MM-DD-YYYY HH:mm:ss.SSS",
463
+ "MM-DD-YYYY HH:mm:ss.SSS ZZ",
464
+ "X",
465
+ "YYYY-MM-DD HH:mm:ss.SSS",
466
+ "YYYY-MM-DD HH:mm:ss.SSS ZZ",
467
+ "hierarchy",
468
+ "numeric",
469
+ "x"
470
+ ],
471
+ "type": "string"
472
+ },
473
+ "isFormula": {
474
+ "type": "boolean"
475
+ },
476
+ "level": {
477
+ "type": "number"
478
+ },
479
+ "lowestLevel": {
480
+ "type": "number"
481
+ },
482
+ "name": {
483
+ "type": "object"
484
+ },
485
+ "securableFormula": {
486
+ "properties": {
487
+ "formula_id": {
488
+ "type": "string"
489
+ },
490
+ "securable_id": {
491
+ "type": "string"
492
+ }
493
+ },
494
+ "type": "object"
495
+ },
496
+ "securable_id": {
497
+ "type": "string"
498
+ },
499
+ "subtype": {
500
+ "enum": [
501
+ "currency",
502
+ "date",
503
+ "datetime",
504
+ "duration"
505
+ ],
506
+ "type": "string"
507
+ },
508
+ "type": {
509
+ "enum": [
510
+ "datetime",
511
+ "hierarchy",
512
+ "numeric"
513
+ ],
514
+ "type": "string"
515
+ }
516
+ },
517
+ "type": "object"
518
+ },
519
+ "type": "array"
520
+ }
521
+ },
522
+ "type": "object"
523
+ },
524
+ "type": "array"
525
+ },
526
+ "allowMultiple": {
527
+ "type": "boolean"
528
+ },
529
+ "description": {
530
+ "type": "string"
531
+ },
532
+ "order": {
533
+ "type": "number"
534
+ },
535
+ "slot": {
536
+ "type": "string"
537
+ },
538
+ "values": {
539
+ "items": {
540
+ "properties": {
541
+ "aggregationFunc": {
542
+ "description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
543
+ "enum": [
544
+ "average",
545
+ "count",
546
+ "cumulativesum",
547
+ "distinctcount",
548
+ "histogram",
549
+ "max",
550
+ "median",
551
+ "min",
552
+ "rate",
553
+ "stddev",
554
+ "sum",
555
+ "weightedaverage"
556
+ ],
557
+ "type": "string"
558
+ },
559
+ "aggregationWeight": {
560
+ "description": "Aggregation weight. It can be used with a \"numeric\" column type.",
561
+ "properties": {
562
+ "columnId": {
563
+ "description": "Column id",
564
+ "format": "uuid",
565
+ "type": "string"
566
+ },
567
+ "columnSubType": {
568
+ "description": "Column subtype",
569
+ "enum": [
570
+ "coordinates",
571
+ "currency",
572
+ "duration",
573
+ "hierarchy_element_expression",
574
+ "topography"
575
+ ],
576
+ "type": "string"
577
+ },
578
+ "datasetId": {
579
+ "description": "Dataset id",
580
+ "format": "uuid",
581
+ "type": "string"
582
+ }
583
+ },
584
+ "type": "object"
585
+ },
586
+ "bins": {
587
+ "description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
588
+ "properties": {
589
+ "enabled": {
590
+ "description": "Enable or disable binning",
591
+ "type": "boolean"
592
+ },
593
+ "number": {
594
+ "description": "Defines the range of the bins",
595
+ "type": "number"
596
+ }
597
+ },
598
+ "type": "object"
599
+ },
600
+ "color": {
601
+ "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.",
602
+ "type": [
603
+ "null",
604
+ "string"
605
+ ]
606
+ },
607
+ "columnHierarchies": {
608
+ "anyOf": [
609
+ {
610
+ "items": {
611
+ "type": "string"
612
+ },
613
+ "type": "array"
614
+ },
615
+ {
616
+ "items": {
617
+ "properties": {
618
+ "color": {
619
+ "type": "string"
620
+ },
621
+ "id": {
622
+ "type": "string"
623
+ },
624
+ "level": {
625
+ "type": "number"
626
+ },
627
+ "name": {
628
+ "type": "object"
629
+ }
630
+ },
631
+ "type": "object"
632
+ },
633
+ "type": "array"
634
+ }
635
+ ]
636
+ },
637
+ "columnId": {
638
+ "description": "Column id",
639
+ "format": "uuid",
640
+ "type": "string"
641
+ },
642
+ "currency": {
643
+ "description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
644
+ "type": [
645
+ "null",
646
+ "string"
647
+ ]
648
+ },
649
+ "datasetId": {
650
+ "description": "Dataset id",
651
+ "format": "uuid",
652
+ "type": "string"
653
+ },
654
+ "datetimeDisplayMode": {
655
+ "description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
656
+ "enum": [
657
+ "day_in_month",
658
+ "day_in_year",
659
+ "default",
660
+ "hour_in_day",
661
+ "minute_in_hour",
662
+ "month_name",
663
+ "month_number",
664
+ "quarter_number",
665
+ "second_in_minute",
666
+ "week_number",
667
+ "weekday_name",
668
+ "weekday_number"
669
+ ],
670
+ "type": "string"
671
+ },
672
+ "duration": {
673
+ "description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
674
+ "properties": {
675
+ "format": {
676
+ "description": "Duration format",
677
+ "enum": [
678
+ "long",
679
+ "short",
680
+ "time"
681
+ ],
682
+ "type": "string"
683
+ },
684
+ "levels": {
685
+ "description": "Duration levels used",
686
+ "items": {
687
+ "type": "number"
688
+ },
689
+ "type": "array"
690
+ }
691
+ },
692
+ "type": "object"
693
+ },
694
+ "format": {
695
+ "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.",
696
+ "type": "string"
697
+ },
698
+ "formula": {
699
+ "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",
700
+ "type": "string"
701
+ },
702
+ "grandTotals": {
703
+ "description": "Enable or disable grand totals, they're only used in Pivot table",
704
+ "properties": {
705
+ "enabled": {
706
+ "type": "boolean"
707
+ }
708
+ },
709
+ "type": "object"
710
+ },
711
+ "hidden": {
712
+ "type": "boolean"
713
+ },
714
+ "include_nonoccurring": {
715
+ "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.",
716
+ "type": "boolean"
717
+ },
718
+ "label": {
719
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
720
+ "type": "object"
721
+ },
722
+ "level": {
723
+ "description": "\"hierarchy\" or \"datetime\" level",
724
+ "type": [
725
+ "number",
726
+ "null"
727
+ ]
728
+ },
729
+ "lowestLevel": {
730
+ "description": "Lowest \"hierarchy\" or \"datetime\" level",
731
+ "type": [
732
+ "null",
733
+ "number"
734
+ ]
735
+ },
736
+ "monthNameFormat": {
737
+ "description": "Month name format for datetime column formatting",
738
+ "enum": [
739
+ "letter",
740
+ "long",
741
+ "short"
742
+ ],
743
+ "type": "string"
744
+ },
745
+ "periodOverPeriod": {
746
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
747
+ "properties": {
748
+ "level": {
749
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
750
+ "type": "number"
751
+ },
752
+ "periodToDate": {
753
+ "description": "Turn ON/OFF period to date comparison",
754
+ "type": "boolean"
755
+ },
756
+ "quantity": {
757
+ "description": "Number of periods",
758
+ "type": "number"
759
+ },
760
+ "type": {
761
+ "description": "Period over period comparison type",
762
+ "enum": [
763
+ "none",
764
+ "past",
765
+ "percentageChange"
766
+ ],
767
+ "type": "string"
768
+ }
769
+ },
770
+ "type": "object"
771
+ },
772
+ "readonly": {
773
+ "type": "boolean"
774
+ },
775
+ "selected": {
776
+ "type": "boolean"
777
+ },
778
+ "subtype": {
779
+ "anyOf": [
780
+ {
781
+ "enum": [
782
+ "coordinates",
783
+ "currency",
784
+ "date",
785
+ "datetime",
786
+ "duration",
787
+ "hierarchy_element_expression",
788
+ "topography"
789
+ ],
790
+ "type": "string"
791
+ },
792
+ {
793
+ "type": "null"
794
+ }
795
+ ],
796
+ "description": "Column subtype"
797
+ },
798
+ "type": {
799
+ "description": "Column / Formula type",
800
+ "enum": [
801
+ "datetime",
802
+ "hierarchy",
803
+ "numeric",
804
+ "spatial"
805
+ ],
806
+ "type": "string"
807
+ },
808
+ "weekDayNameFormat": {
809
+ "description": "Week day name format for datetime column formatting",
810
+ "enum": [
811
+ "letter",
812
+ "long",
813
+ "short"
814
+ ],
815
+ "type": "string"
816
+ },
817
+ "weekStart": {
818
+ "description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
819
+ "enum": [
820
+ "monday",
821
+ "sunday"
822
+ ],
823
+ "type": "string"
824
+ }
825
+ },
826
+ "type": "object"
827
+ },
828
+ "type": "array"
829
+ }
830
+ },
831
+ "type": "object"
832
+ },
833
+ "type": "array"
834
+ },
835
+ "select": {
836
+ "default": true,
837
+ "description": "Filter on select interactivity option",
838
+ "type": "boolean"
839
+ },
840
+ "urlConfig": {
841
+ "default": {
842
+ "target": "_blank",
843
+ "url": null
844
+ },
845
+ "description": "Go to URL interactivity option",
846
+ "properties": {
847
+ "target": {
848
+ "description": "URL target",
849
+ "enum": [
850
+ "_blank",
851
+ "_parent",
852
+ "_self"
853
+ ],
854
+ "type": "string"
855
+ },
856
+ "url": {
857
+ "description": "URL in format {locale: \"url\"}, for example, {en: \"...\"}",
858
+ "type": "object"
859
+ }
860
+ },
861
+ "type": "object"
862
+ }
863
+ },
864
+ "type": "object"
865
+ },
866
+ "internalPadding": {
867
+ "description": "Internal padding between values in the Sunburst chart.",
868
+ "examples": [
869
+ 5,
870
+ 10
871
+ ],
872
+ "type": "number"
873
+ },
874
+ "legend": {
875
+ "description": "Legend options, they are applied if the legend is displayed",
876
+ "properties": {
877
+ "position": {
878
+ "description": "Position of the legend. Only available when the legend is shown.",
879
+ "enum": [
880
+ "bottom",
881
+ "bottomLeft",
882
+ "bottomRight",
883
+ "left",
884
+ "middle",
885
+ "right",
886
+ "top",
887
+ "topLeft",
888
+ "topRight"
889
+ ],
890
+ "type": "string"
891
+ },
892
+ "size": {
893
+ "description": "Size of the legend. Only available when the legend is shown.",
894
+ "enum": [
895
+ "L",
896
+ "M",
897
+ "S"
898
+ ],
899
+ "type": "string"
900
+ },
901
+ "type": {
902
+ "description": "Type of the legend. Only available when the legend is shown.",
903
+ "enum": [
904
+ "bar",
905
+ "list"
906
+ ],
907
+ "type": "string"
908
+ }
909
+ },
910
+ "type": "object"
911
+ },
912
+ "limit": {
913
+ "description": "Show number of observations",
914
+ "properties": {
915
+ "number": {
916
+ "default": 100000,
917
+ "description": "Number of observations value",
918
+ "type": "number"
919
+ }
920
+ },
921
+ "type": "object"
922
+ },
923
+ "loader": {
924
+ "description": "The loader configuration",
925
+ "properties": {
926
+ "background": {
927
+ "default": "#f9f9f9",
928
+ "description": "Background color of the chart loader element",
929
+ "type": "string"
930
+ },
931
+ "fontColor": {
932
+ "default": "#5a5a5a",
933
+ "description": "Font color of the text of the chart loaders",
934
+ "type": "string"
935
+ },
936
+ "locale": {
937
+ "default": "en",
938
+ "description": "Locale to be used if \"msg\" is set",
939
+ "examples": [
940
+ "en",
941
+ "fr"
942
+ ],
943
+ "type": "string"
944
+ },
945
+ "mode": {
946
+ "default": "light",
947
+ "description": "Light or dark loader",
948
+ "type": "string"
949
+ },
950
+ "msg": {
951
+ "description": "Loading message",
952
+ "examples": [
953
+ "Loading dashboard..."
954
+ ],
955
+ "type": "string"
956
+ },
957
+ "showBranded": {
958
+ "default": false,
959
+ "description": "Shows the branded \"powered by\" information",
960
+ "type": "boolean"
961
+ },
962
+ "spinnerBackground": {
963
+ "default": "rgba(169, 169, 169, 0.14)",
964
+ "description": "Background color of the spinner",
965
+ "type": "string"
966
+ },
967
+ "spinnerColor": {
968
+ "default": "rgba(255, 165, 0, 0.7)",
969
+ "description": "Spinner color of the loader",
970
+ "type": "string"
971
+ }
972
+ },
973
+ "type": "object"
974
+ },
975
+ "locale": {
976
+ "default": "en",
977
+ "description": "Locale to be used",
978
+ "examples": [
979
+ "en",
980
+ "fr"
981
+ ],
982
+ "type": "string"
983
+ },
984
+ "lookupFiltering": {
985
+ "default": false,
986
+ "description": "Allow interactive filtering of charts with linked datasets",
987
+ "type": "boolean"
988
+ },
989
+ "padding": {
990
+ "description": "Specifies the padding of the Sunburst chart.",
991
+ "examples": [
992
+ 5
993
+ ],
994
+ "type": "number"
995
+ },
996
+ "roundedCorners": {
997
+ "description": "Specifies roundness of corners in Sunburst chart.",
998
+ "examples": [
999
+ 5,
1000
+ 10
1001
+ ],
1002
+ "type": "number"
1003
+ },
1004
+ "sort": {
1005
+ "properties": {
1006
+ "aggregation": {
1007
+ "description": "Aggregation settings.",
1008
+ "properties": {
1009
+ "column_id": {
1010
+ "description": "Column id.",
1011
+ "format": "uuid",
1012
+ "type": "string"
1013
+ },
1014
+ "dataset_id": {
1015
+ "description": "Dataset id.",
1016
+ "format": "uuid",
1017
+ "type": "string"
1018
+ },
1019
+ "level": {
1020
+ "description": "Level.",
1021
+ "type": "number"
1022
+ },
1023
+ "type": {
1024
+ "description": "Aggregation function name.",
1025
+ "enum": [
1026
+ "average",
1027
+ "count",
1028
+ "cumulativesum",
1029
+ "distinctcount",
1030
+ "histogram",
1031
+ "max",
1032
+ "median",
1033
+ "min",
1034
+ "rate",
1035
+ "stddev",
1036
+ "sum",
1037
+ "weightedaverage"
1038
+ ],
1039
+ "type": "string"
1040
+ }
1041
+ },
1042
+ "type": "object"
1043
+ },
1044
+ "by": {
1045
+ "description": "Sort by setting.",
1046
+ "enum": [
1047
+ "category",
1048
+ "column",
1049
+ "measure"
1050
+ ],
1051
+ "type": "string"
1052
+ },
1053
+ "column": {
1054
+ "description": "Column id.",
1055
+ "format": "uuid",
1056
+ "type": "string"
1057
+ },
1058
+ "direction": {
1059
+ "description": "\"asc\" or \"desc\" sort direction.",
1060
+ "enum": [
1061
+ "asc",
1062
+ "desc"
1063
+ ],
1064
+ "type": "string"
1065
+ },
1066
+ "formula": {
1067
+ "description": "Formula id.",
1068
+ "format": "uuid",
1069
+ "type": "string"
1070
+ },
1071
+ "id": {
1072
+ "description": "Id.",
1073
+ "format": "uuid",
1074
+ "type": "string"
1075
+ },
1076
+ "set": {
1077
+ "description": "Set id.",
1078
+ "format": "uuid",
1079
+ "type": "string"
1080
+ }
1081
+ },
1082
+ "type": "object"
1083
+ },
1084
+ "theme": {
1085
+ "description": "Theme configuration",
1086
+ "properties": {
1087
+ "borders": {
1088
+ "description": "Custom border styling",
1089
+ "properties": {
1090
+ "border-bottom-width": {
1091
+ "description": "Border bottom width, it is visible when a border style and color are set",
1092
+ "examples": [
1093
+ "0px",
1094
+ "1px",
1095
+ "3px"
1096
+ ],
1097
+ "type": "string"
1098
+ },
1099
+ "border-color": {
1100
+ "description": "Border color, it is visible when a border style and width are set",
1101
+ "examples": [
1102
+ "rgba(216, 216, 216, 1)",
1103
+ "rgb(147, 146, 148)"
1104
+ ],
1105
+ "type": "string"
1106
+ },
1107
+ "border-left-width": {
1108
+ "description": "Border left width, it is visible when a border style and color are set",
1109
+ "examples": [
1110
+ "0px",
1111
+ "1px",
1112
+ "3px"
1113
+ ],
1114
+ "type": "string"
1115
+ },
1116
+ "border-radius": {
1117
+ "description": "Border radius",
1118
+ "examples": [
1119
+ "0",
1120
+ "12px",
1121
+ "20px"
1122
+ ],
1123
+ "type": "string"
1124
+ },
1125
+ "border-right-width": {
1126
+ "description": "Border right width, it is visible when a border style and color are set",
1127
+ "examples": [
1128
+ "0px",
1129
+ "1px",
1130
+ "3px"
1131
+ ],
1132
+ "type": "string"
1133
+ },
1134
+ "border-style": {
1135
+ "description": "Border style, it is visible when a border color and width are set",
1136
+ "examples": [
1137
+ "none",
1138
+ "solid",
1139
+ "dotted",
1140
+ "dashed"
1141
+ ],
1142
+ "type": "string"
1143
+ },
1144
+ "border-top-width": {
1145
+ "description": "Border top width, it is visible when a border style and color are set",
1146
+ "examples": [
1147
+ "0px",
1148
+ "1px",
1149
+ "3px"
1150
+ ],
1151
+ "type": "string"
1152
+ }
1153
+ },
1154
+ "type": "object"
1155
+ },
1156
+ "boxShadow": {
1157
+ "description": "Custom shadow styling",
1158
+ "properties": {
1159
+ "color": {
1160
+ "description": "Shadow color",
1161
+ "examples": [
1162
+ "rgb(0, 0, 0)",
1163
+ "rgb(100, 100, 103)"
1164
+ ],
1165
+ "type": "string"
1166
+ },
1167
+ "size": {
1168
+ "description": "Shadow size",
1169
+ "enum": [
1170
+ "L",
1171
+ "M",
1172
+ "S",
1173
+ "none"
1174
+ ],
1175
+ "examples": [
1176
+ "none",
1177
+ "S",
1178
+ "M",
1179
+ "L"
1180
+ ],
1181
+ "type": "string"
1182
+ }
1183
+ },
1184
+ "type": "object"
1185
+ },
1186
+ "colors": {
1187
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
1188
+ "examples": [
1189
+ [
1190
+ "red",
1191
+ "green",
1192
+ "blue",
1193
+ "yellow",
1194
+ "orange",
1195
+ "purple"
1196
+ ]
1197
+ ],
1198
+ "items": {
1199
+ "type": "string"
1200
+ },
1201
+ "type": "array"
1202
+ },
1203
+ "font": {
1204
+ "description": "Custom font styling",
1205
+ "properties": {
1206
+ "fontFamily": {
1207
+ "description": "Font family",
1208
+ "examples": [
1209
+ "Lato",
1210
+ "Montserrat",
1211
+ "Roboto Mono",
1212
+ "Arial",
1213
+ "Times New Roman"
1214
+ ],
1215
+ "type": "string"
1216
+ },
1217
+ "fontSize": {
1218
+ "description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
1219
+ "examples": [
1220
+ 10,
1221
+ 15,
1222
+ 18
1223
+ ],
1224
+ "type": "number"
1225
+ }
1226
+ },
1227
+ "type": "object"
1228
+ },
1229
+ "id": {
1230
+ "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.",
1231
+ "examples": [
1232
+ "seasonal",
1233
+ "urban"
1234
+ ],
1235
+ "type": "string"
1236
+ },
1237
+ "itemsBackground": {
1238
+ "description": "Custom item background color",
1239
+ "examples": [
1240
+ "rgb(255, 255, 255)",
1241
+ "rgb(71, 69, 69)",
1242
+ "rgb(195, 191, 191)"
1243
+ ],
1244
+ "type": "string"
1245
+ },
1246
+ "legend": {
1247
+ "description": "Custom legend styling, it's applied if the legend is displayed",
1248
+ "properties": {
1249
+ "fontSize": {
1250
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1251
+ "examples": [
1252
+ 12,
1253
+ 16
1254
+ ],
1255
+ "type": "number"
1256
+ },
1257
+ "lineHeight": {
1258
+ "description": "Legend line height in px",
1259
+ "examples": [
1260
+ 12,
1261
+ 16,
1262
+ 20
1263
+ ],
1264
+ "type": "number"
1265
+ },
1266
+ "type": {
1267
+ "description": "Legend type",
1268
+ "enum": [
1269
+ "circle",
1270
+ "line",
1271
+ "normal"
1272
+ ],
1273
+ "examples": [
1274
+ "normal",
1275
+ "line",
1276
+ "circle"
1277
+ ],
1278
+ "type": "string"
1279
+ }
1280
+ },
1281
+ "type": "object"
1282
+ },
1283
+ "title": {
1284
+ "description": "Custom title styling, it's applied if the title is displayed",
1285
+ "properties": {
1286
+ "align": {
1287
+ "description": "Title align",
1288
+ "enum": [
1289
+ "center",
1290
+ "left",
1291
+ "right"
1292
+ ],
1293
+ "examples": [
1294
+ "left",
1295
+ "center",
1296
+ "right"
1297
+ ],
1298
+ "type": "string"
1299
+ },
1300
+ "bold": {
1301
+ "description": "Is title bold",
1302
+ "examples": [
1303
+ true,
1304
+ false
1305
+ ],
1306
+ "type": "boolean"
1307
+ },
1308
+ "border": {
1309
+ "description": "Is title a border",
1310
+ "examples": [
1311
+ true,
1312
+ false
1313
+ ],
1314
+ "type": "boolean"
1315
+ },
1316
+ "fontSize": {
1317
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1318
+ "examples": [
1319
+ 16,
1320
+ 20
1321
+ ],
1322
+ "type": "number"
1323
+ },
1324
+ "italic": {
1325
+ "description": "Is title italic",
1326
+ "examples": [
1327
+ true,
1328
+ false
1329
+ ],
1330
+ "type": "boolean"
1331
+ },
1332
+ "lineHeight": {
1333
+ "description": "Title's line height in px",
1334
+ "examples": [
1335
+ 30,
1336
+ 42,
1337
+ 50
1338
+ ],
1339
+ "type": "number"
1340
+ },
1341
+ "underline": {
1342
+ "description": "Is title underline",
1343
+ "examples": [
1344
+ true,
1345
+ false
1346
+ ],
1347
+ "type": "boolean"
1348
+ }
1349
+ },
1350
+ "type": "object"
1351
+ },
1352
+ "tooltip": {
1353
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
1354
+ "properties": {
1355
+ "background": {
1356
+ "description": "Tooltip's background",
1357
+ "examples": [
1358
+ "rgb(248, 248, 248)",
1359
+ "rgb(248, 248, 248)",
1360
+ "rgb(130, 128, 128)",
1361
+ "rgb(61, 61, 61)"
1362
+ ],
1363
+ "type": "string"
1364
+ },
1365
+ "fontSize": {
1366
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1367
+ "examples": [
1368
+ 12,
1369
+ 16,
1370
+ 20
1371
+ ],
1372
+ "type": "number"
1373
+ },
1374
+ "opacity": {
1375
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
1376
+ "examples": [
1377
+ 0.5,
1378
+ 0.8,
1379
+ 1
1380
+ ],
1381
+ "type": "number"
1382
+ }
1383
+ },
1384
+ "type": "object"
1385
+ },
1386
+ "type": {
1387
+ "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.",
1388
+ "examples": [
1389
+ "custom"
1390
+ ],
1391
+ "type": "string"
1392
+ }
1393
+ },
1394
+ "type": "object"
1395
+ },
1396
+ "timezoneId": {
1397
+ "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",
1398
+ "examples": [
1399
+ "Europe/Brussels",
1400
+ "America/New_York"
1401
+ ],
1402
+ "type": "string"
1403
+ },
1404
+ "title": {
1405
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1406
+ "examples": [
1407
+ {
1408
+ "en": "Title"
1409
+ }
1410
+ ],
1411
+ "type": "object"
1412
+ }
1413
+ },
1414
+ "type": "object"
1415
+ }
1416
+
1417
+ ;
1418
+
1419
+ export default _default;