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