@luzmo/dashboard-contents-types 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (446) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/LICENSE +15 -0
  3. package/assets/json-schemas/area-chart-options.schema.json.d.ts +106 -490
  4. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +23 -19
  5. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  6. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +102 -2552
  7. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +23 -19
  8. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  9. package/assets/json-schemas/box-plot-options.schema.json.d.ts +101 -486
  10. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +17 -13
  11. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  12. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +103 -2553
  13. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +23 -19
  14. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  15. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +101 -486
  16. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +23 -19
  17. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  18. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +101 -486
  19. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +21 -16
  20. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  21. package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +857 -0
  22. package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +485 -0
  23. package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +23 -0
  24. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +96 -484
  25. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +19 -15
  26. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  27. package/assets/json-schemas/column-chart-options.schema.json.d.ts +102 -2552
  28. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +23 -19
  29. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +19 -414
  31. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +19 -15
  32. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  33. package/assets/json-schemas/date-filter-options.schema.json.d.ts +17 -392
  34. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +7 -6
  35. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  36. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +138 -2581
  37. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +19 -15
  38. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  39. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +19 -394
  40. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +15 -11
  41. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  42. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +100 -487
  43. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +17 -13
  44. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  45. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +102 -2552
  46. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +18 -14
  47. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  48. package/assets/json-schemas/heat-map-options.schema.json.d.ts +19 -414
  49. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +18 -13
  50. package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
  51. package/assets/json-schemas/heat-table-options.schema.json.d.ts +19 -414
  52. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +23 -19
  53. package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
  54. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +19 -414
  55. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +18 -13
  56. package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
  57. package/assets/json-schemas/image-options.schema.json.d.ts +1 -1
  58. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  59. package/assets/json-schemas/line-chart-options.schema.json.d.ts +108 -494
  60. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +23 -19
  61. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  62. package/assets/json-schemas/marker-map-options.schema.json.d.ts +19 -414
  63. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +18 -13
  64. package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
  65. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +19 -414
  66. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +31 -27
  67. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +3 -3
  68. package/assets/json-schemas/options.schema.json.d.ts +53 -38
  69. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +729 -0
  70. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +482 -0
  71. package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +23 -0
  72. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +101 -488
  73. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +23 -19
  74. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  75. package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +1191 -0
  76. package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +517 -0
  77. package/assets/json-schemas/pyramid-chart.schema.json.d.ts +23 -0
  78. package/assets/json-schemas/radar-chart-options.schema.json.d.ts +866 -0
  79. package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +518 -0
  80. package/assets/json-schemas/radar-chart.schema.json.d.ts +23 -0
  81. package/assets/json-schemas/regular-table-options.schema.json.d.ts +97 -485
  82. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +15 -11
  83. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  84. package/assets/json-schemas/route-map-options.schema.json.d.ts +19 -414
  85. package/assets/json-schemas/route-map-slots.schema.json.d.ts +25 -20
  86. package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
  87. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +97 -485
  88. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +27 -23
  89. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  90. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +101 -486
  91. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +31 -27
  92. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  93. package/assets/json-schemas/search-filter-options.schema.json.d.ts +17 -392
  94. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +15 -11
  95. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  96. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +18 -393
  97. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +19 -15
  98. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  99. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +18 -393
  100. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +12 -9
  101. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  102. package/assets/json-schemas/slots.schema.json.d.ts +50 -35
  103. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +18 -413
  104. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +24 -19
  105. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
  106. package/assets/json-schemas/spike-map-options.schema.json.d.ts +19 -414
  107. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +22 -17
  108. package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
  109. package/assets/json-schemas/strip-plot-options.schema.json.d.ts +723 -0
  110. package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +485 -0
  111. package/assets/json-schemas/strip-plot.schema.json.d.ts +23 -0
  112. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +19 -414
  113. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +21 -17
  114. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
  115. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +19 -414
  116. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +21 -16
  117. package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
  118. package/assets/json-schemas/text-options.schema.json.d.ts +1 -1
  119. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  120. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +102 -2562
  121. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +29 -24
  122. package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
  123. package/assets/json-schemas/video-options.schema.json.d.ts +1 -1
  124. package/assets/json-schemas/video.schema.json.d.ts +2 -2
  125. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  126. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +102 -2562
  127. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +21 -17
  128. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
  129. package/index.d.ts +0 -1
  130. package/index.js +406 -354
  131. package/index.mjs +20839 -41314
  132. package/json-schemas.d.ts +15153 -36909
  133. package/json-schemas.d.ts.map +1 -1
  134. package/package.json +1 -1
  135. package/src/index.d.ts +0 -1
  136. package/src/lib/area-chart/area-chart-options.d.ts +34 -13
  137. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  138. package/src/lib/area-chart/area-chart-slots.config.d.ts +0 -1
  139. package/src/lib/area-chart/area-chart-slots.d.ts +0 -1
  140. package/src/lib/area-chart/area-chart.d.ts +0 -1
  141. package/src/lib/area-chart/index.d.ts +0 -1
  142. package/src/lib/bar-chart/bar-chart-options.d.ts +13 -12
  143. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  144. package/src/lib/bar-chart/bar-chart-slots.config.d.ts +0 -1
  145. package/src/lib/bar-chart/bar-chart.d.ts +0 -1
  146. package/src/lib/bar-chart/bar-chart.slots.d.ts +0 -1
  147. package/src/lib/bar-chart/index.d.ts +0 -1
  148. package/src/lib/box-plot/box-plot-options.d.ts +9 -9
  149. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  150. package/src/lib/box-plot/box-plot-slots.config.d.ts +0 -1
  151. package/src/lib/box-plot/box-plot-slots.d.ts +0 -1
  152. package/src/lib/box-plot/box-plot.d.ts +0 -1
  153. package/src/lib/box-plot/index.d.ts +0 -1
  154. package/src/lib/bubble-chart/bubble-chart-options.d.ts +14 -13
  155. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  156. package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts +0 -1
  157. package/src/lib/bubble-chart/bubble-chart-slots.d.ts +0 -1
  158. package/src/lib/bubble-chart/bubble-chart.d.ts +0 -1
  159. package/src/lib/bubble-chart/index.d.ts +0 -1
  160. package/src/lib/bullet-chart/bullet-chart-options.d.ts +10 -10
  161. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  162. package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts +0 -1
  163. package/src/lib/bullet-chart/bullet-chart-slots.d.ts +0 -1
  164. package/src/lib/bullet-chart/bullet-chart.d.ts +0 -1
  165. package/src/lib/bullet-chart/index.d.ts +0 -1
  166. package/src/lib/choropleth-map/choropleth-map-options.d.ts +12 -12
  167. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  168. package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts +0 -1
  169. package/src/lib/choropleth-map/choropleth-map-slots.d.ts +0 -1
  170. package/src/lib/choropleth-map/choropleth-map.d.ts +0 -1
  171. package/src/lib/choropleth-map/index.d.ts +0 -1
  172. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +83 -0
  173. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -0
  174. package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts +0 -1
  175. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +28 -0
  176. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -0
  177. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +23 -0
  178. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -0
  179. package/src/lib/circle-pack-chart/index.d.ts +3 -1
  180. package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
  181. package/src/lib/circular-gauge/circular-gauge-options.d.ts +8 -8
  182. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  183. package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts +0 -1
  184. package/src/lib/circular-gauge/circular-gauge-slots.d.ts +0 -1
  185. package/src/lib/circular-gauge/circular-gauge.d.ts +0 -1
  186. package/src/lib/circular-gauge/index.d.ts +0 -1
  187. package/src/lib/column-chart/column-chart-options.d.ts +13 -12
  188. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  189. package/src/lib/column-chart/column-chart-slots.config.d.ts +0 -1
  190. package/src/lib/column-chart/column-chart-slots.d.ts +0 -1
  191. package/src/lib/column-chart/column-chart.d.ts +0 -1
  192. package/src/lib/column-chart/index.d.ts +0 -1
  193. package/src/lib/combination-chart/combination-chart-options.d.ts +4 -4
  194. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  195. package/src/lib/combination-chart/combination-chart-slots.config.d.ts +0 -1
  196. package/src/lib/combination-chart/combination-chart-slots.d.ts +0 -1
  197. package/src/lib/combination-chart/combination-chart.d.ts +0 -1
  198. package/src/lib/combination-chart/index.d.ts +0 -1
  199. package/src/lib/conditional-number/conditional-number-options.d.ts +6 -6
  200. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  201. package/src/lib/conditional-number/conditional-number-slots.config.d.ts +0 -1
  202. package/src/lib/conditional-number/conditional-number-slots.d.ts +0 -1
  203. package/src/lib/conditional-number/conditional-number.d.ts +0 -1
  204. package/src/lib/conditional-number/index.d.ts +0 -1
  205. package/src/lib/date-filter/date-filter-options.d.ts +1 -2
  206. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  207. package/src/lib/date-filter/date-filter-slots.config.d.ts +0 -1
  208. package/src/lib/date-filter/date-filter-slots.d.ts +0 -1
  209. package/src/lib/date-filter/date-filter.d.ts +0 -1
  210. package/src/lib/date-filter/index.d.ts +0 -1
  211. package/src/lib/donut-chart/donut-chart-options.d.ts +17 -14
  212. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  213. package/src/lib/donut-chart/donut-chart-slots.config.d.ts +0 -1
  214. package/src/lib/donut-chart/donut-chart-slots.d.ts +0 -1
  215. package/src/lib/donut-chart/donut-chart.d.ts +0 -1
  216. package/src/lib/donut-chart/index.d.ts +0 -1
  217. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +3 -4
  218. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  219. package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts +0 -1
  220. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +0 -1
  221. package/src/lib/dropdown-filter/dropdown-filter.d.ts +0 -1
  222. package/src/lib/dropdown-filter/index.d.ts +0 -1
  223. package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts +0 -1
  224. package/src/lib/dynamic-imageobject/index.d.ts +0 -1
  225. package/src/lib/evolution-number/evolution-number-options.d.ts +20 -5
  226. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  227. package/src/lib/evolution-number/evolution-number-slots.config.d.ts +0 -1
  228. package/src/lib/evolution-number/evolution-number-slots.d.ts +0 -1
  229. package/src/lib/evolution-number/evolution-number.d.ts +0 -1
  230. package/src/lib/evolution-number/index.d.ts +0 -1
  231. package/src/lib/funnel-chart/funnel-chart-options.d.ts +14 -13
  232. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  233. package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts +0 -1
  234. package/src/lib/funnel-chart/funnel-chart-slots.d.ts +0 -1
  235. package/src/lib/funnel-chart/funnel-chart.d.ts +0 -1
  236. package/src/lib/funnel-chart/index.d.ts +0 -1
  237. package/src/lib/heat-map/heat-map-options.d.ts +3 -3
  238. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
  239. package/src/lib/heat-map/heat-map-slots.config.d.ts +0 -1
  240. package/src/lib/heat-map/heat-map-slots.d.ts +0 -1
  241. package/src/lib/heat-map/heat-map.d.ts +0 -1
  242. package/src/lib/heat-map/index.d.ts +0 -1
  243. package/src/lib/heat-table/heat-table-options.d.ts +2 -2
  244. package/src/lib/heat-table/heat-table-options.d.ts.map +1 -1
  245. package/src/lib/heat-table/heat-table-slots.config.d.ts +0 -1
  246. package/src/lib/heat-table/heat-table-slots.d.ts +0 -1
  247. package/src/lib/heat-table/heat-table.d.ts +0 -1
  248. package/src/lib/heat-table/index.d.ts +0 -1
  249. package/src/lib/hexbin-map/hexbin-map-options.d.ts +5 -5
  250. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
  251. package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts +0 -1
  252. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +0 -1
  253. package/src/lib/hexbin-map/hexbin-map.d.ts +0 -1
  254. package/src/lib/hexbin-map/index.d.ts +0 -1
  255. package/src/lib/image/image-options.d.ts +0 -1
  256. package/src/lib/image/image.d.ts +0 -1
  257. package/src/lib/image/index.d.ts +0 -1
  258. package/src/lib/line-chart/index.d.ts +0 -1
  259. package/src/lib/line-chart/line-chart-options.d.ts +30 -13
  260. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  261. package/src/lib/line-chart/line-chart-slots.config.d.ts +0 -1
  262. package/src/lib/line-chart/line-chart-slots.d.ts +0 -1
  263. package/src/lib/line-chart/line-chart.d.ts +0 -1
  264. package/src/lib/line-chart-forecast/index.d.ts +0 -1
  265. package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts +0 -1
  266. package/src/lib/marker-map/index.d.ts +0 -1
  267. package/src/lib/marker-map/marker-map-options.d.ts +5 -5
  268. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
  269. package/src/lib/marker-map/marker-map-slots.config.d.ts +0 -1
  270. package/src/lib/marker-map/marker-map-slots.d.ts +0 -1
  271. package/src/lib/marker-map/marker-map.d.ts +0 -1
  272. package/src/lib/ohlc-chart/index.d.ts +0 -1
  273. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +3 -3
  274. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -1
  275. package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts +0 -1
  276. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts +0 -1
  277. package/src/lib/ohlc-chart/ohlc-chart.d.ts +1 -2
  278. package/src/lib/parallel-coordinates-plot/index.d.ts +3 -1
  279. package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
  280. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +59 -0
  281. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -0
  282. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts +0 -1
  283. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts +28 -0
  284. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -0
  285. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts +23 -0
  286. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -0
  287. package/src/lib/pivot-table/index.d.ts +0 -1
  288. package/src/lib/pivot-table/pivot-table-options.d.ts +10 -10
  289. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  290. package/src/lib/pivot-table/pivot-table-slots.config.d.ts +0 -1
  291. package/src/lib/pivot-table/pivot-table-slots.d.ts +0 -1
  292. package/src/lib/pivot-table/pivot-table.d.ts +0 -1
  293. package/src/lib/pyramid-chart/index.d.ts +3 -1
  294. package/src/lib/pyramid-chart/index.d.ts.map +1 -1
  295. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +176 -0
  296. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -0
  297. package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts +0 -1
  298. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts +39 -0
  299. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -0
  300. package/src/lib/pyramid-chart/pyramid-chart.d.ts +23 -0
  301. package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -0
  302. package/src/lib/radar-chart/index.d.ts +3 -1
  303. package/src/lib/radar-chart/index.d.ts.map +1 -1
  304. package/src/lib/radar-chart/radar-chart-options.d.ts +78 -0
  305. package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -0
  306. package/src/lib/radar-chart/radar-chart-slots.config.d.ts +0 -1
  307. package/src/lib/radar-chart/radar-chart-slots.d.ts +40 -0
  308. package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -0
  309. package/src/lib/radar-chart/radar-chart.d.ts +23 -0
  310. package/src/lib/radar-chart/radar-chart.d.ts.map +1 -0
  311. package/src/lib/regular-table/index.d.ts +0 -1
  312. package/src/lib/regular-table/regular-table-options.d.ts +7 -7
  313. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  314. package/src/lib/regular-table/regular-table-slots.config.d.ts +0 -1
  315. package/src/lib/regular-table/regular-table-slots.d.ts +0 -1
  316. package/src/lib/regular-table/regular-table.d.ts +0 -1
  317. package/src/lib/route-map/index.d.ts +0 -1
  318. package/src/lib/route-map/route-map-options.d.ts +3 -3
  319. package/src/lib/route-map/route-map-options.d.ts.map +1 -1
  320. package/src/lib/route-map/route-map-slots.config.d.ts +0 -1
  321. package/src/lib/route-map/route-map-slots.d.ts +0 -1
  322. package/src/lib/route-map/route-map.d.ts +0 -1
  323. package/src/lib/sankey-diagram/index.d.ts +0 -1
  324. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +9 -9
  325. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  326. package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts +0 -1
  327. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +0 -1
  328. package/src/lib/sankey-diagram/sankey-diagram.d.ts +0 -1
  329. package/src/lib/scatter-plot/index.d.ts +0 -1
  330. package/src/lib/scatter-plot/scatter-plot-options.d.ts +12 -12
  331. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  332. package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts +0 -1
  333. package/src/lib/scatter-plot/scatter-plot-slots.d.ts +0 -1
  334. package/src/lib/scatter-plot/scatter-plot.d.ts +0 -1
  335. package/src/lib/search-filter/index.d.ts +0 -1
  336. package/src/lib/search-filter/search-filter-options.d.ts +2 -3
  337. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  338. package/src/lib/search-filter/search-filter-slots.config.d.ts +0 -1
  339. package/src/lib/search-filter/search-filter-slots.d.ts +0 -1
  340. package/src/lib/search-filter/search-filter.d.ts +0 -1
  341. package/src/lib/shared/axes.d.ts +0 -1
  342. package/src/lib/shared/common.d.ts +1 -2
  343. package/src/lib/shared/drop-object-view-options.d.ts +0 -1
  344. package/src/lib/shared/filters.d.ts +0 -1
  345. package/src/lib/shared/formula.d.ts +0 -1
  346. package/src/lib/shared/index.d.ts +0 -1
  347. package/src/lib/shared/info-tooltip-options.d.ts +0 -2
  348. package/src/lib/shared/info-tooltip-options.d.ts.map +1 -1
  349. package/src/lib/shared/interactivity-brush.d.ts +0 -1
  350. package/src/lib/shared/interactivity-custom-events.d.ts +0 -1
  351. package/src/lib/shared/interactivity-custom-tooltip.d.ts +0 -1
  352. package/src/lib/shared/interactivity-drilldown.d.ts +0 -1
  353. package/src/lib/shared/interactivity-export.d.ts +2 -2
  354. package/src/lib/shared/interactivity-export.d.ts.map +1 -1
  355. package/src/lib/shared/interactivity-filter.d.ts +0 -1
  356. package/src/lib/shared/interactivity-go-to-url.d.ts +0 -1
  357. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +36 -8
  358. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
  359. package/src/lib/shared/interactivity-target.d.ts +0 -1
  360. package/src/lib/shared/interpolation.d.ts +0 -1
  361. package/src/lib/shared/iq-components.d.ts +5 -6
  362. package/src/lib/shared/item-filter-group.d.ts +0 -1
  363. package/src/lib/shared/legend.d.ts +0 -1
  364. package/src/lib/shared/map-object-view-options.d.ts +1 -2
  365. package/src/lib/shared/object-view-options.d.ts +0 -1
  366. package/src/lib/shared/period-over-period.d.ts +2 -1
  367. package/src/lib/shared/period-over-period.d.ts.map +1 -1
  368. package/src/lib/shared/placeholder.d.ts +0 -1
  369. package/src/lib/shared/query.d.ts +0 -1
  370. package/src/lib/shared/ranges.d.ts +0 -1
  371. package/src/lib/shared/slots.d.ts +1 -2
  372. package/src/lib/shared/slots.d.ts.map +1 -1
  373. package/src/lib/shared/sort.d.ts +0 -1
  374. package/src/lib/shared/theme.d.ts +2 -1
  375. package/src/lib/shared/theme.d.ts.map +1 -1
  376. package/src/lib/shared/title.d.ts +0 -1
  377. package/src/lib/shared/viz-item.d.ts +0 -1
  378. package/src/lib/slicer-filter/index.d.ts +0 -1
  379. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -2
  380. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  381. package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts +0 -1
  382. package/src/lib/slicer-filter/slicer-filter-slots.d.ts +0 -1
  383. package/src/lib/slicer-filter/slicer-filter.d.ts +0 -1
  384. package/src/lib/slider-filter/index.d.ts +0 -1
  385. package/src/lib/slider-filter/slider-filter-options.d.ts +4 -5
  386. package/src/lib/slider-filter/slider-filter-slots.config.d.ts +0 -1
  387. package/src/lib/slider-filter/slider-filter-slots.d.ts +0 -1
  388. package/src/lib/slider-filter/slider-filter.d.ts +0 -1
  389. package/src/lib/speedometer-chart/index.d.ts +0 -1
  390. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +2 -2
  391. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
  392. package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts +0 -1
  393. package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts +1 -2
  394. package/src/lib/speedometer-chart/speedometer-chart.d.ts +3 -4
  395. package/src/lib/spike-map/index.d.ts +0 -1
  396. package/src/lib/spike-map/spike-map-options.d.ts +3 -3
  397. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
  398. package/src/lib/spike-map/spike-map-slots.config.d.ts +0 -1
  399. package/src/lib/spike-map/spike-map-slots.d.ts +0 -1
  400. package/src/lib/spike-map/spike-map.d.ts +0 -1
  401. package/src/lib/strip-plot/index.d.ts +3 -1
  402. package/src/lib/strip-plot/index.d.ts.map +1 -1
  403. package/src/lib/strip-plot/strip-plot-options.d.ts +50 -0
  404. package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -0
  405. package/src/lib/strip-plot/strip-plot-slots.config.d.ts +0 -1
  406. package/src/lib/strip-plot/strip-plot-slots.d.ts +28 -0
  407. package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -0
  408. package/src/lib/strip-plot/strip-plot.d.ts +23 -0
  409. package/src/lib/strip-plot/strip-plot.d.ts.map +1 -0
  410. package/src/lib/sunburst-chart/index.d.ts +0 -1
  411. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +2 -2
  412. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
  413. package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts +0 -1
  414. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +2 -3
  415. package/src/lib/sunburst-chart/sunburst-chart.d.ts +0 -1
  416. package/src/lib/symbol-map/index.d.ts +0 -1
  417. package/src/lib/symbol-map/symbol-map-options.d.ts +4 -4
  418. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
  419. package/src/lib/symbol-map/symbol-map-slots.config.d.ts +0 -1
  420. package/src/lib/symbol-map/symbol-map-slots.d.ts +0 -1
  421. package/src/lib/symbol-map/symbol-map.d.ts +0 -1
  422. package/src/lib/text/index.d.ts +0 -1
  423. package/src/lib/text/text-options.d.ts +1 -2
  424. package/src/lib/text/text-options.d.ts.map +1 -1
  425. package/src/lib/text/text.d.ts +0 -1
  426. package/src/lib/treemap-chart/index.d.ts +0 -1
  427. package/src/lib/treemap-chart/treemap-chart-options.d.ts +4 -3
  428. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
  429. package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts +0 -1
  430. package/src/lib/treemap-chart/treemap-chart-slots.d.ts +0 -1
  431. package/src/lib/treemap-chart/treemap-chart.d.ts +0 -1
  432. package/src/lib/venn-diagram/index.d.ts +0 -1
  433. package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts +0 -1
  434. package/src/lib/video/index.d.ts +0 -1
  435. package/src/lib/video/video-options.d.ts +0 -1
  436. package/src/lib/video/video.d.ts +0 -1
  437. package/src/lib/visual-item/index.d.ts +0 -1
  438. package/src/lib/visual-item/visual-item.d.ts +0 -1
  439. package/src/lib/wordcloud-chart/index.d.ts +0 -1
  440. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +3 -2
  441. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
  442. package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts +0 -1
  443. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +0 -1
  444. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +0 -1
  445. package/src/options.d.ts +6 -2
  446. package/src/options.d.ts.map +1 -1
