@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,857 @@
1
+ declare const _default: {
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-options.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "properties": {
5
+ "circles": {
6
+ "description": "Circles configuration",
7
+ "properties": {
8
+ "colorByDepth": {
9
+ "default": true,
10
+ "description": "Color elements on same depth with the same color.",
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": "Display options",
28
+ "properties": {
29
+ "labels": {
30
+ "default": true,
31
+ "description": "Show or hide labels",
32
+ "type": "boolean"
33
+ },
34
+ "title": {
35
+ "default": true,
36
+ "description": "Show or hide title",
37
+ "type": "boolean"
38
+ }
39
+ },
40
+ "type": "object"
41
+ },
42
+ "interactivity": {
43
+ "description": "Interactivity options",
44
+ "properties": {
45
+ "customEvents": {
46
+ "anyOf": [
47
+ {
48
+ "properties": {
49
+ "events": {
50
+ "items": {
51
+ "description": "Custom event configuration",
52
+ "properties": {
53
+ "label": {
54
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
55
+ "type": "object"
56
+ },
57
+ "name": {
58
+ "description": "Custom event name",
59
+ "type": "string"
60
+ }
61
+ },
62
+ "type": "object"
63
+ },
64
+ "type": "array"
65
+ },
66
+ "extraData": {
67
+ "items": {
68
+ "properties": {
69
+ "aggregation": {
70
+ "description": "Aggregation query type",
71
+ "enum": [
72
+ "average",
73
+ "count",
74
+ "cumulativesum",
75
+ "distinctcount",
76
+ "histogram",
77
+ "max",
78
+ "median",
79
+ "min",
80
+ "rate",
81
+ "stddev",
82
+ "sum",
83
+ "weightedaverage"
84
+ ],
85
+ "type": "string"
86
+ },
87
+ "columnId": {
88
+ "description": "Column id",
89
+ "format": "uuid",
90
+ "type": "string"
91
+ },
92
+ "datasetId": {
93
+ "description": "Dataset id",
94
+ "format": "uuid",
95
+ "type": "string"
96
+ },
97
+ "formulaId": {
98
+ "description": "Formula id",
99
+ "format": "uuid",
100
+ "type": "string"
101
+ },
102
+ "label": {
103
+ "description": "Label",
104
+ "type": "string"
105
+ },
106
+ "weightedColumnId": {
107
+ "description": "Weighted column id",
108
+ "format": "uuid",
109
+ "type": "string"
110
+ },
111
+ "weightedDatasetId": {
112
+ "description": "Weighted dataset id",
113
+ "format": "uuid",
114
+ "type": "string"
115
+ }
116
+ },
117
+ "type": "object"
118
+ },
119
+ "type": "array"
120
+ }
121
+ },
122
+ "type": "object"
123
+ },
124
+ {
125
+ "type": "null"
126
+ }
127
+ ],
128
+ "default": null,
129
+ "description": "Custom events interactivity option"
130
+ },
131
+ "customTooltip": {
132
+ "default": null,
133
+ "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
134
+ "type": [
135
+ "null",
136
+ "object"
137
+ ]
138
+ },
139
+ "exportTypes": {
140
+ "default": [
141
+ "xlsx",
142
+ "csv",
143
+ "png"
144
+ ],
145
+ "description": "Export types interactivity option",
146
+ "items": {
147
+ "description": "Export types",
148
+ "enum": [
149
+ "csv",
150
+ "csv-raw",
151
+ "png",
152
+ "xlsx",
153
+ "xlsx-raw"
154
+ ],
155
+ "type": "string"
156
+ },
157
+ "type": "array"
158
+ },
159
+ "measureDimensionPicker": {
160
+ "default": [
161
+ []
162
+ ],
163
+ "description": "An array of measure dimension picker configurations",
164
+ "items": {
165
+ "description": "Measure dimension picker configuration",
166
+ "properties": {
167
+ "order": {
168
+ "description": "Order",
169
+ "examples": [
170
+ 0,
171
+ 9999
172
+ ],
173
+ "type": "number"
174
+ },
175
+ "slot": {
176
+ "description": "Slot name",
177
+ "examples": [
178
+ "measure",
179
+ "dimension",
180
+ "legend"
181
+ ],
182
+ "type": "string"
183
+ },
184
+ "values": {
185
+ "description": "An array of columns for the current picker",
186
+ "items": {
187
+ "properties": {
188
+ "aggregationFunc": {
189
+ "description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
190
+ "enum": [
191
+ "average",
192
+ "count",
193
+ "cumulativesum",
194
+ "distinctcount",
195
+ "histogram",
196
+ "max",
197
+ "median",
198
+ "min",
199
+ "rate",
200
+ "stddev",
201
+ "sum",
202
+ "weightedaverage"
203
+ ],
204
+ "type": "string"
205
+ },
206
+ "aggregationWeight": {
207
+ "description": "Aggregation weight. It can be used with a \"numeric\" column type.",
208
+ "properties": {
209
+ "columnId": {
210
+ "description": "Column id",
211
+ "format": "uuid",
212
+ "type": "string"
213
+ },
214
+ "columnSubType": {
215
+ "description": "Column subtype",
216
+ "enum": [
217
+ "coordinates",
218
+ "currency",
219
+ "duration",
220
+ "hierarchy_element_expression",
221
+ "ip_address",
222
+ "topography"
223
+ ],
224
+ "type": "string"
225
+ },
226
+ "datasetId": {
227
+ "description": "Dataset id",
228
+ "format": "uuid",
229
+ "type": "string"
230
+ }
231
+ },
232
+ "type": "object"
233
+ },
234
+ "bins": {
235
+ "description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
236
+ "properties": {
237
+ "enabled": {
238
+ "description": "Enable or disable binning",
239
+ "type": "boolean"
240
+ },
241
+ "number": {
242
+ "description": "Defines the range of the bins",
243
+ "type": "number"
244
+ }
245
+ },
246
+ "type": "object"
247
+ },
248
+ "color": {
249
+ "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.",
250
+ "type": [
251
+ "null",
252
+ "string"
253
+ ]
254
+ },
255
+ "columnId": {
256
+ "description": "Column id",
257
+ "format": "uuid",
258
+ "type": "string"
259
+ },
260
+ "currency": {
261
+ "description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
262
+ "type": [
263
+ "null",
264
+ "string"
265
+ ]
266
+ },
267
+ "datasetId": {
268
+ "description": "Dataset id",
269
+ "format": "uuid",
270
+ "type": "string"
271
+ },
272
+ "datetimeDisplayMode": {
273
+ "description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
274
+ "enum": [
275
+ "day_in_month",
276
+ "day_in_year",
277
+ "default",
278
+ "hour_in_day",
279
+ "minute_in_hour",
280
+ "month_name",
281
+ "month_number",
282
+ "quarter_number",
283
+ "second_in_minute",
284
+ "week_number",
285
+ "weekday_name",
286
+ "weekday_number"
287
+ ],
288
+ "type": "string"
289
+ },
290
+ "duration": {
291
+ "description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
292
+ "properties": {
293
+ "format": {
294
+ "description": "Duration format",
295
+ "enum": [
296
+ "long",
297
+ "short",
298
+ "time"
299
+ ],
300
+ "type": "string"
301
+ },
302
+ "levels": {
303
+ "description": "Duration levels used",
304
+ "items": {
305
+ "type": "number"
306
+ },
307
+ "type": "array"
308
+ }
309
+ },
310
+ "type": "object"
311
+ },
312
+ "format": {
313
+ "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.",
314
+ "type": "string"
315
+ },
316
+ "formula": {
317
+ "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",
318
+ "type": "string"
319
+ },
320
+ "grandTotals": {
321
+ "description": "Enable or disable grand totals, they're only used in Pivot table",
322
+ "properties": {
323
+ "enabled": {
324
+ "type": "boolean"
325
+ }
326
+ },
327
+ "type": "object"
328
+ },
329
+ "label": {
330
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
331
+ "type": "object"
332
+ },
333
+ "level": {
334
+ "description": "\"hierarchy\" or \"datetime\" level",
335
+ "type": [
336
+ "number",
337
+ "null"
338
+ ]
339
+ },
340
+ "lowestLevel": {
341
+ "description": "Lowest \"hierarchy\" or \"datetime\" level",
342
+ "type": [
343
+ "null",
344
+ "number"
345
+ ]
346
+ },
347
+ "monthNameFormat": {
348
+ "description": "Month name format for datetime column formatting",
349
+ "enum": [
350
+ "letter",
351
+ "long",
352
+ "short"
353
+ ],
354
+ "type": "string"
355
+ },
356
+ "periodOverPeriod": {
357
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
358
+ "properties": {
359
+ "level": {
360
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
361
+ "type": "number"
362
+ },
363
+ "periodToDate": {
364
+ "description": "Turn ON/OFF period to date comparison",
365
+ "type": "boolean"
366
+ },
367
+ "quantity": {
368
+ "description": "Number of periods",
369
+ "type": "number"
370
+ },
371
+ "type": {
372
+ "description": "Period over period comparison type",
373
+ "enum": [
374
+ "none",
375
+ "past",
376
+ "absoluteChange",
377
+ "percentageChange"
378
+ ],
379
+ "type": "string"
380
+ }
381
+ },
382
+ "type": "object"
383
+ },
384
+ "selected": {
385
+ "description": "Selected item",
386
+ "type": "boolean"
387
+ },
388
+ "subtype": {
389
+ "anyOf": [
390
+ {
391
+ "enum": [
392
+ "coordinates",
393
+ "currency",
394
+ "date",
395
+ "datetime",
396
+ "duration",
397
+ "hierarchy_element_expression",
398
+ "ip_address",
399
+ "topography"
400
+ ],
401
+ "type": "string"
402
+ },
403
+ {
404
+ "type": "null"
405
+ }
406
+ ],
407
+ "description": "Column subtype"
408
+ },
409
+ "type": {
410
+ "description": "Column / Formula type",
411
+ "enum": [
412
+ "datetime",
413
+ "hierarchy",
414
+ "numeric",
415
+ "spatial"
416
+ ],
417
+ "type": "string"
418
+ },
419
+ "weekDayNameFormat": {
420
+ "description": "Week day name format for datetime column formatting",
421
+ "enum": [
422
+ "letter",
423
+ "long",
424
+ "short"
425
+ ],
426
+ "type": "string"
427
+ },
428
+ "weekStart": {
429
+ "description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
430
+ "enum": [
431
+ "monday",
432
+ "sunday"
433
+ ],
434
+ "type": "string"
435
+ }
436
+ },
437
+ "type": "object"
438
+ },
439
+ "type": "array"
440
+ }
441
+ },
442
+ "type": "object"
443
+ },
444
+ "type": "array"
445
+ },
446
+ "select": {
447
+ "default": true,
448
+ "description": "Filter on select interactivity option",
449
+ "type": "boolean"
450
+ },
451
+ "urlConfig": {
452
+ "default": {
453
+ "target": "_blank",
454
+ "url": null
455
+ },
456
+ "description": "Go to URL interactivity option",
457
+ "properties": {
458
+ "target": {
459
+ "description": "URL target",
460
+ "enum": [
461
+ "_blank",
462
+ "_parent",
463
+ "_self"
464
+ ],
465
+ "type": "string"
466
+ },
467
+ "url": {
468
+ "description": "URL in format {locale: \"url\"}, for example, {en: \"...\"}",
469
+ "type": "object"
470
+ }
471
+ },
472
+ "type": "object"
473
+ },
474
+ "zoom": {
475
+ "default": true,
476
+ "description": "Enable or disable zoom in Circle pack chart.",
477
+ "type": "boolean"
478
+ }
479
+ },
480
+ "type": "object"
481
+ },
482
+ "limit": {
483
+ "description": "The maximum number of data rows to query and display",
484
+ "properties": {
485
+ "number": {
486
+ "default": 100000,
487
+ "description": "Number of observations value",
488
+ "type": "number"
489
+ }
490
+ },
491
+ "type": "object"
492
+ },
493
+ "loader": {
494
+ "description": "The loader configuration",
495
+ "properties": {
496
+ "background": {
497
+ "default": "#f9f9f9",
498
+ "description": "Background color of the chart loader element",
499
+ "type": "string"
500
+ },
501
+ "fontColor": {
502
+ "default": "#5a5a5a",
503
+ "description": "Font color of the text of the chart loaders",
504
+ "type": "string"
505
+ },
506
+ "locale": {
507
+ "default": "en",
508
+ "description": "Locale to be used if \"msg\" is set",
509
+ "examples": [
510
+ "en",
511
+ "fr"
512
+ ],
513
+ "type": "string"
514
+ },
515
+ "mode": {
516
+ "default": "light",
517
+ "description": "Light or dark loader",
518
+ "type": "string"
519
+ },
520
+ "msg": {
521
+ "description": "Loading message",
522
+ "examples": [
523
+ "Loading dashboard..."
524
+ ],
525
+ "type": "string"
526
+ },
527
+ "showBranded": {
528
+ "default": false,
529
+ "description": "Shows the branded \"powered by\" information",
530
+ "type": "boolean"
531
+ },
532
+ "spinnerBackground": {
533
+ "default": "rgba(169, 169, 169, 0.14)",
534
+ "description": "Background color of the spinner",
535
+ "type": "string"
536
+ },
537
+ "spinnerColor": {
538
+ "default": "rgba(255, 165, 0, 0.7)",
539
+ "description": "Spinner color of the loader",
540
+ "type": "string"
541
+ }
542
+ },
543
+ "type": "object"
544
+ },
545
+ "locale": {
546
+ "default": "en",
547
+ "description": "Locale to be used",
548
+ "examples": [
549
+ "en",
550
+ "fr"
551
+ ],
552
+ "type": "string"
553
+ },
554
+ "lookupFiltering": {
555
+ "default": false,
556
+ "description": "Allow interactive filtering of charts with linked datasets",
557
+ "type": "boolean"
558
+ },
559
+ "theme": {
560
+ "description": "Theme configuration",
561
+ "properties": {
562
+ "borders": {
563
+ "description": "Custom border styling",
564
+ "properties": {
565
+ "border-bottom-width": {
566
+ "description": "Border bottom width, it is visible when a border style and color are set",
567
+ "examples": [
568
+ "0px",
569
+ "1px",
570
+ "3px"
571
+ ],
572
+ "type": "string"
573
+ },
574
+ "border-color": {
575
+ "description": "Border color, it is visible when a border style and width are set",
576
+ "examples": [
577
+ "rgba(216, 216, 216, 1)",
578
+ "rgb(147, 146, 148)"
579
+ ],
580
+ "type": "string"
581
+ },
582
+ "border-left-width": {
583
+ "description": "Border left width, it is visible when a border style and color are set",
584
+ "examples": [
585
+ "0px",
586
+ "1px",
587
+ "3px"
588
+ ],
589
+ "type": "string"
590
+ },
591
+ "border-radius": {
592
+ "description": "Border radius",
593
+ "examples": [
594
+ "0",
595
+ "12px",
596
+ "20px"
597
+ ],
598
+ "type": "string"
599
+ },
600
+ "border-right-width": {
601
+ "description": "Border right width, it is visible when a border style and color are set",
602
+ "examples": [
603
+ "0px",
604
+ "1px",
605
+ "3px"
606
+ ],
607
+ "type": "string"
608
+ },
609
+ "border-style": {
610
+ "description": "Border style, it is visible when a border color and width are set",
611
+ "examples": [
612
+ "none",
613
+ "solid",
614
+ "dotted",
615
+ "dashed"
616
+ ],
617
+ "type": "string"
618
+ },
619
+ "border-top-width": {
620
+ "description": "Border top width, it is visible when a border style and color are set",
621
+ "examples": [
622
+ "0px",
623
+ "1px",
624
+ "3px"
625
+ ],
626
+ "type": "string"
627
+ }
628
+ },
629
+ "type": "object"
630
+ },
631
+ "boxShadow": {
632
+ "description": "Custom shadow styling",
633
+ "properties": {
634
+ "color": {
635
+ "description": "Shadow color",
636
+ "examples": [
637
+ "rgb(0, 0, 0)",
638
+ "rgb(100, 100, 103)"
639
+ ],
640
+ "type": "string"
641
+ },
642
+ "size": {
643
+ "description": "Shadow size",
644
+ "enum": [
645
+ "L",
646
+ "M",
647
+ "S",
648
+ "none"
649
+ ],
650
+ "examples": [
651
+ "none",
652
+ "S",
653
+ "M",
654
+ "L"
655
+ ],
656
+ "type": "string"
657
+ }
658
+ },
659
+ "type": "object"
660
+ },
661
+ "colors": {
662
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
663
+ "examples": [
664
+ [
665
+ "red",
666
+ "green",
667
+ "blue",
668
+ "yellow",
669
+ "orange",
670
+ "purple"
671
+ ]
672
+ ],
673
+ "items": {
674
+ "type": "string"
675
+ },
676
+ "type": "array"
677
+ },
678
+ "font": {
679
+ "description": "Custom font styling",
680
+ "properties": {
681
+ "fontFamily": {
682
+ "description": "Font family",
683
+ "examples": [
684
+ "Lato",
685
+ "Montserrat",
686
+ "Roboto Mono",
687
+ "Arial",
688
+ "Times New Roman"
689
+ ],
690
+ "type": "string"
691
+ },
692
+ "fontSize": {
693
+ "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.",
694
+ "examples": [
695
+ 10,
696
+ 15,
697
+ 18
698
+ ],
699
+ "type": "number"
700
+ }
701
+ },
702
+ "type": "object"
703
+ },
704
+ "id": {
705
+ "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.",
706
+ "examples": [
707
+ "seasonal",
708
+ "urban"
709
+ ],
710
+ "type": "string"
711
+ },
712
+ "itemsBackground": {
713
+ "description": "Custom item background color",
714
+ "examples": [
715
+ "rgb(255, 255, 255)",
716
+ "rgb(71, 69, 69)",
717
+ "rgb(195, 191, 191)"
718
+ ],
719
+ "type": "string"
720
+ },
721
+ "title": {
722
+ "description": "Custom title styling, it's applied if the title is displayed",
723
+ "properties": {
724
+ "align": {
725
+ "description": "Title align",
726
+ "enum": [
727
+ "center",
728
+ "left",
729
+ "right"
730
+ ],
731
+ "examples": [
732
+ "left",
733
+ "center",
734
+ "right"
735
+ ],
736
+ "type": "string"
737
+ },
738
+ "bold": {
739
+ "description": "Is title bold",
740
+ "examples": [
741
+ true,
742
+ false
743
+ ],
744
+ "type": "boolean"
745
+ },
746
+ "border": {
747
+ "description": "Is title a border",
748
+ "examples": [
749
+ true,
750
+ false
751
+ ],
752
+ "type": "boolean"
753
+ },
754
+ "fontSize": {
755
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
756
+ "examples": [
757
+ 16,
758
+ 20
759
+ ],
760
+ "type": "number"
761
+ },
762
+ "italic": {
763
+ "description": "Is title italic",
764
+ "examples": [
765
+ true,
766
+ false
767
+ ],
768
+ "type": "boolean"
769
+ },
770
+ "lineHeight": {
771
+ "description": "Title's line height in px",
772
+ "examples": [
773
+ 30,
774
+ 42,
775
+ 50
776
+ ],
777
+ "type": "number"
778
+ },
779
+ "underline": {
780
+ "description": "Is title underline",
781
+ "examples": [
782
+ true,
783
+ false
784
+ ],
785
+ "type": "boolean"
786
+ }
787
+ },
788
+ "type": "object"
789
+ },
790
+ "tooltip": {
791
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
792
+ "properties": {
793
+ "background": {
794
+ "description": "Tooltip's background",
795
+ "examples": [
796
+ "rgb(248, 248, 248)",
797
+ "rgb(248, 248, 248)",
798
+ "rgb(130, 128, 128)",
799
+ "rgb(61, 61, 61)"
800
+ ],
801
+ "type": "string"
802
+ },
803
+ "fontSize": {
804
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
805
+ "examples": [
806
+ 12,
807
+ 16,
808
+ 20
809
+ ],
810
+ "type": "number"
811
+ },
812
+ "opacity": {
813
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
814
+ "examples": [
815
+ 0.5,
816
+ 0.8,
817
+ 1
818
+ ],
819
+ "type": "number"
820
+ }
821
+ },
822
+ "type": "object"
823
+ },
824
+ "type": {
825
+ "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.",
826
+ "examples": [
827
+ "custom"
828
+ ],
829
+ "type": "string"
830
+ }
831
+ },
832
+ "type": "object"
833
+ },
834
+ "timezoneId": {
835
+ "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",
836
+ "examples": [
837
+ "Europe/Brussels",
838
+ "America/New_York"
839
+ ],
840
+ "type": "string"
841
+ },
842
+ "title": {
843
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
844
+ "examples": [
845
+ {
846
+ "en": "Title"
847
+ }
848
+ ],
849
+ "type": "object"
850
+ }
851
+ },
852
+ "type": "object"
853
+ }
854
+
855
+ ;
856
+
857
+ export default _default;