@luzmo/dashboard-contents-types 1.0.5 → 1.0.7

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 (280) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +132 -0
  3. package/assets/json-schemas/area-chart-options.schema.json.d.ts +129 -532
  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 +125 -2594
  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 +121 -525
  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 +126 -2595
  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 +114 -521
  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 +117 -524
  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 +116 -523
  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 +125 -2594
  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 +42 -456
  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 +27 -415
  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 +161 -2623
  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 +29 -417
  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 +119 -525
  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 +125 -2594
  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 +32 -449
  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 +1119 -0
  52. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +518 -0
  53. package/assets/json-schemas/heat-table.schema.json.d.ts +23 -0
  54. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +39 -453
  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 +8 -8
  58. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  59. package/assets/json-schemas/line-chart-options.schema.json.d.ts +131 -536
  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 +32 -449
  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 +1173 -0
  66. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +582 -0
  67. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +23 -0
  68. package/assets/json-schemas/options.schema.json.d.ts +59 -35
  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 +114 -523
  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 +110 -520
  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 +32 -449
  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 +117 -524
  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 +124 -528
  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 +27 -415
  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 +28 -416
  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 +28 -416
  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 +56 -32
  103. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +28 -436
  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 +39 -453
  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 +1024 -0
  113. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +485 -0
  114. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +23 -0
  115. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +39 -453
  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 +9 -22
  119. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  120. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +125 -2604
  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 +8 -21
  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 +124 -2603
  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.js +407 -325
  130. package/index.mjs +27332 -42237
  131. package/json-schemas.d.ts +16188 -33824
  132. package/json-schemas.d.ts.map +1 -1
  133. package/package.json +1 -1
  134. package/src/index.d.ts +1 -1
  135. package/src/index.d.ts.map +1 -1
  136. package/src/lib/area-chart/area-chart-options.d.ts +33 -11
  137. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  138. package/src/lib/bar-chart/bar-chart-options.d.ts +13 -11
  139. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  140. package/src/lib/box-plot/box-plot-options.d.ts +9 -8
  141. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  142. package/src/lib/bubble-chart/bubble-chart-options.d.ts +13 -11
  143. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  144. package/src/lib/bullet-chart/bullet-chart-options.d.ts +9 -8
  145. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  146. package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -10
  147. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  148. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +84 -0
  149. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -0
  150. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +29 -0
  151. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -0
  152. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +24 -0
  153. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -0
  154. package/src/lib/circle-pack-chart/index.d.ts +3 -0
  155. package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
  156. package/src/lib/circular-gauge/circular-gauge-options.d.ts +8 -7
  157. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  158. package/src/lib/column-chart/column-chart-options.d.ts +13 -11
  159. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  160. package/src/lib/combination-chart/combination-chart-options.d.ts +4 -3
  161. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  162. package/src/lib/conditional-number/conditional-number-options.d.ts +6 -5
  163. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  164. package/src/lib/date-filter/date-filter-options.d.ts +1 -1
  165. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  166. package/src/lib/donut-chart/donut-chart-options.d.ts +16 -12
  167. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  168. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
  169. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  170. package/src/lib/evolution-number/evolution-number-options.d.ts +20 -4
  171. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  172. package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -11
  173. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  174. package/src/lib/heat-map/heat-map-options.d.ts +3 -2
  175. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
  176. package/src/lib/heat-table/heat-table-options.d.ts +187 -0
  177. package/src/lib/heat-table/heat-table-options.d.ts.map +1 -0
  178. package/src/lib/heat-table/heat-table-slots.d.ts +41 -0
  179. package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -0
  180. package/src/lib/heat-table/heat-table.d.ts +24 -0
  181. package/src/lib/heat-table/heat-table.d.ts.map +1 -0
  182. package/src/lib/heat-table/index.d.ts +3 -0
  183. package/src/lib/heat-table/index.d.ts.map +1 -1
  184. package/src/lib/hexbin-map/hexbin-map-options.d.ts +5 -4
  185. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
  186. package/src/lib/line-chart/line-chart-options.d.ts +30 -12
  187. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  188. package/src/lib/marker-map/marker-map-options.d.ts +5 -4
  189. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
  190. package/src/lib/ohlc-chart/index.d.ts +3 -0
  191. package/src/lib/ohlc-chart/index.d.ts.map +1 -1
  192. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +202 -0
  193. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -0
  194. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts +63 -0
  195. package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -0
  196. package/src/lib/ohlc-chart/ohlc-chart.d.ts +24 -0
  197. package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -0
  198. package/src/lib/parallel-coordinates-plot/index.d.ts +3 -0
  199. package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
  200. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +60 -0
  201. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -0
  202. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts +29 -0
  203. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -0
  204. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts +24 -0
  205. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -0
  206. package/src/lib/pivot-table/pivot-table-options.d.ts +9 -8
  207. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  208. package/src/lib/pyramid-chart/index.d.ts +3 -0
  209. package/src/lib/pyramid-chart/index.d.ts.map +1 -1
  210. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +177 -0
  211. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -0
  212. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts +40 -0
  213. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -0
  214. package/src/lib/pyramid-chart/pyramid-chart.d.ts +24 -0
  215. package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -0
  216. package/src/lib/radar-chart/index.d.ts +3 -0
  217. package/src/lib/radar-chart/index.d.ts.map +1 -1
  218. package/src/lib/radar-chart/radar-chart-options.d.ts +79 -0
  219. package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -0
  220. package/src/lib/radar-chart/radar-chart-slots.d.ts +41 -0
  221. package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -0
  222. package/src/lib/radar-chart/radar-chart.d.ts +24 -0
  223. package/src/lib/radar-chart/radar-chart.d.ts.map +1 -0
  224. package/src/lib/regular-table/regular-table-options.d.ts +6 -5
  225. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  226. package/src/lib/route-map/route-map-options.d.ts +3 -2
  227. package/src/lib/route-map/route-map-options.d.ts.map +1 -1
  228. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +8 -7
  229. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  230. package/src/lib/scatter-plot/scatter-plot-options.d.ts +11 -10
  231. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  232. package/src/lib/search-filter/search-filter-options.d.ts +2 -2
  233. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  234. package/src/lib/shared/common.d.ts +1 -1
  235. package/src/lib/shared/interactivity-export.d.ts +2 -1
  236. package/src/lib/shared/interactivity-export.d.ts.map +1 -1
  237. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +36 -7
  238. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
  239. package/src/lib/shared/legend.d.ts +1 -1
  240. package/src/lib/shared/period-over-period.d.ts +2 -0
  241. package/src/lib/shared/period-over-period.d.ts.map +1 -1
  242. package/src/lib/shared/slots.d.ts +2 -1
  243. package/src/lib/shared/slots.d.ts.map +1 -1
  244. package/src/lib/shared/theme.d.ts +21 -19
  245. package/src/lib/shared/theme.d.ts.map +1 -1
  246. package/src/lib/shared/title.d.ts +1 -1
  247. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -1
  248. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  249. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +2 -1
  250. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
  251. package/src/lib/spike-map/spike-map-options.d.ts +3 -2
  252. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
  253. package/src/lib/strip-plot/index.d.ts +3 -0
  254. package/src/lib/strip-plot/index.d.ts.map +1 -1
  255. package/src/lib/strip-plot/strip-plot-options.d.ts +51 -0
  256. package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -0
  257. package/src/lib/strip-plot/strip-plot-slots.d.ts +29 -0
  258. package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -0
  259. package/src/lib/strip-plot/strip-plot.d.ts +24 -0
  260. package/src/lib/strip-plot/strip-plot.d.ts.map +1 -0
  261. package/src/lib/sunburst-chart/index.d.ts +3 -0
  262. package/src/lib/sunburst-chart/index.d.ts.map +1 -1
  263. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +89 -0
  264. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -0
  265. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +29 -0
  266. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts.map +1 -0
  267. package/src/lib/sunburst-chart/sunburst-chart.d.ts +24 -0
  268. package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -0
  269. package/src/lib/symbol-map/symbol-map-options.d.ts +4 -3
  270. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
  271. package/src/lib/text/text-options.d.ts +1 -1
  272. package/src/lib/text/text-options.d.ts.map +1 -1
  273. package/src/lib/treemap-chart/treemap-chart-options.d.ts +4 -2
  274. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
  275. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +3 -1
  276. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
  277. package/src/options.d.ts +9 -1
  278. package/src/options.d.ts.map +1 -1
  279. package/src/slots.d.ts +0 -35
  280. package/src/slots.d.ts.map +0 -1
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/pivot-table-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/pivot-table-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "colWidths": {
@@ -85,111 +85,99 @@ declare const _default: {
85
85
  "interactivity": {
86
86
  "description": "Interactivity options",
87
87
  "properties": {
88
- "availableExportTypes": {
89
- "default": [
90
- "xlsx",
91
- "csv",
92
- "xlsx-raw",
93
- "csv-raw",
94
- "png"
95
- ],
96
- "description": "Available export types interactivity option",
97
- "items": {
98
- "description": "Export types",
99
- "enum": [
100
- "csv",
101
- "csv-raw",
102
- "png",
103
- "xlsx",
104
- "xlsx-raw"
105
- ],
106
- "type": "string"
107
- },
108
- "type": "array"
109
- },
110
88
  "customEvents": {
111
- "default": null,
112
- "description": "Custom events interactivity option",
113
- "properties": {
114
- "events": {
115
- "items": {
116
- "description": "Custom event configuration",
117
- "properties": {
118
- "label": {
119
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
89
+ "anyOf": [
90
+ {
91
+ "properties": {
92
+ "events": {
93
+ "items": {
94
+ "description": "Custom event configuration",
95
+ "properties": {
96
+ "label": {
97
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
98
+ "type": "object"
99
+ },
100
+ "name": {
101
+ "description": "Custom event name",
102
+ "type": "string"
103
+ }
104
+ },
120
105
  "type": "object"
121
106
  },
122
- "name": {
123
- "description": "Custom event name",
124
- "type": "string"
125
- }
107
+ "type": "array"
126
108
  },
127
- "type": "object"
128
- },
129
- "type": "array"
130
- },
131
- "extraData": {
132
- "items": {
133
- "properties": {
134
- "aggregation": {
135
- "description": "Aggregation query type",
136
- "enum": [
137
- "average",
138
- "count",
139
- "cumulativesum",
140
- "distinctcount",
141
- "histogram",
142
- "max",
143
- "median",
144
- "min",
145
- "rate",
146
- "stddev",
147
- "sum",
148
- "weightedaverage"
149
- ],
150
- "type": "string"
151
- },
152
- "columnId": {
153
- "description": "Column id",
154
- "format": "uuid",
155
- "type": "string"
156
- },
157
- "datasetId": {
158
- "description": "Dataset id",
159
- "format": "uuid",
160
- "type": "string"
161
- },
162
- "formulaId": {
163
- "description": "Formula id",
164
- "format": "uuid",
165
- "type": "string"
166
- },
167
- "label": {
168
- "description": "Label",
169
- "type": "string"
170
- },
171
- "weightedColumnId": {
172
- "description": "Weighted column id",
173
- "format": "uuid",
174
- "type": "string"
109
+ "extraData": {
110
+ "items": {
111
+ "properties": {
112
+ "aggregation": {
113
+ "description": "Aggregation query type",
114
+ "enum": [
115
+ "average",
116
+ "count",
117
+ "cumulativesum",
118
+ "distinctcount",
119
+ "histogram",
120
+ "max",
121
+ "median",
122
+ "min",
123
+ "rate",
124
+ "stddev",
125
+ "sum",
126
+ "weightedaverage"
127
+ ],
128
+ "type": "string"
129
+ },
130
+ "columnId": {
131
+ "description": "Column id",
132
+ "format": "uuid",
133
+ "type": "string"
134
+ },
135
+ "datasetId": {
136
+ "description": "Dataset id",
137
+ "format": "uuid",
138
+ "type": "string"
139
+ },
140
+ "formulaId": {
141
+ "description": "Formula id",
142
+ "format": "uuid",
143
+ "type": "string"
144
+ },
145
+ "label": {
146
+ "description": "Label",
147
+ "type": "string"
148
+ },
149
+ "weightedColumnId": {
150
+ "description": "Weighted column id",
151
+ "format": "uuid",
152
+ "type": "string"
153
+ },
154
+ "weightedDatasetId": {
155
+ "description": "Weighted dataset id",
156
+ "format": "uuid",
157
+ "type": "string"
158
+ }
159
+ },
160
+ "type": "object"
175
161
  },
176
- "weightedDatasetId": {
177
- "description": "Weighted dataset id",
178
- "format": "uuid",
179
- "type": "string"
180
- }
181
- },
182
- "type": "object"
162
+ "type": "array"
163
+ }
183
164
  },
184
- "type": "array"
165
+ "type": "object"
166
+ },
167
+ {
168
+ "type": "null"
185
169
  }
186
- },
187
- "type": "object"
170
+ ],
171
+ "default": null,
172
+ "description": "Custom events interactivity option"
188
173
  },
189
174
  "customTooltip": {
190
175
  "default": null,
191
176
  "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
192
- "type": "object"
177
+ "type": [
178
+ "null",
179
+ "object"
180
+ ]
193
181
  },
194
182
  "exportTypes": {
195
183
  "default": [
@@ -199,7 +187,7 @@ declare const _default: {
199
187
  "csv-raw",
200
188
  "png"
201
189
  ],
202
- "description": "Export types interactivity option",
190
+ "description": "Export types interactivity option. The export button appears when hovering the chart. If the empty array is provided, the export button is not shown.",
203
191
  "items": {
204
192
  "description": "Export types",
205
193
  "enum": [
@@ -221,364 +209,25 @@ declare const _default: {
221
209
  "items": {
222
210
  "description": "Measure dimension picker configuration",
223
211
  "properties": {
224
- "acceptFormula": {
225
- "type": "boolean"
226
- },
227
- "allAvailableColumns": {
228
- "items": {
229
- "properties": {
230
- "columns": {
231
- "items": {
232
- "properties": {
233
- "cardinality": {
234
- "type": "number"
235
- },
236
- "color": {
237
- "type": "string"
238
- },
239
- "columnHierarchies": {
240
- "anyOf": [
241
- {
242
- "items": {
243
- "type": "string"
244
- },
245
- "type": "array"
246
- },
247
- {
248
- "items": {
249
- "properties": {
250
- "color": {
251
- "type": "string"
252
- },
253
- "id": {
254
- "type": "string"
255
- },
256
- "level": {
257
- "type": "number"
258
- },
259
- "name": {
260
- "type": "object"
261
- }
262
- },
263
- "type": "object"
264
- },
265
- "type": "array"
266
- }
267
- ]
268
- },
269
- "currency": {
270
- "properties": {
271
- "id": {
272
- "type": "string"
273
- },
274
- "name": {
275
- "type": "string"
276
- },
277
- "symbol": {
278
- "type": "string"
279
- }
280
- },
281
- "type": "object"
282
- },
283
- "currency_id": {
284
- "type": "string"
285
- },
286
- "description": {
287
- "type": "object"
288
- },
289
- "duration_format": {
290
- "enum": [
291
- "long",
292
- "short",
293
- "time"
294
- ],
295
- "type": "string"
296
- },
297
- "duration_levels": {
298
- "items": {
299
- "type": "number"
300
- },
301
- "type": "array"
302
- },
303
- "expression": {
304
- "type": "string"
305
- },
306
- "format": {
307
- "type": "string"
308
- },
309
- "hierarchyLevels": {
310
- "items": {
311
- "properties": {
312
- "color": {
313
- "type": "string"
314
- },
315
- "id": {
316
- "type": "string"
317
- },
318
- "level": {
319
- "type": "number"
320
- },
321
- "name": {
322
- "type": "object"
323
- }
324
- },
325
- "type": "object"
326
- },
327
- "type": "array"
328
- },
329
- "hierarchy_enabled": {
330
- "type": "boolean"
331
- },
332
- "highestLevel": {
333
- "type": "number"
334
- },
335
- "id": {
336
- "type": "string"
337
- },
338
- "informat": {
339
- "type": "string"
340
- },
341
- "isFormula": {
342
- "type": "boolean"
343
- },
344
- "isLabel": {
345
- "type": "boolean"
346
- },
347
- "joins": {
348
- "items": {
349
- "properties": {
350
- "currency_id": {
351
- "type": [
352
- "null",
353
- "string"
354
- ]
355
- },
356
- "hierarchy_enabled": {
357
- "type": "boolean"
358
- },
359
- "id": {
360
- "type": "string"
361
- },
362
- "join": {
363
- "properties": {
364
- "column_id": {
365
- "type": "string"
366
- },
367
- "created_at": {
368
- "type": "string"
369
- },
370
- "joins_id": {
371
- "type": "string"
372
- },
373
- "subtype": {
374
- "type": "string"
375
- },
376
- "type": {
377
- "enum": [
378
- "exact",
379
- "lookup"
380
- ],
381
- "type": "string"
382
- },
383
- "update_at": {
384
- "type": "string"
385
- },
386
- "updated_at": {
387
- "type": "string"
388
- }
389
- },
390
- "type": "object"
391
- },
392
- "securable_id": {
393
- "type": "string"
394
- }
395
- },
396
- "type": "object"
397
- },
398
- "type": "array"
399
- },
400
- "level": {
401
- "type": "number"
402
- },
403
- "lowestLevel": {
404
- "type": "number"
405
- },
406
- "name": {
407
- "type": "object"
408
- },
409
- "order": {
410
- "type": "number"
411
- },
412
- "securable_id": {
413
- "type": "string"
414
- },
415
- "source_name": {
416
- "type": "string"
417
- },
418
- "subtype": {
419
- "enum": [
420
- "coordinates",
421
- "currency",
422
- "duration",
423
- "hierarchy_element_expression",
424
- "topography"
425
- ],
426
- "type": "string"
427
- },
428
- "type": {
429
- "enum": [
430
- "datetime",
431
- "hierarchy",
432
- "numeric",
433
- "spatial"
434
- ],
435
- "type": "string"
436
- },
437
- "version": {
438
- "type": "number"
439
- },
440
- "width": {
441
- "type": "number"
442
- }
443
- },
444
- "type": "object"
445
- },
446
- "type": "array"
447
- },
448
- "datasetId": {
449
- "format": "uuid",
450
- "type": "string"
451
- },
452
- "datasetName": {
453
- "type": "object"
454
- },
455
- "formulas": {
456
- "items": {
457
- "properties": {
458
- "color": {
459
- "type": "string"
460
- },
461
- "currency": {
462
- "properties": {
463
- "id": {
464
- "type": "string"
465
- },
466
- "name": {
467
- "type": "string"
468
- },
469
- "symbol": {
470
- "type": "string"
471
- }
472
- },
473
- "type": "object"
474
- },
475
- "currency_id": {
476
- "type": "string"
477
- },
478
- "duration_format": {
479
- "enum": [
480
- "long",
481
- "short",
482
- "time"
483
- ],
484
- "type": "string"
485
- },
486
- "duration_levels": {
487
- "items": {
488
- "type": "number"
489
- },
490
- "type": "array"
491
- },
492
- "expression": {
493
- "type": "string"
494
- },
495
- "format": {
496
- "type": "string"
497
- },
498
- "id": {
499
- "type": "string"
500
- },
501
- "informat": {
502
- "enum": [
503
- "DD-MM-YYYY HH:mm:ss.SSS",
504
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
505
- "MM-DD-YYYY HH:mm:ss.SSS",
506
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
507
- "X",
508
- "YYYY-MM-DD HH:mm:ss.SSS",
509
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
510
- "hierarchy",
511
- "numeric",
512
- "x"
513
- ],
514
- "type": "string"
515
- },
516
- "isFormula": {
517
- "type": "boolean"
518
- },
519
- "level": {
520
- "type": "number"
521
- },
522
- "lowestLevel": {
523
- "type": "number"
524
- },
525
- "name": {
526
- "type": "object"
527
- },
528
- "securableFormula": {
529
- "properties": {
530
- "formula_id": {
531
- "type": "string"
532
- },
533
- "securable_id": {
534
- "type": "string"
535
- }
536
- },
537
- "type": "object"
538
- },
539
- "securable_id": {
540
- "type": "string"
541
- },
542
- "subtype": {
543
- "enum": [
544
- "currency",
545
- "date",
546
- "datetime",
547
- "duration"
548
- ],
549
- "type": "string"
550
- },
551
- "type": {
552
- "enum": [
553
- "datetime",
554
- "hierarchy",
555
- "numeric"
556
- ],
557
- "type": "string"
558
- }
559
- },
560
- "type": "object"
561
- },
562
- "type": "array"
563
- }
564
- },
565
- "type": "object"
566
- },
567
- "type": "array"
568
- },
569
- "allowMultiple": {
570
- "type": "boolean"
571
- },
572
- "description": {
573
- "type": "string"
574
- },
575
212
  "order": {
213
+ "description": "Order",
214
+ "examples": [
215
+ 0,
216
+ 9999
217
+ ],
576
218
  "type": "number"
577
219
  },
578
220
  "slot": {
221
+ "description": "Slot name",
222
+ "examples": [
223
+ "measure",
224
+ "dimension",
225
+ "legend"
226
+ ],
579
227
  "type": "string"
580
228
  },
581
229
  "values": {
230
+ "description": "An array of columns for the current picker",
582
231
  "items": {
583
232
  "properties": {
584
233
  "aggregationFunc": {
@@ -614,6 +263,7 @@ declare const _default: {
614
263
  "currency",
615
264
  "duration",
616
265
  "hierarchy_element_expression",
266
+ "ip_address",
617
267
  "topography"
618
268
  ],
619
269
  "type": "string"
@@ -647,36 +297,6 @@ declare const _default: {
647
297
  "string"
648
298
  ]
649
299
  },
650
- "columnHierarchies": {
651
- "anyOf": [
652
- {
653
- "items": {
654
- "type": "string"
655
- },
656
- "type": "array"
657
- },
658
- {
659
- "items": {
660
- "properties": {
661
- "color": {
662
- "type": "string"
663
- },
664
- "id": {
665
- "type": "string"
666
- },
667
- "level": {
668
- "type": "number"
669
- },
670
- "name": {
671
- "type": "object"
672
- }
673
- },
674
- "type": "object"
675
- },
676
- "type": "array"
677
- }
678
- ]
679
- },
680
300
  "columnId": {
681
301
  "description": "Column id",
682
302
  "format": "uuid",
@@ -751,13 +371,6 @@ declare const _default: {
751
371
  },
752
372
  "type": "object"
753
373
  },
754
- "hidden": {
755
- "type": "boolean"
756
- },
757
- "include_nonoccurring": {
758
- "description": "Shows empty areas for geo slots (with the name \"geo\" and content type 'spacial).\nAlso, it can be set in the options' advanced settings of the Choropleth map.",
759
- "type": "boolean"
760
- },
761
374
  "label": {
762
375
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
763
376
  "type": "object"
@@ -805,6 +418,7 @@ declare const _default: {
805
418
  "enum": [
806
419
  "none",
807
420
  "past",
421
+ "absoluteChange",
808
422
  "percentageChange"
809
423
  ],
810
424
  "type": "string"
@@ -812,10 +426,8 @@ declare const _default: {
812
426
  },
813
427
  "type": "object"
814
428
  },
815
- "readonly": {
816
- "type": "boolean"
817
- },
818
429
  "selected": {
430
+ "description": "Selected item",
819
431
  "type": "boolean"
820
432
  },
821
433
  "subtype": {
@@ -828,6 +440,7 @@ declare const _default: {
828
440
  "datetime",
829
441
  "duration",
830
442
  "hierarchy_element_expression",
443
+ "ip_address",
831
444
  "topography"
832
445
  ],
833
446
  "type": "string"
@@ -934,7 +547,7 @@ declare const _default: {
934
547
  "type": "object"
935
548
  }
936
549
  ],
937
- "description": "Show number of observations"
550
+ "description": "The maximum number of data rows to query and display"
938
551
  },
939
552
  "loader": {
940
553
  "description": "The loader configuration",
@@ -1127,7 +740,7 @@ declare const _default: {
1127
740
  "description": "Custom border styling",
1128
741
  "properties": {
1129
742
  "border-bottom-width": {
1130
- "description": "Border bottom width",
743
+ "description": "Border bottom width, it is visible when a border style and color are set",
1131
744
  "examples": [
1132
745
  "0px",
1133
746
  "1px",
@@ -1136,7 +749,7 @@ declare const _default: {
1136
749
  "type": "string"
1137
750
  },
1138
751
  "border-color": {
1139
- "description": "Border color",
752
+ "description": "Border color, it is visible when a border style and width are set",
1140
753
  "examples": [
1141
754
  "rgba(216, 216, 216, 1)",
1142
755
  "rgb(147, 146, 148)"
@@ -1144,7 +757,7 @@ declare const _default: {
1144
757
  "type": "string"
1145
758
  },
1146
759
  "border-left-width": {
1147
- "description": "Border left width",
760
+ "description": "Border left width, it is visible when a border style and color are set",
1148
761
  "examples": [
1149
762
  "0px",
1150
763
  "1px",
@@ -1162,7 +775,7 @@ declare const _default: {
1162
775
  "type": "string"
1163
776
  },
1164
777
  "border-right-width": {
1165
- "description": "Border right width",
778
+ "description": "Border right width, it is visible when a border style and color are set",
1166
779
  "examples": [
1167
780
  "0px",
1168
781
  "1px",
@@ -1171,7 +784,7 @@ declare const _default: {
1171
784
  "type": "string"
1172
785
  },
1173
786
  "border-style": {
1174
- "description": "Border style",
787
+ "description": "Border style, it is visible when a border color and width are set",
1175
788
  "examples": [
1176
789
  "none",
1177
790
  "solid",
@@ -1181,7 +794,7 @@ declare const _default: {
1181
794
  "type": "string"
1182
795
  },
1183
796
  "border-top-width": {
1184
- "description": "Border top width",
797
+ "description": "Border top width, it is visible when a border style and color are set",
1185
798
  "examples": [
1186
799
  "0px",
1187
800
  "1px",
@@ -1225,19 +838,6 @@ declare const _default: {
1225
838
  "font": {
1226
839
  "description": "Custom font styling",
1227
840
  "properties": {
1228
- "font-style": {
1229
- "const": "normal",
1230
- "description": "Use it to reset the font style to \"normal\"",
1231
- "type": "string"
1232
- },
1233
- "font-weight": {
1234
- "description": "Font weight",
1235
- "examples": [
1236
- 400,
1237
- 700
1238
- ],
1239
- "type": "number"
1240
- },
1241
841
  "fontFamily": {
1242
842
  "description": "Font family",
1243
843
  "examples": [
@@ -1250,7 +850,7 @@ declare const _default: {
1250
850
  "type": "string"
1251
851
  },
1252
852
  "fontSize": {
1253
- "description": "Font size in px",
853
+ "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.",
1254
854
  "examples": [
1255
855
  10,
1256
856
  15,
@@ -1279,7 +879,7 @@ declare const _default: {
1279
879
  "type": "string"
1280
880
  },
1281
881
  "title": {
1282
- "description": "Custom title styling",
882
+ "description": "Custom title styling, it's applied if the title is displayed",
1283
883
  "properties": {
1284
884
  "align": {
1285
885
  "description": "Title align",
@@ -1312,7 +912,7 @@ declare const _default: {
1312
912
  "type": "boolean"
1313
913
  },
1314
914
  "fontSize": {
1315
- "description": "Title's font size in px",
915
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1316
916
  "examples": [
1317
917
  16,
1318
918
  20
@@ -1348,7 +948,7 @@ declare const _default: {
1348
948
  "type": "object"
1349
949
  },
1350
950
  "tooltip": {
1351
- "description": "Custom tooltip styling",
951
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
1352
952
  "properties": {
1353
953
  "background": {
1354
954
  "description": "Tooltip's background",
@@ -1361,16 +961,7 @@ declare const _default: {
1361
961
  "type": "string"
1362
962
  },
1363
963
  "fontSize": {
1364
- "description": "Tooltip's font size in px",
1365
- "examples": [
1366
- 12,
1367
- 16,
1368
- 20
1369
- ],
1370
- "type": "number"
1371
- },
1372
- "lineHeight": {
1373
- "description": "Tooltip's line height in px",
964
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1374
965
  "examples": [
1375
966
  12,
1376
967
  16,
@@ -1379,7 +970,7 @@ declare const _default: {
1379
970
  "type": "number"
1380
971
  },
1381
972
  "opacity": {
1382
- "description": "Tooltip's opacity",
973
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
1383
974
  "examples": [
1384
975
  0.5,
1385
976
  0.8,
@@ -1409,7 +1000,7 @@ declare const _default: {
1409
1000
  "type": "string"
1410
1001
  },
1411
1002
  "title": {
1412
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1003
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1413
1004
  "examples": [
1414
1005
  {
1415
1006
  "en": "Title"