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