@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/combination-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/combination-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -473,26 +473,6 @@ declare const _default: {
473
473
  "interactivity": {
474
474
  "description": "Interactivity options",
475
475
  "properties": {
476
- "availableExportTypes": {
477
- "default": [
478
- "xlsx",
479
- "csv",
480
- "png"
481
- ],
482
- "description": "Available export types interactivity option",
483
- "items": {
484
- "description": "Export types",
485
- "enum": [
486
- "csv",
487
- "csv-raw",
488
- "png",
489
- "xlsx",
490
- "xlsx-raw"
491
- ],
492
- "type": "string"
493
- },
494
- "type": "array"
495
- },
496
476
  "brush": {
497
477
  "default": true,
498
478
  "description": "Filter on brush interactivity option",
@@ -588,7 +568,7 @@ declare const _default: {
588
568
  "csv",
589
569
  "png"
590
570
  ],
591
- "description": "Export types interactivity option",
571
+ "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.",
592
572
  "items": {
593
573
  "description": "Export types",
594
574
  "enum": [
@@ -610,364 +590,25 @@ declare const _default: {
610
590
  "items": {
611
591
  "description": "Measure dimension picker configuration",
612
592
  "properties": {
613
- "acceptFormula": {
614
- "type": "boolean"
615
- },
616
- "allAvailableColumns": {
617
- "items": {
618
- "properties": {
619
- "columns": {
620
- "items": {
621
- "properties": {
622
- "cardinality": {
623
- "type": "number"
624
- },
625
- "color": {
626
- "type": "string"
627
- },
628
- "columnHierarchies": {
629
- "anyOf": [
630
- {
631
- "items": {
632
- "type": "string"
633
- },
634
- "type": "array"
635
- },
636
- {
637
- "items": {
638
- "properties": {
639
- "color": {
640
- "type": "string"
641
- },
642
- "id": {
643
- "type": "string"
644
- },
645
- "level": {
646
- "type": "number"
647
- },
648
- "name": {
649
- "type": "object"
650
- }
651
- },
652
- "type": "object"
653
- },
654
- "type": "array"
655
- }
656
- ]
657
- },
658
- "currency": {
659
- "properties": {
660
- "id": {
661
- "type": "string"
662
- },
663
- "name": {
664
- "type": "string"
665
- },
666
- "symbol": {
667
- "type": "string"
668
- }
669
- },
670
- "type": "object"
671
- },
672
- "currency_id": {
673
- "type": "string"
674
- },
675
- "description": {
676
- "type": "object"
677
- },
678
- "duration_format": {
679
- "enum": [
680
- "long",
681
- "short",
682
- "time"
683
- ],
684
- "type": "string"
685
- },
686
- "duration_levels": {
687
- "items": {
688
- "type": "number"
689
- },
690
- "type": "array"
691
- },
692
- "expression": {
693
- "type": "string"
694
- },
695
- "format": {
696
- "type": "string"
697
- },
698
- "hierarchyLevels": {
699
- "items": {
700
- "properties": {
701
- "color": {
702
- "type": "string"
703
- },
704
- "id": {
705
- "type": "string"
706
- },
707
- "level": {
708
- "type": "number"
709
- },
710
- "name": {
711
- "type": "object"
712
- }
713
- },
714
- "type": "object"
715
- },
716
- "type": "array"
717
- },
718
- "hierarchy_enabled": {
719
- "type": "boolean"
720
- },
721
- "highestLevel": {
722
- "type": "number"
723
- },
724
- "id": {
725
- "type": "string"
726
- },
727
- "informat": {
728
- "type": "string"
729
- },
730
- "isFormula": {
731
- "type": "boolean"
732
- },
733
- "isLabel": {
734
- "type": "boolean"
735
- },
736
- "joins": {
737
- "items": {
738
- "properties": {
739
- "currency_id": {
740
- "type": [
741
- "null",
742
- "string"
743
- ]
744
- },
745
- "hierarchy_enabled": {
746
- "type": "boolean"
747
- },
748
- "id": {
749
- "type": "string"
750
- },
751
- "join": {
752
- "properties": {
753
- "column_id": {
754
- "type": "string"
755
- },
756
- "created_at": {
757
- "type": "string"
758
- },
759
- "joins_id": {
760
- "type": "string"
761
- },
762
- "subtype": {
763
- "type": "string"
764
- },
765
- "type": {
766
- "enum": [
767
- "exact",
768
- "lookup"
769
- ],
770
- "type": "string"
771
- },
772
- "update_at": {
773
- "type": "string"
774
- },
775
- "updated_at": {
776
- "type": "string"
777
- }
778
- },
779
- "type": "object"
780
- },
781
- "securable_id": {
782
- "type": "string"
783
- }
784
- },
785
- "type": "object"
786
- },
787
- "type": "array"
788
- },
789
- "level": {
790
- "type": "number"
791
- },
792
- "lowestLevel": {
793
- "type": "number"
794
- },
795
- "name": {
796
- "type": "object"
797
- },
798
- "order": {
799
- "type": "number"
800
- },
801
- "securable_id": {
802
- "type": "string"
803
- },
804
- "source_name": {
805
- "type": "string"
806
- },
807
- "subtype": {
808
- "enum": [
809
- "coordinates",
810
- "currency",
811
- "duration",
812
- "hierarchy_element_expression",
813
- "topography"
814
- ],
815
- "type": "string"
816
- },
817
- "type": {
818
- "enum": [
819
- "datetime",
820
- "hierarchy",
821
- "numeric",
822
- "spatial"
823
- ],
824
- "type": "string"
825
- },
826
- "version": {
827
- "type": "number"
828
- },
829
- "width": {
830
- "type": "number"
831
- }
832
- },
833
- "type": "object"
834
- },
835
- "type": "array"
836
- },
837
- "datasetId": {
838
- "format": "uuid",
839
- "type": "string"
840
- },
841
- "datasetName": {
842
- "type": "object"
843
- },
844
- "formulas": {
845
- "items": {
846
- "properties": {
847
- "color": {
848
- "type": "string"
849
- },
850
- "currency": {
851
- "properties": {
852
- "id": {
853
- "type": "string"
854
- },
855
- "name": {
856
- "type": "string"
857
- },
858
- "symbol": {
859
- "type": "string"
860
- }
861
- },
862
- "type": "object"
863
- },
864
- "currency_id": {
865
- "type": "string"
866
- },
867
- "duration_format": {
868
- "enum": [
869
- "long",
870
- "short",
871
- "time"
872
- ],
873
- "type": "string"
874
- },
875
- "duration_levels": {
876
- "items": {
877
- "type": "number"
878
- },
879
- "type": "array"
880
- },
881
- "expression": {
882
- "type": "string"
883
- },
884
- "format": {
885
- "type": "string"
886
- },
887
- "id": {
888
- "type": "string"
889
- },
890
- "informat": {
891
- "enum": [
892
- "DD-MM-YYYY HH:mm:ss.SSS",
893
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
894
- "MM-DD-YYYY HH:mm:ss.SSS",
895
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
896
- "X",
897
- "YYYY-MM-DD HH:mm:ss.SSS",
898
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
899
- "hierarchy",
900
- "numeric",
901
- "x"
902
- ],
903
- "type": "string"
904
- },
905
- "isFormula": {
906
- "type": "boolean"
907
- },
908
- "level": {
909
- "type": "number"
910
- },
911
- "lowestLevel": {
912
- "type": "number"
913
- },
914
- "name": {
915
- "type": "object"
916
- },
917
- "securableFormula": {
918
- "properties": {
919
- "formula_id": {
920
- "type": "string"
921
- },
922
- "securable_id": {
923
- "type": "string"
924
- }
925
- },
926
- "type": "object"
927
- },
928
- "securable_id": {
929
- "type": "string"
930
- },
931
- "subtype": {
932
- "enum": [
933
- "currency",
934
- "date",
935
- "datetime",
936
- "duration"
937
- ],
938
- "type": "string"
939
- },
940
- "type": {
941
- "enum": [
942
- "datetime",
943
- "hierarchy",
944
- "numeric"
945
- ],
946
- "type": "string"
947
- }
948
- },
949
- "type": "object"
950
- },
951
- "type": "array"
952
- }
953
- },
954
- "type": "object"
955
- },
956
- "type": "array"
957
- },
958
- "allowMultiple": {
959
- "type": "boolean"
960
- },
961
- "description": {
962
- "type": "string"
963
- },
964
593
  "order": {
594
+ "description": "Order",
595
+ "examples": [
596
+ 0,
597
+ 9999
598
+ ],
965
599
  "type": "number"
966
600
  },
967
601
  "slot": {
602
+ "description": "Slot name",
603
+ "examples": [
604
+ "measure",
605
+ "dimension",
606
+ "legend"
607
+ ],
968
608
  "type": "string"
969
609
  },
970
610
  "values": {
611
+ "description": "An array of columns for the current picker",
971
612
  "items": {
972
613
  "properties": {
973
614
  "aggregationFunc": {
@@ -1003,6 +644,7 @@ declare const _default: {
1003
644
  "currency",
1004
645
  "duration",
1005
646
  "hierarchy_element_expression",
647
+ "ip_address",
1006
648
  "topography"
1007
649
  ],
1008
650
  "type": "string"
@@ -1036,36 +678,6 @@ declare const _default: {
1036
678
  "string"
1037
679
  ]
1038
680
  },
1039
- "columnHierarchies": {
1040
- "anyOf": [
1041
- {
1042
- "items": {
1043
- "type": "string"
1044
- },
1045
- "type": "array"
1046
- },
1047
- {
1048
- "items": {
1049
- "properties": {
1050
- "color": {
1051
- "type": "string"
1052
- },
1053
- "id": {
1054
- "type": "string"
1055
- },
1056
- "level": {
1057
- "type": "number"
1058
- },
1059
- "name": {
1060
- "type": "object"
1061
- }
1062
- },
1063
- "type": "object"
1064
- },
1065
- "type": "array"
1066
- }
1067
- ]
1068
- },
1069
681
  "columnId": {
1070
682
  "description": "Column id",
1071
683
  "format": "uuid",
@@ -1140,13 +752,6 @@ declare const _default: {
1140
752
  },
1141
753
  "type": "object"
1142
754
  },
1143
- "hidden": {
1144
- "type": "boolean"
1145
- },
1146
- "include_nonoccurring": {
1147
- "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.",
1148
- "type": "boolean"
1149
- },
1150
755
  "label": {
1151
756
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1152
757
  "type": "object"
@@ -1194,6 +799,7 @@ declare const _default: {
1194
799
  "enum": [
1195
800
  "none",
1196
801
  "past",
802
+ "absoluteChange",
1197
803
  "percentageChange"
1198
804
  ],
1199
805
  "type": "string"
@@ -1201,10 +807,8 @@ declare const _default: {
1201
807
  },
1202
808
  "type": "object"
1203
809
  },
1204
- "readonly": {
1205
- "type": "boolean"
1206
- },
1207
810
  "selected": {
811
+ "description": "Selected item",
1208
812
  "type": "boolean"
1209
813
  },
1210
814
  "subtype": {
@@ -1217,6 +821,7 @@ declare const _default: {
1217
821
  "datetime",
1218
822
  "duration",
1219
823
  "hierarchy_element_expression",
824
+ "ip_address",
1220
825
  "topography"
1221
826
  ],
1222
827
  "type": "string"
@@ -1291,7 +896,7 @@ declare const _default: {
1291
896
  "type": "object"
1292
897
  },
1293
898
  "legend": {
1294
- "description": "Legend options",
899
+ "description": "Legend options, they are applied if the legend is displayed",
1295
900
  "properties": {
1296
901
  "position": {
1297
902
  "description": "Position of the legend. Only available when the legend is shown.",
@@ -1329,7 +934,7 @@ declare const _default: {
1329
934
  "type": "object"
1330
935
  },
1331
936
  "limit": {
1332
- "description": "Show number of observations",
937
+ "description": "The maximum number of data rows to query and display",
1333
938
  "properties": {
1334
939
  "number": {
1335
940
  "default": 100000,
@@ -1572,7 +1177,7 @@ declare const _default: {
1572
1177
  "description": "Custom border styling",
1573
1178
  "properties": {
1574
1179
  "border-bottom-width": {
1575
- "description": "Border bottom width",
1180
+ "description": "Border bottom width, it is visible when a border style and color are set",
1576
1181
  "examples": [
1577
1182
  "0px",
1578
1183
  "1px",
@@ -1581,7 +1186,7 @@ declare const _default: {
1581
1186
  "type": "string"
1582
1187
  },
1583
1188
  "border-color": {
1584
- "description": "Border color",
1189
+ "description": "Border color, it is visible when a border style and width are set",
1585
1190
  "examples": [
1586
1191
  "rgba(216, 216, 216, 1)",
1587
1192
  "rgb(147, 146, 148)"
@@ -1589,7 +1194,7 @@ declare const _default: {
1589
1194
  "type": "string"
1590
1195
  },
1591
1196
  "border-left-width": {
1592
- "description": "Border left width",
1197
+ "description": "Border left width, it is visible when a border style and color are set",
1593
1198
  "examples": [
1594
1199
  "0px",
1595
1200
  "1px",
@@ -1607,7 +1212,7 @@ declare const _default: {
1607
1212
  "type": "string"
1608
1213
  },
1609
1214
  "border-right-width": {
1610
- "description": "Border right width",
1215
+ "description": "Border right width, it is visible when a border style and color are set",
1611
1216
  "examples": [
1612
1217
  "0px",
1613
1218
  "1px",
@@ -1616,7 +1221,7 @@ declare const _default: {
1616
1221
  "type": "string"
1617
1222
  },
1618
1223
  "border-style": {
1619
- "description": "Border style",
1224
+ "description": "Border style, it is visible when a border color and width are set",
1620
1225
  "examples": [
1621
1226
  "none",
1622
1227
  "solid",
@@ -1626,7 +1231,7 @@ declare const _default: {
1626
1231
  "type": "string"
1627
1232
  },
1628
1233
  "border-top-width": {
1629
- "description": "Border top width",
1234
+ "description": "Border top width, it is visible when a border style and color are set",
1630
1235
  "examples": [
1631
1236
  "0px",
1632
1237
  "1px",
@@ -1668,12 +1273,15 @@ declare const _default: {
1668
1273
  "type": "object"
1669
1274
  },
1670
1275
  "colors": {
1671
- "description": "Custom color palette",
1276
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
1672
1277
  "examples": [
1673
1278
  [
1674
- "rgb(68, 52, 255)",
1675
- "rgb(68, 52, 255)",
1676
- "rgb(218, 214, 255)"
1279
+ "red",
1280
+ "green",
1281
+ "blue",
1282
+ "yellow",
1283
+ "orange",
1284
+ "purple"
1677
1285
  ]
1678
1286
  ],
1679
1287
  "items": {
@@ -1684,19 +1292,6 @@ declare const _default: {
1684
1292
  "font": {
1685
1293
  "description": "Custom font styling",
1686
1294
  "properties": {
1687
- "font-style": {
1688
- "const": "normal",
1689
- "description": "Use it to reset the font style to \"normal\"",
1690
- "type": "string"
1691
- },
1692
- "font-weight": {
1693
- "description": "Font weight",
1694
- "examples": [
1695
- 400,
1696
- 700
1697
- ],
1698
- "type": "number"
1699
- },
1700
1295
  "fontFamily": {
1701
1296
  "description": "Font family",
1702
1297
  "examples": [
@@ -1709,7 +1304,7 @@ declare const _default: {
1709
1304
  "type": "string"
1710
1305
  },
1711
1306
  "fontSize": {
1712
- "description": "Font size in px",
1307
+ "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.",
1713
1308
  "examples": [
1714
1309
  10,
1715
1310
  15,
@@ -1738,10 +1333,10 @@ declare const _default: {
1738
1333
  "type": "string"
1739
1334
  },
1740
1335
  "legend": {
1741
- "description": "Custom legend styling",
1336
+ "description": "Custom legend styling, it's applied if the legend is displayed",
1742
1337
  "properties": {
1743
1338
  "fontSize": {
1744
- "description": "Legend font size in px",
1339
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1745
1340
  "examples": [
1746
1341
  12,
1747
1342
  16
@@ -1775,7 +1370,7 @@ declare const _default: {
1775
1370
  "type": "object"
1776
1371
  },
1777
1372
  "title": {
1778
- "description": "Custom title styling",
1373
+ "description": "Custom title styling, it's applied if the title is displayed",
1779
1374
  "properties": {
1780
1375
  "align": {
1781
1376
  "description": "Title align",
@@ -1808,7 +1403,7 @@ declare const _default: {
1808
1403
  "type": "boolean"
1809
1404
  },
1810
1405
  "fontSize": {
1811
- "description": "Title's font size in px",
1406
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1812
1407
  "examples": [
1813
1408
  16,
1814
1409
  20
@@ -1844,7 +1439,7 @@ declare const _default: {
1844
1439
  "type": "object"
1845
1440
  },
1846
1441
  "tooltip": {
1847
- "description": "Custom tooltip styling",
1442
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
1848
1443
  "properties": {
1849
1444
  "background": {
1850
1445
  "description": "Tooltip's background",
@@ -1857,16 +1452,7 @@ declare const _default: {
1857
1452
  "type": "string"
1858
1453
  },
1859
1454
  "fontSize": {
1860
- "description": "Tooltip's font size in px",
1861
- "examples": [
1862
- 12,
1863
- 16,
1864
- 20
1865
- ],
1866
- "type": "number"
1867
- },
1868
- "lineHeight": {
1869
- "description": "Tooltip's line height in px",
1455
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1870
1456
  "examples": [
1871
1457
  12,
1872
1458
  16,
@@ -1875,7 +1461,7 @@ declare const _default: {
1875
1461
  "type": "number"
1876
1462
  },
1877
1463
  "opacity": {
1878
- "description": "Tooltip's opacity",
1464
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
1879
1465
  "examples": [
1880
1466
  0.5,
1881
1467
  0.8,
@@ -1905,7 +1491,7 @@ declare const _default: {
1905
1491
  "type": "string"
1906
1492
  },
1907
1493
  "title": {
1908
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1494
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1909
1495
  "examples": [
1910
1496
  {
1911
1497
  "en": "Title"