@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/hexbin-map-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/hexbin-map-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "aggregationType": {
@@ -139,26 +139,6 @@ declare const _default: {
139
139
  "interactivity": {
140
140
  "description": "Interactivity options",
141
141
  "properties": {
142
- "availableExportTypes": {
143
- "default": [
144
- "xlsx",
145
- "csv",
146
- "png"
147
- ],
148
- "description": "Available export types interactivity option",
149
- "items": {
150
- "description": "Export types",
151
- "enum": [
152
- "csv",
153
- "csv-raw",
154
- "png",
155
- "xlsx",
156
- "xlsx-raw"
157
- ],
158
- "type": "string"
159
- },
160
- "type": "array"
161
- },
162
142
  "customTooltip": {
163
143
  "default": null,
164
144
  "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
@@ -170,7 +150,7 @@ declare const _default: {
170
150
  "csv",
171
151
  "png"
172
152
  ],
173
- "description": "Export types interactivity option",
153
+ "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.",
174
154
  "items": {
175
155
  "description": "Export types",
176
156
  "enum": [
@@ -192,364 +172,25 @@ declare const _default: {
192
172
  "items": {
193
173
  "description": "Measure dimension picker configuration",
194
174
  "properties": {
195
- "acceptFormula": {
196
- "type": "boolean"
197
- },
198
- "allAvailableColumns": {
199
- "items": {
200
- "properties": {
201
- "columns": {
202
- "items": {
203
- "properties": {
204
- "cardinality": {
205
- "type": "number"
206
- },
207
- "color": {
208
- "type": "string"
209
- },
210
- "columnHierarchies": {
211
- "anyOf": [
212
- {
213
- "items": {
214
- "type": "string"
215
- },
216
- "type": "array"
217
- },
218
- {
219
- "items": {
220
- "properties": {
221
- "color": {
222
- "type": "string"
223
- },
224
- "id": {
225
- "type": "string"
226
- },
227
- "level": {
228
- "type": "number"
229
- },
230
- "name": {
231
- "type": "object"
232
- }
233
- },
234
- "type": "object"
235
- },
236
- "type": "array"
237
- }
238
- ]
239
- },
240
- "currency": {
241
- "properties": {
242
- "id": {
243
- "type": "string"
244
- },
245
- "name": {
246
- "type": "string"
247
- },
248
- "symbol": {
249
- "type": "string"
250
- }
251
- },
252
- "type": "object"
253
- },
254
- "currency_id": {
255
- "type": "string"
256
- },
257
- "description": {
258
- "type": "object"
259
- },
260
- "duration_format": {
261
- "enum": [
262
- "long",
263
- "short",
264
- "time"
265
- ],
266
- "type": "string"
267
- },
268
- "duration_levels": {
269
- "items": {
270
- "type": "number"
271
- },
272
- "type": "array"
273
- },
274
- "expression": {
275
- "type": "string"
276
- },
277
- "format": {
278
- "type": "string"
279
- },
280
- "hierarchyLevels": {
281
- "items": {
282
- "properties": {
283
- "color": {
284
- "type": "string"
285
- },
286
- "id": {
287
- "type": "string"
288
- },
289
- "level": {
290
- "type": "number"
291
- },
292
- "name": {
293
- "type": "object"
294
- }
295
- },
296
- "type": "object"
297
- },
298
- "type": "array"
299
- },
300
- "hierarchy_enabled": {
301
- "type": "boolean"
302
- },
303
- "highestLevel": {
304
- "type": "number"
305
- },
306
- "id": {
307
- "type": "string"
308
- },
309
- "informat": {
310
- "type": "string"
311
- },
312
- "isFormula": {
313
- "type": "boolean"
314
- },
315
- "isLabel": {
316
- "type": "boolean"
317
- },
318
- "joins": {
319
- "items": {
320
- "properties": {
321
- "currency_id": {
322
- "type": [
323
- "null",
324
- "string"
325
- ]
326
- },
327
- "hierarchy_enabled": {
328
- "type": "boolean"
329
- },
330
- "id": {
331
- "type": "string"
332
- },
333
- "join": {
334
- "properties": {
335
- "column_id": {
336
- "type": "string"
337
- },
338
- "created_at": {
339
- "type": "string"
340
- },
341
- "joins_id": {
342
- "type": "string"
343
- },
344
- "subtype": {
345
- "type": "string"
346
- },
347
- "type": {
348
- "enum": [
349
- "exact",
350
- "lookup"
351
- ],
352
- "type": "string"
353
- },
354
- "update_at": {
355
- "type": "string"
356
- },
357
- "updated_at": {
358
- "type": "string"
359
- }
360
- },
361
- "type": "object"
362
- },
363
- "securable_id": {
364
- "type": "string"
365
- }
366
- },
367
- "type": "object"
368
- },
369
- "type": "array"
370
- },
371
- "level": {
372
- "type": "number"
373
- },
374
- "lowestLevel": {
375
- "type": "number"
376
- },
377
- "name": {
378
- "type": "object"
379
- },
380
- "order": {
381
- "type": "number"
382
- },
383
- "securable_id": {
384
- "type": "string"
385
- },
386
- "source_name": {
387
- "type": "string"
388
- },
389
- "subtype": {
390
- "enum": [
391
- "coordinates",
392
- "currency",
393
- "duration",
394
- "hierarchy_element_expression",
395
- "topography"
396
- ],
397
- "type": "string"
398
- },
399
- "type": {
400
- "enum": [
401
- "datetime",
402
- "hierarchy",
403
- "numeric",
404
- "spatial"
405
- ],
406
- "type": "string"
407
- },
408
- "version": {
409
- "type": "number"
410
- },
411
- "width": {
412
- "type": "number"
413
- }
414
- },
415
- "type": "object"
416
- },
417
- "type": "array"
418
- },
419
- "datasetId": {
420
- "format": "uuid",
421
- "type": "string"
422
- },
423
- "datasetName": {
424
- "type": "object"
425
- },
426
- "formulas": {
427
- "items": {
428
- "properties": {
429
- "color": {
430
- "type": "string"
431
- },
432
- "currency": {
433
- "properties": {
434
- "id": {
435
- "type": "string"
436
- },
437
- "name": {
438
- "type": "string"
439
- },
440
- "symbol": {
441
- "type": "string"
442
- }
443
- },
444
- "type": "object"
445
- },
446
- "currency_id": {
447
- "type": "string"
448
- },
449
- "duration_format": {
450
- "enum": [
451
- "long",
452
- "short",
453
- "time"
454
- ],
455
- "type": "string"
456
- },
457
- "duration_levels": {
458
- "items": {
459
- "type": "number"
460
- },
461
- "type": "array"
462
- },
463
- "expression": {
464
- "type": "string"
465
- },
466
- "format": {
467
- "type": "string"
468
- },
469
- "id": {
470
- "type": "string"
471
- },
472
- "informat": {
473
- "enum": [
474
- "DD-MM-YYYY HH:mm:ss.SSS",
475
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
476
- "MM-DD-YYYY HH:mm:ss.SSS",
477
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
478
- "X",
479
- "YYYY-MM-DD HH:mm:ss.SSS",
480
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
481
- "hierarchy",
482
- "numeric",
483
- "x"
484
- ],
485
- "type": "string"
486
- },
487
- "isFormula": {
488
- "type": "boolean"
489
- },
490
- "level": {
491
- "type": "number"
492
- },
493
- "lowestLevel": {
494
- "type": "number"
495
- },
496
- "name": {
497
- "type": "object"
498
- },
499
- "securableFormula": {
500
- "properties": {
501
- "formula_id": {
502
- "type": "string"
503
- },
504
- "securable_id": {
505
- "type": "string"
506
- }
507
- },
508
- "type": "object"
509
- },
510
- "securable_id": {
511
- "type": "string"
512
- },
513
- "subtype": {
514
- "enum": [
515
- "currency",
516
- "date",
517
- "datetime",
518
- "duration"
519
- ],
520
- "type": "string"
521
- },
522
- "type": {
523
- "enum": [
524
- "datetime",
525
- "hierarchy",
526
- "numeric"
527
- ],
528
- "type": "string"
529
- }
530
- },
531
- "type": "object"
532
- },
533
- "type": "array"
534
- }
535
- },
536
- "type": "object"
537
- },
538
- "type": "array"
539
- },
540
- "allowMultiple": {
541
- "type": "boolean"
542
- },
543
- "description": {
544
- "type": "string"
545
- },
546
175
  "order": {
176
+ "description": "Order",
177
+ "examples": [
178
+ 0,
179
+ 9999
180
+ ],
547
181
  "type": "number"
548
182
  },
549
183
  "slot": {
184
+ "description": "Slot name",
185
+ "examples": [
186
+ "measure",
187
+ "dimension",
188
+ "legend"
189
+ ],
550
190
  "type": "string"
551
191
  },
552
192
  "values": {
193
+ "description": "An array of columns for the current picker",
553
194
  "items": {
554
195
  "properties": {
555
196
  "aggregationFunc": {
@@ -585,6 +226,7 @@ declare const _default: {
585
226
  "currency",
586
227
  "duration",
587
228
  "hierarchy_element_expression",
229
+ "ip_address",
588
230
  "topography"
589
231
  ],
590
232
  "type": "string"
@@ -618,36 +260,6 @@ declare const _default: {
618
260
  "string"
619
261
  ]
620
262
  },
621
- "columnHierarchies": {
622
- "anyOf": [
623
- {
624
- "items": {
625
- "type": "string"
626
- },
627
- "type": "array"
628
- },
629
- {
630
- "items": {
631
- "properties": {
632
- "color": {
633
- "type": "string"
634
- },
635
- "id": {
636
- "type": "string"
637
- },
638
- "level": {
639
- "type": "number"
640
- },
641
- "name": {
642
- "type": "object"
643
- }
644
- },
645
- "type": "object"
646
- },
647
- "type": "array"
648
- }
649
- ]
650
- },
651
263
  "columnId": {
652
264
  "description": "Column id",
653
265
  "format": "uuid",
@@ -722,13 +334,6 @@ declare const _default: {
722
334
  },
723
335
  "type": "object"
724
336
  },
725
- "hidden": {
726
- "type": "boolean"
727
- },
728
- "include_nonoccurring": {
729
- "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.",
730
- "type": "boolean"
731
- },
732
337
  "label": {
733
338
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
734
339
  "type": "object"
@@ -776,6 +381,7 @@ declare const _default: {
776
381
  "enum": [
777
382
  "none",
778
383
  "past",
384
+ "absoluteChange",
779
385
  "percentageChange"
780
386
  ],
781
387
  "type": "string"
@@ -783,10 +389,8 @@ declare const _default: {
783
389
  },
784
390
  "type": "object"
785
391
  },
786
- "readonly": {
787
- "type": "boolean"
788
- },
789
392
  "selected": {
393
+ "description": "Selected item",
790
394
  "type": "boolean"
791
395
  },
792
396
  "subtype": {
@@ -799,6 +403,7 @@ declare const _default: {
799
403
  "datetime",
800
404
  "duration",
801
405
  "hierarchy_element_expression",
406
+ "ip_address",
802
407
  "topography"
803
408
  ],
804
409
  "type": "string"
@@ -893,7 +498,7 @@ declare const _default: {
893
498
  "type": "object"
894
499
  },
895
500
  "limit": {
896
- "description": "Show number of observations",
501
+ "description": "The maximum number of data rows to query and display",
897
502
  "properties": {
898
503
  "number": {
899
504
  "default": 1000,
@@ -1089,7 +694,7 @@ declare const _default: {
1089
694
  "description": "Custom border styling",
1090
695
  "properties": {
1091
696
  "border-bottom-width": {
1092
- "description": "Border bottom width",
697
+ "description": "Border bottom width, it is visible when a border style and color are set",
1093
698
  "examples": [
1094
699
  "0px",
1095
700
  "1px",
@@ -1098,7 +703,7 @@ declare const _default: {
1098
703
  "type": "string"
1099
704
  },
1100
705
  "border-color": {
1101
- "description": "Border color",
706
+ "description": "Border color, it is visible when a border style and width are set",
1102
707
  "examples": [
1103
708
  "rgba(216, 216, 216, 1)",
1104
709
  "rgb(147, 146, 148)"
@@ -1106,7 +711,7 @@ declare const _default: {
1106
711
  "type": "string"
1107
712
  },
1108
713
  "border-left-width": {
1109
- "description": "Border left width",
714
+ "description": "Border left width, it is visible when a border style and color are set",
1110
715
  "examples": [
1111
716
  "0px",
1112
717
  "1px",
@@ -1124,7 +729,7 @@ declare const _default: {
1124
729
  "type": "string"
1125
730
  },
1126
731
  "border-right-width": {
1127
- "description": "Border right width",
732
+ "description": "Border right width, it is visible when a border style and color are set",
1128
733
  "examples": [
1129
734
  "0px",
1130
735
  "1px",
@@ -1133,7 +738,7 @@ declare const _default: {
1133
738
  "type": "string"
1134
739
  },
1135
740
  "border-style": {
1136
- "description": "Border style",
741
+ "description": "Border style, it is visible when a border color and width are set",
1137
742
  "examples": [
1138
743
  "none",
1139
744
  "solid",
@@ -1143,7 +748,7 @@ declare const _default: {
1143
748
  "type": "string"
1144
749
  },
1145
750
  "border-top-width": {
1146
- "description": "Border top width",
751
+ "description": "Border top width, it is visible when a border style and color are set",
1147
752
  "examples": [
1148
753
  "0px",
1149
754
  "1px",
@@ -1185,12 +790,15 @@ declare const _default: {
1185
790
  "type": "object"
1186
791
  },
1187
792
  "colors": {
1188
- "description": "Custom color palette",
793
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
1189
794
  "examples": [
1190
795
  [
1191
- "rgb(68, 52, 255)",
1192
- "rgb(68, 52, 255)",
1193
- "rgb(218, 214, 255)"
796
+ "red",
797
+ "green",
798
+ "blue",
799
+ "yellow",
800
+ "orange",
801
+ "purple"
1194
802
  ]
1195
803
  ],
1196
804
  "items": {
@@ -1201,19 +809,6 @@ declare const _default: {
1201
809
  "font": {
1202
810
  "description": "Custom font styling",
1203
811
  "properties": {
1204
- "font-style": {
1205
- "const": "normal",
1206
- "description": "Use it to reset the font style to \"normal\"",
1207
- "type": "string"
1208
- },
1209
- "font-weight": {
1210
- "description": "Font weight",
1211
- "examples": [
1212
- 400,
1213
- 700
1214
- ],
1215
- "type": "number"
1216
- },
1217
812
  "fontFamily": {
1218
813
  "description": "Font family",
1219
814
  "examples": [
@@ -1226,7 +821,7 @@ declare const _default: {
1226
821
  "type": "string"
1227
822
  },
1228
823
  "fontSize": {
1229
- "description": "Font size in px",
824
+ "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.",
1230
825
  "examples": [
1231
826
  10,
1232
827
  15,
@@ -1255,7 +850,7 @@ declare const _default: {
1255
850
  "type": "string"
1256
851
  },
1257
852
  "title": {
1258
- "description": "Custom title styling",
853
+ "description": "Custom title styling, it's applied if the title is displayed",
1259
854
  "properties": {
1260
855
  "align": {
1261
856
  "description": "Title align",
@@ -1288,7 +883,7 @@ declare const _default: {
1288
883
  "type": "boolean"
1289
884
  },
1290
885
  "fontSize": {
1291
- "description": "Title's font size in px",
886
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1292
887
  "examples": [
1293
888
  16,
1294
889
  20
@@ -1324,7 +919,7 @@ declare const _default: {
1324
919
  "type": "object"
1325
920
  },
1326
921
  "tooltip": {
1327
- "description": "Custom tooltip styling",
922
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
1328
923
  "properties": {
1329
924
  "background": {
1330
925
  "description": "Tooltip's background",
@@ -1337,16 +932,7 @@ declare const _default: {
1337
932
  "type": "string"
1338
933
  },
1339
934
  "fontSize": {
1340
- "description": "Tooltip's font size in px",
1341
- "examples": [
1342
- 12,
1343
- 16,
1344
- 20
1345
- ],
1346
- "type": "number"
1347
- },
1348
- "lineHeight": {
1349
- "description": "Tooltip's line height in px",
935
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1350
936
  "examples": [
1351
937
  12,
1352
938
  16,
@@ -1355,7 +941,7 @@ declare const _default: {
1355
941
  "type": "number"
1356
942
  },
1357
943
  "opacity": {
1358
- "description": "Tooltip's opacity",
944
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
1359
945
  "examples": [
1360
946
  0.5,
1361
947
  0.8,
@@ -1485,7 +1071,7 @@ declare const _default: {
1485
1071
  "type": "string"
1486
1072
  },
1487
1073
  "title": {
1488
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1074
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1489
1075
  "examples": [
1490
1076
  {
1491
1077
  "en": "Title"