@@ -0,0 +1,729 @@
1
+ declare const _default: {
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/parallel-coordinates-plot-options.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "properties": {
5
+ "axes": {
6
+ "description": "Axes options",
7
+ "properties": {
8
+ "alwaysShow": {
9
+ "default": false,
10
+ "description": "Always show or hide the axis.",
11
+ "type": "boolean"
12
+ }
13
+ },
14
+ "type": "object"
15
+ },
16
+ "color": {
17
+ "default": "",
18
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
19
+ "examples": [
20
+ "#FF5733",
21
+ "#33FF57",
22
+ "#5733FF"
23
+ ],
24
+ "type": "string"
25
+ },
26
+ "display": {
27
+ "description": "Title display option",
28
+ "properties": {
29
+ "title": {
30
+ "description": "Show or hide the title",
31
+ "type": "boolean"
32
+ }
33
+ },
34
+ "type": "object"
35
+ },
36
+ "interactivity": {
37
+ "description": "Interactivity options",
38
+ "properties": {
39
+ "brush": {
40
+ "default": true,
41
+ "description": "Filter on brush interactivity option",
42
+ "type": "boolean"
43
+ },
44
+ "exportTypes": {
45
+ "default": [
46
+ "xlsx",
47
+ "csv",
48
+ "png"
49
+ ],
50
+ "description": "Export types interactivity option",
51
+ "items": {
52
+ "description": "Export types",
53
+ "enum": [
54
+ "csv",
55
+ "csv-raw",
56
+ "png",
57
+ "xlsx",
58
+ "xlsx-raw"
59
+ ],
60
+ "type": "string"
61
+ },
62
+ "type": "array"
63
+ },
64
+ "measureDimensionPicker": {
65
+ "default": [
66
+ []
67
+ ],
68
+ "description": "An array of measure dimension picker configurations",
69
+ "items": {
70
+ "description": "Measure dimension picker configuration",
71
+ "properties": {
72
+ "order": {
73
+ "description": "Order",
74
+ "examples": [
75
+ 0,
76
+ 9999
77
+ ],
78
+ "type": "number"
79
+ },
80
+ "slot": {
81
+ "description": "Slot name",
82
+ "examples": [
83
+ "measure",
84
+ "dimension",
85
+ "legend"
86
+ ],
87
+ "type": "string"
88
+ },
89
+ "values": {
90
+ "description": "An array of columns for the current picker",
91
+ "items": {
92
+ "properties": {
93
+ "aggregationFunc": {
94
+ "description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
95
+ "enum": [
96
+ "average",
97
+ "count",
98
+ "cumulativesum",
99
+ "distinctcount",
100
+ "histogram",
101
+ "max",
102
+ "median",
103
+ "min",
104
+ "rate",
105
+ "stddev",
106
+ "sum",
107
+ "weightedaverage"
108
+ ],
109
+ "type": "string"
110
+ },
111
+ "aggregationWeight": {
112
+ "description": "Aggregation weight. It can be used with a \"numeric\" column type.",
113
+ "properties": {
114
+ "columnId": {
115
+ "description": "Column id",
116
+ "format": "uuid",
117
+ "type": "string"
118
+ },
119
+ "columnSubType": {
120
+ "description": "Column subtype",
121
+ "enum": [
122
+ "coordinates",
123
+ "currency",
124
+ "duration",
125
+ "hierarchy_element_expression",
126
+ "ip_address",
127
+ "topography"
128
+ ],
129
+ "type": "string"
130
+ },
131
+ "datasetId": {
132
+ "description": "Dataset id",
133
+ "format": "uuid",
134
+ "type": "string"
135
+ }
136
+ },
137
+ "type": "object"
138
+ },
139
+ "bins": {
140
+ "description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
141
+ "properties": {
142
+ "enabled": {
143
+ "description": "Enable or disable binning",
144
+ "type": "boolean"
145
+ },
146
+ "number": {
147
+ "description": "Defines the range of the bins",
148
+ "type": "number"
149
+ }
150
+ },
151
+ "type": "object"
152
+ },
153
+ "color": {
154
+ "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.",
155
+ "type": [
156
+ "null",
157
+ "string"
158
+ ]
159
+ },
160
+ "columnId": {
161
+ "description": "Column id",
162
+ "format": "uuid",
163
+ "type": "string"
164
+ },
165
+ "currency": {
166
+ "description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
167
+ "type": [
168
+ "null",
169
+ "string"
170
+ ]
171
+ },
172
+ "datasetId": {
173
+ "description": "Dataset id",
174
+ "format": "uuid",
175
+ "type": "string"
176
+ },
177
+ "datetimeDisplayMode": {
178
+ "description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
179
+ "enum": [
180
+ "day_in_month",
181
+ "day_in_year",
182
+ "default",
183
+ "hour_in_day",
184
+ "minute_in_hour",
185
+ "month_name",
186
+ "month_number",
187
+ "quarter_number",
188
+ "second_in_minute",
189
+ "week_number",
190
+ "weekday_name",
191
+ "weekday_number"
192
+ ],
193
+ "type": "string"
194
+ },
195
+ "duration": {
196
+ "description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
197
+ "properties": {
198
+ "format": {
199
+ "description": "Duration format",
200
+ "enum": [
201
+ "long",
202
+ "short",
203
+ "time"
204
+ ],
205
+ "type": "string"
206
+ },
207
+ "levels": {
208
+ "description": "Duration levels used",
209
+ "items": {
210
+ "type": "number"
211
+ },
212
+ "type": "array"
213
+ }
214
+ },
215
+ "type": "object"
216
+ },
217
+ "format": {
218
+ "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.",
219
+ "type": "string"
220
+ },
221
+ "formula": {
222
+ "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",
223
+ "type": "string"
224
+ },
225
+ "grandTotals": {
226
+ "description": "Enable or disable grand totals, they're only used in Pivot table",
227
+ "properties": {
228
+ "enabled": {
229
+ "type": "boolean"
230
+ }
231
+ },
232
+ "type": "object"
233
+ },
234
+ "label": {
235
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
236
+ "type": "object"
237
+ },
238
+ "level": {
239
+ "description": "\"hierarchy\" or \"datetime\" level",
240
+ "type": [
241
+ "number",
242
+ "null"
243
+ ]
244
+ },
245
+ "lowestLevel": {
246
+ "description": "Lowest \"hierarchy\" or \"datetime\" level",
247
+ "type": [
248
+ "null",
249
+ "number"
250
+ ]
251
+ },
252
+ "monthNameFormat": {
253
+ "description": "Month name format for datetime column formatting",
254
+ "enum": [
255
+ "letter",
256
+ "long",
257
+ "short"
258
+ ],
259
+ "type": "string"
260
+ },
261
+ "periodOverPeriod": {
262
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
263
+ "properties": {
264
+ "level": {
265
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
266
+ "type": "number"
267
+ },
268
+ "periodToDate": {
269
+ "description": "Turn ON/OFF period to date comparison",
270
+ "type": "boolean"
271
+ },
272
+ "quantity": {
273
+ "description": "Number of periods",
274
+ "type": "number"
275
+ },
276
+ "type": {
277
+ "description": "Period over period comparison type",
278
+ "enum": [
279
+ "none",
280
+ "past",
281
+ "absoluteChange",
282
+ "percentageChange"
283
+ ],
284
+ "type": "string"
285
+ }
286
+ },
287
+ "type": "object"
288
+ },
289
+ "selected": {
290
+ "description": "Selected item",
291
+ "type": "boolean"
292
+ },
293
+ "subtype": {
294
+ "anyOf": [
295
+ {
296
+ "enum": [
297
+ "coordinates",
298
+ "currency",
299
+ "date",
300
+ "datetime",
301
+ "duration",
302
+ "hierarchy_element_expression",
303
+ "ip_address",
304
+ "topography"
305
+ ],
306
+ "type": "string"
307
+ },
308
+ {
309
+ "type": "null"
310
+ }
311
+ ],
312
+ "description": "Column subtype"
313
+ },
314
+ "type": {
315
+ "description": "Column / Formula type",
316
+ "enum": [
317
+ "datetime",
318
+ "hierarchy",
319
+ "numeric",
320
+ "spatial"
321
+ ],
322
+ "type": "string"
323
+ },
324
+ "weekDayNameFormat": {
325
+ "description": "Week day name format for datetime column formatting",
326
+ "enum": [
327
+ "letter",
328
+ "long",
329
+ "short"
330
+ ],
331
+ "type": "string"
332
+ },
333
+ "weekStart": {
334
+ "description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
335
+ "enum": [
336
+ "monday",
337
+ "sunday"
338
+ ],
339
+ "type": "string"
340
+ }
341
+ },
342
+ "type": "object"
343
+ },
344
+ "type": "array"
345
+ }
346
+ },
347
+ "type": "object"
348
+ },
349
+ "type": "array"
350
+ }
351
+ },
352
+ "type": "object"
353
+ },
354
+ "limit": {
355
+ "description": "The maximum number of data rows to query and display",
356
+ "properties": {
357
+ "number": {
358
+ "default": 100000,
359
+ "description": "Number of observations value",
360
+ "type": "number"
361
+ }
362
+ },
363
+ "type": "object"
364
+ },
365
+ "loader": {
366
+ "description": "The loader configuration",
367
+ "properties": {
368
+ "background": {
369
+ "default": "#f9f9f9",
370
+ "description": "Background color of the chart loader element",
371
+ "type": "string"
372
+ },
373
+ "fontColor": {
374
+ "default": "#5a5a5a",
375
+ "description": "Font color of the text of the chart loaders",
376
+ "type": "string"
377
+ },
378
+ "locale": {
379
+ "default": "en",
380
+ "description": "Locale to be used if \"msg\" is set",
381
+ "examples": [
382
+ "en",
383
+ "fr"
384
+ ],
385
+ "type": "string"
386
+ },
387
+ "mode": {
388
+ "default": "light",
389
+ "description": "Light or dark loader",
390
+ "type": "string"
391
+ },
392
+ "msg": {
393
+ "description": "Loading message",
394
+ "examples": [
395
+ "Loading dashboard..."
396
+ ],
397
+ "type": "string"
398
+ },
399
+ "showBranded": {
400
+ "default": false,
401
+ "description": "Shows the branded \"powered by\" information",
402
+ "type": "boolean"
403
+ },
404
+ "spinnerBackground": {
405
+ "default": "rgba(169, 169, 169, 0.14)",
406
+ "description": "Background color of the spinner",
407
+ "type": "string"
408
+ },
409
+ "spinnerColor": {
410
+ "default": "rgba(255, 165, 0, 0.7)",
411
+ "description": "Spinner color of the loader",
412
+ "type": "string"
413
+ }
414
+ },
415
+ "type": "object"
416
+ },
417
+ "locale": {
418
+ "default": "en",
419
+ "description": "Locale to be used",
420
+ "examples": [
421
+ "en",
422
+ "fr"
423
+ ],
424
+ "type": "string"
425
+ },
426
+ "lookupFiltering": {
427
+ "default": false,
428
+ "description": "Allow interactive filtering of charts with linked datasets",
429
+ "type": "boolean"
430
+ },
431
+ "theme": {
432
+ "description": "Theme configuration",
433
+ "properties": {
434
+ "borders": {
435
+ "description": "Custom border styling",
436
+ "properties": {
437
+ "border-bottom-width": {
438
+ "description": "Border bottom width, it is visible when a border style and color are set",
439
+ "examples": [
440
+ "0px",
441
+ "1px",
442
+ "3px"
443
+ ],
444
+ "type": "string"
445
+ },
446
+ "border-color": {
447
+ "description": "Border color, it is visible when a border style and width are set",
448
+ "examples": [
449
+ "rgba(216, 216, 216, 1)",
450
+ "rgb(147, 146, 148)"
451
+ ],
452
+ "type": "string"
453
+ },
454
+ "border-left-width": {
455
+ "description": "Border left width, it is visible when a border style and color are set",
456
+ "examples": [
457
+ "0px",
458
+ "1px",
459
+ "3px"
460
+ ],
461
+ "type": "string"
462
+ },
463
+ "border-radius": {
464
+ "description": "Border radius",
465
+ "examples": [
466
+ "0",
467
+ "12px",
468
+ "20px"
469
+ ],
470
+ "type": "string"
471
+ },
472
+ "border-right-width": {
473
+ "description": "Border right width, it is visible when a border style and color are set",
474
+ "examples": [
475
+ "0px",
476
+ "1px",
477
+ "3px"
478
+ ],
479
+ "type": "string"
480
+ },
481
+ "border-style": {
482
+ "description": "Border style, it is visible when a border color and width are set",
483
+ "examples": [
484
+ "none",
485
+ "solid",
486
+ "dotted",
487
+ "dashed"
488
+ ],
489
+ "type": "string"
490
+ },
491
+ "border-top-width": {
492
+ "description": "Border top width, it is visible when a border style and color are set",
493
+ "examples": [
494
+ "0px",
495
+ "1px",
496
+ "3px"
497
+ ],
498
+ "type": "string"
499
+ }
500
+ },
501
+ "type": "object"
502
+ },
503
+ "boxShadow": {
504
+ "description": "Custom shadow styling",
505
+ "properties": {
506
+ "color": {
507
+ "description": "Shadow color",
508
+ "examples": [
509
+ "rgb(0, 0, 0)",
510
+ "rgb(100, 100, 103)"
511
+ ],
512
+ "type": "string"
513
+ },
514
+ "size": {
515
+ "description": "Shadow size",
516
+ "enum": [
517
+ "L",
518
+ "M",
519
+ "S",
520
+ "none"
521
+ ],
522
+ "examples": [
523
+ "none",
524
+ "S",
525
+ "M",
526
+ "L"
527
+ ],
528
+ "type": "string"
529
+ }
530
+ },
531
+ "type": "object"
532
+ },
533
+ "colors": {
534
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
535
+ "examples": [
536
+ [
537
+ "red",
538
+ "green",
539
+ "blue",
540
+ "yellow",
541
+ "orange",
542
+ "purple"
543
+ ]
544
+ ],
545
+ "items": {
546
+ "type": "string"
547
+ },
548
+ "type": "array"
549
+ },
550
+ "font": {
551
+ "description": "Custom font styling",
552
+ "properties": {
553
+ "fontFamily": {
554
+ "description": "Font family",
555
+ "examples": [
556
+ "Lato",
557
+ "Montserrat",
558
+ "Roboto Mono",
559
+ "Arial",
560
+ "Times New Roman"
561
+ ],
562
+ "type": "string"
563
+ },
564
+ "fontSize": {
565
+ "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.",
566
+ "examples": [
567
+ 10,
568
+ 15,
569
+ 18
570
+ ],
571
+ "type": "number"
572
+ }
573
+ },
574
+ "type": "object"
575
+ },
576
+ "id": {
577
+ "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.",
578
+ "examples": [
579
+ "seasonal",
580
+ "urban"
581
+ ],
582
+ "type": "string"
583
+ },
584
+ "itemsBackground": {
585
+ "description": "Custom item background color",
586
+ "examples": [
587
+ "rgb(255, 255, 255)",
588
+ "rgb(71, 69, 69)",
589
+ "rgb(195, 191, 191)"
590
+ ],
591
+ "type": "string"
592
+ },
593
+ "title": {
594
+ "description": "Custom title styling, it's applied if the title is displayed",
595
+ "properties": {
596
+ "align": {
597
+ "description": "Title align",
598
+ "enum": [
599
+ "center",
600
+ "left",
601
+ "right"
602
+ ],
603
+ "examples": [
604
+ "left",
605
+ "center",
606
+ "right"
607
+ ],
608
+ "type": "string"
609
+ },
610
+ "bold": {
611
+ "description": "Is title bold",
612
+ "examples": [
613
+ true,
614
+ false
615
+ ],
616
+ "type": "boolean"
617
+ },
618
+ "border": {
619
+ "description": "Is title a border",
620
+ "examples": [
621
+ true,
622
+ false
623
+ ],
624
+ "type": "boolean"
625
+ },
626
+ "fontSize": {
627
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
628
+ "examples": [
629
+ 16,
630
+ 20
631
+ ],
632
+ "type": "number"
633
+ },
634
+ "italic": {
635
+ "description": "Is title italic",
636
+ "examples": [
637
+ true,
638
+ false
639
+ ],
640
+ "type": "boolean"
641
+ },
642
+ "lineHeight": {
643
+ "description": "Title's line height in px",
644
+ "examples": [
645
+ 30,
646
+ 42,
647
+ 50
648
+ ],
649
+ "type": "number"
650
+ },
651
+ "underline": {
652
+ "description": "Is title underline",
653
+ "examples": [
654
+ true,
655
+ false
656
+ ],
657
+ "type": "boolean"
658
+ }
659
+ },
660
+ "type": "object"
661
+ },
662
+ "tooltip": {
663
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
664
+ "properties": {
665
+ "background": {
666
+ "description": "Tooltip's background",
667
+ "examples": [
668
+ "rgb(248, 248, 248)",
669
+ "rgb(248, 248, 248)",
670
+ "rgb(130, 128, 128)",
671
+ "rgb(61, 61, 61)"
672
+ ],
673
+ "type": "string"
674
+ },
675
+ "fontSize": {
676
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
677
+ "examples": [
678
+ 12,
679
+ 16,
680
+ 20
681
+ ],
682
+ "type": "number"
683
+ },
684
+ "opacity": {
685
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
686
+ "examples": [
687
+ 0.5,
688
+ 0.8,
689
+ 1
690
+ ],
691
+ "type": "number"
692
+ }
693
+ },
694
+ "type": "object"
695
+ },
696
+ "type": {
697
+ "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.",
698
+ "examples": [
699
+ "custom"
700
+ ],
701
+ "type": "string"
702
+ }
703
+ },
704
+ "type": "object"
705
+ },
706
+ "timezoneId": {
707
+ "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",
708
+ "examples": [
709
+ "Europe/Brussels",
710
+ "America/New_York"
711
+ ],
712
+ "type": "string"
713
+ },
714
+ "title": {
715
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
716
+ "examples": [
717
+ {
718
+ "en": "Title"
719
+ }
720
+ ],
721
+ "type": "object"
722
+ }
723
+ },
724
+ "type": "object"
725
+ }
726
+
727
+ ;
728
+
729
+ export default _default;