@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/route-map-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/route-map-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "classification": {
@@ -118,33 +118,13 @@ declare const _default: {
118
118
  "interactivity": {
119
119
  "description": "Interactivity options",
120
120
  "properties": {
121
- "availableExportTypes": {
122
- "default": [
123
- "xlsx",
124
- "csv",
125
- "png"
126
- ],
127
- "description": "Available export types interactivity option",
128
- "items": {
129
- "description": "Export types",
130
- "enum": [
131
- "csv",
132
- "csv-raw",
133
- "png",
134
- "xlsx",
135
- "xlsx-raw"
136
- ],
137
- "type": "string"
138
- },
139
- "type": "array"
140
- },
141
121
  "exportTypes": {
142
122
  "default": [
143
123
  "xlsx",
144
124
  "csv",
145
125
  "png"
146
126
  ],
147
- "description": "Export types interactivity option",
127
+ "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.",
148
128
  "items": {
149
129
  "description": "Export types",
150
130
  "enum": [
@@ -166,364 +146,25 @@ declare const _default: {
166
146
  "items": {
167
147
  "description": "Measure dimension picker configuration",
168
148
  "properties": {
169
- "acceptFormula": {
170
- "type": "boolean"
171
- },
172
- "allAvailableColumns": {
173
- "items": {
174
- "properties": {
175
- "columns": {
176
- "items": {
177
- "properties": {
178
- "cardinality": {
179
- "type": "number"
180
- },
181
- "color": {
182
- "type": "string"
183
- },
184
- "columnHierarchies": {
185
- "anyOf": [
186
- {
187
- "items": {
188
- "type": "string"
189
- },
190
- "type": "array"
191
- },
192
- {
193
- "items": {
194
- "properties": {
195
- "color": {
196
- "type": "string"
197
- },
198
- "id": {
199
- "type": "string"
200
- },
201
- "level": {
202
- "type": "number"
203
- },
204
- "name": {
205
- "type": "object"
206
- }
207
- },
208
- "type": "object"
209
- },
210
- "type": "array"
211
- }
212
- ]
213
- },
214
- "currency": {
215
- "properties": {
216
- "id": {
217
- "type": "string"
218
- },
219
- "name": {
220
- "type": "string"
221
- },
222
- "symbol": {
223
- "type": "string"
224
- }
225
- },
226
- "type": "object"
227
- },
228
- "currency_id": {
229
- "type": "string"
230
- },
231
- "description": {
232
- "type": "object"
233
- },
234
- "duration_format": {
235
- "enum": [
236
- "long",
237
- "short",
238
- "time"
239
- ],
240
- "type": "string"
241
- },
242
- "duration_levels": {
243
- "items": {
244
- "type": "number"
245
- },
246
- "type": "array"
247
- },
248
- "expression": {
249
- "type": "string"
250
- },
251
- "format": {
252
- "type": "string"
253
- },
254
- "hierarchyLevels": {
255
- "items": {
256
- "properties": {
257
- "color": {
258
- "type": "string"
259
- },
260
- "id": {
261
- "type": "string"
262
- },
263
- "level": {
264
- "type": "number"
265
- },
266
- "name": {
267
- "type": "object"
268
- }
269
- },
270
- "type": "object"
271
- },
272
- "type": "array"
273
- },
274
- "hierarchy_enabled": {
275
- "type": "boolean"
276
- },
277
- "highestLevel": {
278
- "type": "number"
279
- },
280
- "id": {
281
- "type": "string"
282
- },
283
- "informat": {
284
- "type": "string"
285
- },
286
- "isFormula": {
287
- "type": "boolean"
288
- },
289
- "isLabel": {
290
- "type": "boolean"
291
- },
292
- "joins": {
293
- "items": {
294
- "properties": {
295
- "currency_id": {
296
- "type": [
297
- "null",
298
- "string"
299
- ]
300
- },
301
- "hierarchy_enabled": {
302
- "type": "boolean"
303
- },
304
- "id": {
305
- "type": "string"
306
- },
307
- "join": {
308
- "properties": {
309
- "column_id": {
310
- "type": "string"
311
- },
312
- "created_at": {
313
- "type": "string"
314
- },
315
- "joins_id": {
316
- "type": "string"
317
- },
318
- "subtype": {
319
- "type": "string"
320
- },
321
- "type": {
322
- "enum": [
323
- "exact",
324
- "lookup"
325
- ],
326
- "type": "string"
327
- },
328
- "update_at": {
329
- "type": "string"
330
- },
331
- "updated_at": {
332
- "type": "string"
333
- }
334
- },
335
- "type": "object"
336
- },
337
- "securable_id": {
338
- "type": "string"
339
- }
340
- },
341
- "type": "object"
342
- },
343
- "type": "array"
344
- },
345
- "level": {
346
- "type": "number"
347
- },
348
- "lowestLevel": {
349
- "type": "number"
350
- },
351
- "name": {
352
- "type": "object"
353
- },
354
- "order": {
355
- "type": "number"
356
- },
357
- "securable_id": {
358
- "type": "string"
359
- },
360
- "source_name": {
361
- "type": "string"
362
- },
363
- "subtype": {
364
- "enum": [
365
- "coordinates",
366
- "currency",
367
- "duration",
368
- "hierarchy_element_expression",
369
- "topography"
370
- ],
371
- "type": "string"
372
- },
373
- "type": {
374
- "enum": [
375
- "datetime",
376
- "hierarchy",
377
- "numeric",
378
- "spatial"
379
- ],
380
- "type": "string"
381
- },
382
- "version": {
383
- "type": "number"
384
- },
385
- "width": {
386
- "type": "number"
387
- }
388
- },
389
- "type": "object"
390
- },
391
- "type": "array"
392
- },
393
- "datasetId": {
394
- "format": "uuid",
395
- "type": "string"
396
- },
397
- "datasetName": {
398
- "type": "object"
399
- },
400
- "formulas": {
401
- "items": {
402
- "properties": {
403
- "color": {
404
- "type": "string"
405
- },
406
- "currency": {
407
- "properties": {
408
- "id": {
409
- "type": "string"
410
- },
411
- "name": {
412
- "type": "string"
413
- },
414
- "symbol": {
415
- "type": "string"
416
- }
417
- },
418
- "type": "object"
419
- },
420
- "currency_id": {
421
- "type": "string"
422
- },
423
- "duration_format": {
424
- "enum": [
425
- "long",
426
- "short",
427
- "time"
428
- ],
429
- "type": "string"
430
- },
431
- "duration_levels": {
432
- "items": {
433
- "type": "number"
434
- },
435
- "type": "array"
436
- },
437
- "expression": {
438
- "type": "string"
439
- },
440
- "format": {
441
- "type": "string"
442
- },
443
- "id": {
444
- "type": "string"
445
- },
446
- "informat": {
447
- "enum": [
448
- "DD-MM-YYYY HH:mm:ss.SSS",
449
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
450
- "MM-DD-YYYY HH:mm:ss.SSS",
451
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
452
- "X",
453
- "YYYY-MM-DD HH:mm:ss.SSS",
454
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
455
- "hierarchy",
456
- "numeric",
457
- "x"
458
- ],
459
- "type": "string"
460
- },
461
- "isFormula": {
462
- "type": "boolean"
463
- },
464
- "level": {
465
- "type": "number"
466
- },
467
- "lowestLevel": {
468
- "type": "number"
469
- },
470
- "name": {
471
- "type": "object"
472
- },
473
- "securableFormula": {
474
- "properties": {
475
- "formula_id": {
476
- "type": "string"
477
- },
478
- "securable_id": {
479
- "type": "string"
480
- }
481
- },
482
- "type": "object"
483
- },
484
- "securable_id": {
485
- "type": "string"
486
- },
487
- "subtype": {
488
- "enum": [
489
- "currency",
490
- "date",
491
- "datetime",
492
- "duration"
493
- ],
494
- "type": "string"
495
- },
496
- "type": {
497
- "enum": [
498
- "datetime",
499
- "hierarchy",
500
- "numeric"
501
- ],
502
- "type": "string"
503
- }
504
- },
505
- "type": "object"
506
- },
507
- "type": "array"
508
- }
509
- },
510
- "type": "object"
511
- },
512
- "type": "array"
513
- },
514
- "allowMultiple": {
515
- "type": "boolean"
516
- },
517
- "description": {
518
- "type": "string"
519
- },
520
149
  "order": {
150
+ "description": "Order",
151
+ "examples": [
152
+ 0,
153
+ 9999
154
+ ],
521
155
  "type": "number"
522
156
  },
523
157
  "slot": {
158
+ "description": "Slot name",
159
+ "examples": [
160
+ "measure",
161
+ "dimension",
162
+ "legend"
163
+ ],
524
164
  "type": "string"
525
165
  },
526
166
  "values": {
167
+ "description": "An array of columns for the current picker",
527
168
  "items": {
528
169
  "properties": {
529
170
  "aggregationFunc": {
@@ -559,6 +200,7 @@ declare const _default: {
559
200
  "currency",
560
201
  "duration",
561
202
  "hierarchy_element_expression",
203
+ "ip_address",
562
204
  "topography"
563
205
  ],
564
206
  "type": "string"
@@ -592,36 +234,6 @@ declare const _default: {
592
234
  "string"
593
235
  ]
594
236
  },
595
- "columnHierarchies": {
596
- "anyOf": [
597
- {
598
- "items": {
599
- "type": "string"
600
- },
601
- "type": "array"
602
- },
603
- {
604
- "items": {
605
- "properties": {
606
- "color": {
607
- "type": "string"
608
- },
609
- "id": {
610
- "type": "string"
611
- },
612
- "level": {
613
- "type": "number"
614
- },
615
- "name": {
616
- "type": "object"
617
- }
618
- },
619
- "type": "object"
620
- },
621
- "type": "array"
622
- }
623
- ]
624
- },
625
237
  "columnId": {
626
238
  "description": "Column id",
627
239
  "format": "uuid",
@@ -696,13 +308,6 @@ declare const _default: {
696
308
  },
697
309
  "type": "object"
698
310
  },
699
- "hidden": {
700
- "type": "boolean"
701
- },
702
- "include_nonoccurring": {
703
- "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.",
704
- "type": "boolean"
705
- },
706
311
  "label": {
707
312
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
708
313
  "type": "object"
@@ -750,6 +355,7 @@ declare const _default: {
750
355
  "enum": [
751
356
  "none",
752
357
  "past",
358
+ "absoluteChange",
753
359
  "percentageChange"
754
360
  ],
755
361
  "type": "string"
@@ -757,10 +363,8 @@ declare const _default: {
757
363
  },
758
364
  "type": "object"
759
365
  },
760
- "readonly": {
761
- "type": "boolean"
762
- },
763
366
  "selected": {
367
+ "description": "Selected item",
764
368
  "type": "boolean"
765
369
  },
766
370
  "subtype": {
@@ -773,6 +377,7 @@ declare const _default: {
773
377
  "datetime",
774
378
  "duration",
775
379
  "hierarchy_element_expression",
380
+ "ip_address",
776
381
  "topography"
777
382
  ],
778
383
  "type": "string"
@@ -824,7 +429,7 @@ declare const _default: {
824
429
  "type": "object"
825
430
  },
826
431
  "limit": {
827
- "description": "Show number of observations",
432
+ "description": "The maximum number of data rows to query and display",
828
433
  "properties": {
829
434
  "number": {
830
435
  "default": 10000,
@@ -1021,7 +626,7 @@ declare const _default: {
1021
626
  "description": "Custom border styling",
1022
627
  "properties": {
1023
628
  "border-bottom-width": {
1024
- "description": "Border bottom width",
629
+ "description": "Border bottom width, it is visible when a border style and color are set",
1025
630
  "examples": [
1026
631
  "0px",
1027
632
  "1px",
@@ -1030,7 +635,7 @@ declare const _default: {
1030
635
  "type": "string"
1031
636
  },
1032
637
  "border-color": {
1033
- "description": "Border color",
638
+ "description": "Border color, it is visible when a border style and width are set",
1034
639
  "examples": [
1035
640
  "rgba(216, 216, 216, 1)",
1036
641
  "rgb(147, 146, 148)"
@@ -1038,7 +643,7 @@ declare const _default: {
1038
643
  "type": "string"
1039
644
  },
1040
645
  "border-left-width": {
1041
- "description": "Border left width",
646
+ "description": "Border left width, it is visible when a border style and color are set",
1042
647
  "examples": [
1043
648
  "0px",
1044
649
  "1px",
@@ -1056,7 +661,7 @@ declare const _default: {
1056
661
  "type": "string"
1057
662
  },
1058
663
  "border-right-width": {
1059
- "description": "Border right width",
664
+ "description": "Border right width, it is visible when a border style and color are set",
1060
665
  "examples": [
1061
666
  "0px",
1062
667
  "1px",
@@ -1065,7 +670,7 @@ declare const _default: {
1065
670
  "type": "string"
1066
671
  },
1067
672
  "border-style": {
1068
- "description": "Border style",
673
+ "description": "Border style, it is visible when a border color and width are set",
1069
674
  "examples": [
1070
675
  "none",
1071
676
  "solid",
@@ -1075,7 +680,7 @@ declare const _default: {
1075
680
  "type": "string"
1076
681
  },
1077
682
  "border-top-width": {
1078
- "description": "Border top width",
683
+ "description": "Border top width, it is visible when a border style and color are set",
1079
684
  "examples": [
1080
685
  "0px",
1081
686
  "1px",
@@ -1119,19 +724,6 @@ declare const _default: {
1119
724
  "font": {
1120
725
  "description": "Custom font styling",
1121
726
  "properties": {
1122
- "font-style": {
1123
- "const": "normal",
1124
- "description": "Use it to reset the font style to \"normal\"",
1125
- "type": "string"
1126
- },
1127
- "font-weight": {
1128
- "description": "Font weight",
1129
- "examples": [
1130
- 400,
1131
- 700
1132
- ],
1133
- "type": "number"
1134
- },
1135
727
  "fontFamily": {
1136
728
  "description": "Font family",
1137
729
  "examples": [
@@ -1144,7 +736,7 @@ declare const _default: {
1144
736
  "type": "string"
1145
737
  },
1146
738
  "fontSize": {
1147
- "description": "Font size in px",
739
+ "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.",
1148
740
  "examples": [
1149
741
  10,
1150
742
  15,
@@ -1173,7 +765,7 @@ declare const _default: {
1173
765
  "type": "string"
1174
766
  },
1175
767
  "title": {
1176
- "description": "Custom title styling",
768
+ "description": "Custom title styling, it's applied if the title is displayed",
1177
769
  "properties": {
1178
770
  "align": {
1179
771
  "description": "Title align",
@@ -1206,7 +798,7 @@ declare const _default: {
1206
798
  "type": "boolean"
1207
799
  },
1208
800
  "fontSize": {
1209
- "description": "Title's font size in px",
801
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1210
802
  "examples": [
1211
803
  16,
1212
804
  20
@@ -1242,7 +834,7 @@ declare const _default: {
1242
834
  "type": "object"
1243
835
  },
1244
836
  "tooltip": {
1245
- "description": "Custom tooltip styling",
837
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
1246
838
  "properties": {
1247
839
  "background": {
1248
840
  "description": "Tooltip's background",
@@ -1255,16 +847,7 @@ declare const _default: {
1255
847
  "type": "string"
1256
848
  },
1257
849
  "fontSize": {
1258
- "description": "Tooltip's font size in px",
1259
- "examples": [
1260
- 12,
1261
- 16,
1262
- 20
1263
- ],
1264
- "type": "number"
1265
- },
1266
- "lineHeight": {
1267
- "description": "Tooltip's line height in px",
850
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1268
851
  "examples": [
1269
852
  12,
1270
853
  16,
@@ -1273,7 +856,7 @@ declare const _default: {
1273
856
  "type": "number"
1274
857
  },
1275
858
  "opacity": {
1276
- "description": "Tooltip's opacity",
859
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
1277
860
  "examples": [
1278
861
  0.5,
1279
862
  0.8,
@@ -1403,7 +986,7 @@ declare const _default: {
1403
986
  "type": "string"
1404
987
  },
1405
988
  "title": {
1406
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
989
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1407
990
  "examples": [
1408
991
  {
1409
992
  "en": "Title"