@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/box-plot-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/box-plot-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -274,114 +274,104 @@ declare const _default: {
274
274
  "interactivity": {
275
275
  "description": "Interactivity options",
276
276
  "properties": {
277
- "availableExportTypes": {
278
- "default": [
279
- "xlsx",
280
- "csv",
281
- "png"
282
- ],
283
- "description": "Available export types interactivity option",
284
- "items": {
285
- "description": "Export types",
286
- "enum": [
287
- "csv",
288
- "csv-raw",
289
- "png",
290
- "xlsx",
291
- "xlsx-raw"
292
- ],
293
- "type": "string"
294
- },
295
- "type": "array"
296
- },
297
277
  "brush": {
298
278
  "default": false,
299
279
  "description": "Filter on brush interactivity option",
300
280
  "type": "boolean"
301
281
  },
302
282
  "customEvents": {
303
- "default": null,
304
- "description": "Custom events interactivity option",
305
- "properties": {
306
- "events": {
307
- "items": {
308
- "description": "Custom event configuration",
309
- "properties": {
310
- "label": {
311
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
283
+ "anyOf": [
284
+ {
285
+ "properties": {
286
+ "events": {
287
+ "items": {
288
+ "description": "Custom event configuration",
289
+ "properties": {
290
+ "label": {
291
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
292
+ "type": "object"
293
+ },
294
+ "name": {
295
+ "description": "Custom event name",
296
+ "type": "string"
297
+ }
298
+ },
312
299
  "type": "object"
313
300
  },
314
- "name": {
315
- "description": "Custom event name",
316
- "type": "string"
317
- }
301
+ "type": "array"
318
302
  },
319
- "type": "object"
320
- },
321
- "type": "array"
322
- },
323
- "extraData": {
324
- "items": {
325
- "properties": {
326
- "aggregation": {
327
- "description": "Aggregation query type",
328
- "enum": [
329
- "average",
330
- "count",
331
- "cumulativesum",
332
- "distinctcount",
333
- "histogram",
334
- "max",
335
- "median",
336
- "min",
337
- "rate",
338
- "stddev",
339
- "sum",
340
- "weightedaverage"
341
- ],
342
- "type": "string"
343
- },
344
- "columnId": {
345
- "description": "Column id",
346
- "format": "uuid",
347
- "type": "string"
348
- },
349
- "datasetId": {
350
- "description": "Dataset id",
351
- "format": "uuid",
352
- "type": "string"
353
- },
354
- "formulaId": {
355
- "description": "Formula id",
356
- "format": "uuid",
357
- "type": "string"
358
- },
359
- "label": {
360
- "description": "Label",
361
- "type": "string"
362
- },
363
- "weightedColumnId": {
364
- "description": "Weighted column id",
365
- "format": "uuid",
366
- "type": "string"
303
+ "extraData": {
304
+ "items": {
305
+ "properties": {
306
+ "aggregation": {
307
+ "description": "Aggregation query type",
308
+ "enum": [
309
+ "average",
310
+ "count",
311
+ "cumulativesum",
312
+ "distinctcount",
313
+ "histogram",
314
+ "max",
315
+ "median",
316
+ "min",
317
+ "rate",
318
+ "stddev",
319
+ "sum",
320
+ "weightedaverage"
321
+ ],
322
+ "type": "string"
323
+ },
324
+ "columnId": {
325
+ "description": "Column id",
326
+ "format": "uuid",
327
+ "type": "string"
328
+ },
329
+ "datasetId": {
330
+ "description": "Dataset id",
331
+ "format": "uuid",
332
+ "type": "string"
333
+ },
334
+ "formulaId": {
335
+ "description": "Formula id",
336
+ "format": "uuid",
337
+ "type": "string"
338
+ },
339
+ "label": {
340
+ "description": "Label",
341
+ "type": "string"
342
+ },
343
+ "weightedColumnId": {
344
+ "description": "Weighted column id",
345
+ "format": "uuid",
346
+ "type": "string"
347
+ },
348
+ "weightedDatasetId": {
349
+ "description": "Weighted dataset id",
350
+ "format": "uuid",
351
+ "type": "string"
352
+ }
353
+ },
354
+ "type": "object"
367
355
  },
368
- "weightedDatasetId": {
369
- "description": "Weighted dataset id",
370
- "format": "uuid",
371
- "type": "string"
372
- }
373
- },
374
- "type": "object"
356
+ "type": "array"
357
+ }
375
358
  },
376
- "type": "array"
359
+ "type": "object"
360
+ },
361
+ {
362
+ "type": "null"
377
363
  }
378
- },
379
- "type": "object"
364
+ ],
365
+ "default": null,
366
+ "description": "Custom events interactivity option"
380
367
  },
381
368
  "customTooltip": {
382
369
  "default": null,
383
370
  "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
384
- "type": "object"
371
+ "type": [
372
+ "null",
373
+ "object"
374
+ ]
385
375
  },
386
376
  "exportTypes": {
387
377
  "default": [
@@ -389,7 +379,7 @@ declare const _default: {
389
379
  "csv",
390
380
  "png"
391
381
  ],
392
- "description": "Export types interactivity option",
382
+ "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.",
393
383
  "items": {
394
384
  "description": "Export types",
395
385
  "enum": [
@@ -411,364 +401,25 @@ declare const _default: {
411
401
  "items": {
412
402
  "description": "Measure dimension picker configuration",
413
403
  "properties": {
414
- "acceptFormula": {
415
- "type": "boolean"
416
- },
417
- "allAvailableColumns": {
418
- "items": {
419
- "properties": {
420
- "columns": {
421
- "items": {
422
- "properties": {
423
- "cardinality": {
424
- "type": "number"
425
- },
426
- "color": {
427
- "type": "string"
428
- },
429
- "columnHierarchies": {
430
- "anyOf": [
431
- {
432
- "items": {
433
- "type": "string"
434
- },
435
- "type": "array"
436
- },
437
- {
438
- "items": {
439
- "properties": {
440
- "color": {
441
- "type": "string"
442
- },
443
- "id": {
444
- "type": "string"
445
- },
446
- "level": {
447
- "type": "number"
448
- },
449
- "name": {
450
- "type": "object"
451
- }
452
- },
453
- "type": "object"
454
- },
455
- "type": "array"
456
- }
457
- ]
458
- },
459
- "currency": {
460
- "properties": {
461
- "id": {
462
- "type": "string"
463
- },
464
- "name": {
465
- "type": "string"
466
- },
467
- "symbol": {
468
- "type": "string"
469
- }
470
- },
471
- "type": "object"
472
- },
473
- "currency_id": {
474
- "type": "string"
475
- },
476
- "description": {
477
- "type": "object"
478
- },
479
- "duration_format": {
480
- "enum": [
481
- "long",
482
- "short",
483
- "time"
484
- ],
485
- "type": "string"
486
- },
487
- "duration_levels": {
488
- "items": {
489
- "type": "number"
490
- },
491
- "type": "array"
492
- },
493
- "expression": {
494
- "type": "string"
495
- },
496
- "format": {
497
- "type": "string"
498
- },
499
- "hierarchyLevels": {
500
- "items": {
501
- "properties": {
502
- "color": {
503
- "type": "string"
504
- },
505
- "id": {
506
- "type": "string"
507
- },
508
- "level": {
509
- "type": "number"
510
- },
511
- "name": {
512
- "type": "object"
513
- }
514
- },
515
- "type": "object"
516
- },
517
- "type": "array"
518
- },
519
- "hierarchy_enabled": {
520
- "type": "boolean"
521
- },
522
- "highestLevel": {
523
- "type": "number"
524
- },
525
- "id": {
526
- "type": "string"
527
- },
528
- "informat": {
529
- "type": "string"
530
- },
531
- "isFormula": {
532
- "type": "boolean"
533
- },
534
- "isLabel": {
535
- "type": "boolean"
536
- },
537
- "joins": {
538
- "items": {
539
- "properties": {
540
- "currency_id": {
541
- "type": [
542
- "null",
543
- "string"
544
- ]
545
- },
546
- "hierarchy_enabled": {
547
- "type": "boolean"
548
- },
549
- "id": {
550
- "type": "string"
551
- },
552
- "join": {
553
- "properties": {
554
- "column_id": {
555
- "type": "string"
556
- },
557
- "created_at": {
558
- "type": "string"
559
- },
560
- "joins_id": {
561
- "type": "string"
562
- },
563
- "subtype": {
564
- "type": "string"
565
- },
566
- "type": {
567
- "enum": [
568
- "exact",
569
- "lookup"
570
- ],
571
- "type": "string"
572
- },
573
- "update_at": {
574
- "type": "string"
575
- },
576
- "updated_at": {
577
- "type": "string"
578
- }
579
- },
580
- "type": "object"
581
- },
582
- "securable_id": {
583
- "type": "string"
584
- }
585
- },
586
- "type": "object"
587
- },
588
- "type": "array"
589
- },
590
- "level": {
591
- "type": "number"
592
- },
593
- "lowestLevel": {
594
- "type": "number"
595
- },
596
- "name": {
597
- "type": "object"
598
- },
599
- "order": {
600
- "type": "number"
601
- },
602
- "securable_id": {
603
- "type": "string"
604
- },
605
- "source_name": {
606
- "type": "string"
607
- },
608
- "subtype": {
609
- "enum": [
610
- "coordinates",
611
- "currency",
612
- "duration",
613
- "hierarchy_element_expression",
614
- "topography"
615
- ],
616
- "type": "string"
617
- },
618
- "type": {
619
- "enum": [
620
- "datetime",
621
- "hierarchy",
622
- "numeric",
623
- "spatial"
624
- ],
625
- "type": "string"
626
- },
627
- "version": {
628
- "type": "number"
629
- },
630
- "width": {
631
- "type": "number"
632
- }
633
- },
634
- "type": "object"
635
- },
636
- "type": "array"
637
- },
638
- "datasetId": {
639
- "format": "uuid",
640
- "type": "string"
641
- },
642
- "datasetName": {
643
- "type": "object"
644
- },
645
- "formulas": {
646
- "items": {
647
- "properties": {
648
- "color": {
649
- "type": "string"
650
- },
651
- "currency": {
652
- "properties": {
653
- "id": {
654
- "type": "string"
655
- },
656
- "name": {
657
- "type": "string"
658
- },
659
- "symbol": {
660
- "type": "string"
661
- }
662
- },
663
- "type": "object"
664
- },
665
- "currency_id": {
666
- "type": "string"
667
- },
668
- "duration_format": {
669
- "enum": [
670
- "long",
671
- "short",
672
- "time"
673
- ],
674
- "type": "string"
675
- },
676
- "duration_levels": {
677
- "items": {
678
- "type": "number"
679
- },
680
- "type": "array"
681
- },
682
- "expression": {
683
- "type": "string"
684
- },
685
- "format": {
686
- "type": "string"
687
- },
688
- "id": {
689
- "type": "string"
690
- },
691
- "informat": {
692
- "enum": [
693
- "DD-MM-YYYY HH:mm:ss.SSS",
694
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
695
- "MM-DD-YYYY HH:mm:ss.SSS",
696
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
697
- "X",
698
- "YYYY-MM-DD HH:mm:ss.SSS",
699
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
700
- "hierarchy",
701
- "numeric",
702
- "x"
703
- ],
704
- "type": "string"
705
- },
706
- "isFormula": {
707
- "type": "boolean"
708
- },
709
- "level": {
710
- "type": "number"
711
- },
712
- "lowestLevel": {
713
- "type": "number"
714
- },
715
- "name": {
716
- "type": "object"
717
- },
718
- "securableFormula": {
719
- "properties": {
720
- "formula_id": {
721
- "type": "string"
722
- },
723
- "securable_id": {
724
- "type": "string"
725
- }
726
- },
727
- "type": "object"
728
- },
729
- "securable_id": {
730
- "type": "string"
731
- },
732
- "subtype": {
733
- "enum": [
734
- "currency",
735
- "date",
736
- "datetime",
737
- "duration"
738
- ],
739
- "type": "string"
740
- },
741
- "type": {
742
- "enum": [
743
- "datetime",
744
- "hierarchy",
745
- "numeric"
746
- ],
747
- "type": "string"
748
- }
749
- },
750
- "type": "object"
751
- },
752
- "type": "array"
753
- }
754
- },
755
- "type": "object"
756
- },
757
- "type": "array"
758
- },
759
- "allowMultiple": {
760
- "type": "boolean"
761
- },
762
- "description": {
763
- "type": "string"
764
- },
765
404
  "order": {
405
+ "description": "Order",
406
+ "examples": [
407
+ 0,
408
+ 9999
409
+ ],
766
410
  "type": "number"
767
411
  },
768
412
  "slot": {
413
+ "description": "Slot name",
414
+ "examples": [
415
+ "measure",
416
+ "dimension",
417
+ "legend"
418
+ ],
769
419
  "type": "string"
770
420
  },
771
421
  "values": {
422
+ "description": "An array of columns for the current picker",
772
423
  "items": {
773
424
  "properties": {
774
425
  "aggregationFunc": {
@@ -804,6 +455,7 @@ declare const _default: {
804
455
  "currency",
805
456
  "duration",
806
457
  "hierarchy_element_expression",
458
+ "ip_address",
807
459
  "topography"
808
460
  ],
809
461
  "type": "string"
@@ -837,36 +489,6 @@ declare const _default: {
837
489
  "string"
838
490
  ]
839
491
  },
840
- "columnHierarchies": {
841
- "anyOf": [
842
- {
843
- "items": {
844
- "type": "string"
845
- },
846
- "type": "array"
847
- },
848
- {
849
- "items": {
850
- "properties": {
851
- "color": {
852
- "type": "string"
853
- },
854
- "id": {
855
- "type": "string"
856
- },
857
- "level": {
858
- "type": "number"
859
- },
860
- "name": {
861
- "type": "object"
862
- }
863
- },
864
- "type": "object"
865
- },
866
- "type": "array"
867
- }
868
- ]
869
- },
870
492
  "columnId": {
871
493
  "description": "Column id",
872
494
  "format": "uuid",
@@ -941,13 +563,6 @@ declare const _default: {
941
563
  },
942
564
  "type": "object"
943
565
  },
944
- "hidden": {
945
- "type": "boolean"
946
- },
947
- "include_nonoccurring": {
948
- "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.",
949
- "type": "boolean"
950
- },
951
566
  "label": {
952
567
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
953
568
  "type": "object"
@@ -995,6 +610,7 @@ declare const _default: {
995
610
  "enum": [
996
611
  "none",
997
612
  "past",
613
+ "absoluteChange",
998
614
  "percentageChange"
999
615
  ],
1000
616
  "type": "string"
@@ -1002,10 +618,8 @@ declare const _default: {
1002
618
  },
1003
619
  "type": "object"
1004
620
  },
1005
- "readonly": {
1006
- "type": "boolean"
1007
- },
1008
621
  "selected": {
622
+ "description": "Selected item",
1009
623
  "type": "boolean"
1010
624
  },
1011
625
  "subtype": {
@@ -1018,6 +632,7 @@ declare const _default: {
1018
632
  "datetime",
1019
633
  "duration",
1020
634
  "hierarchy_element_expression",
635
+ "ip_address",
1021
636
  "topography"
1022
637
  ],
1023
638
  "type": "string"
@@ -1092,7 +707,7 @@ declare const _default: {
1092
707
  "type": "object"
1093
708
  },
1094
709
  "limit": {
1095
- "description": "Show number of observations",
710
+ "description": "The maximum number of data rows to query and display",
1096
711
  "properties": {
1097
712
  "number": {
1098
713
  "default": 100000,
@@ -1326,7 +941,7 @@ declare const _default: {
1326
941
  "description": "Custom border styling",
1327
942
  "properties": {
1328
943
  "border-bottom-width": {
1329
- "description": "Border bottom width",
944
+ "description": "Border bottom width, it is visible when a border style and color are set",
1330
945
  "examples": [
1331
946
  "0px",
1332
947
  "1px",
@@ -1335,7 +950,7 @@ declare const _default: {
1335
950
  "type": "string"
1336
951
  },
1337
952
  "border-color": {
1338
- "description": "Border color",
953
+ "description": "Border color, it is visible when a border style and width are set",
1339
954
  "examples": [
1340
955
  "rgba(216, 216, 216, 1)",
1341
956
  "rgb(147, 146, 148)"
@@ -1343,7 +958,7 @@ declare const _default: {
1343
958
  "type": "string"
1344
959
  },
1345
960
  "border-left-width": {
1346
- "description": "Border left width",
961
+ "description": "Border left width, it is visible when a border style and color are set",
1347
962
  "examples": [
1348
963
  "0px",
1349
964
  "1px",
@@ -1361,7 +976,7 @@ declare const _default: {
1361
976
  "type": "string"
1362
977
  },
1363
978
  "border-right-width": {
1364
- "description": "Border right width",
979
+ "description": "Border right width, it is visible when a border style and color are set",
1365
980
  "examples": [
1366
981
  "0px",
1367
982
  "1px",
@@ -1370,7 +985,7 @@ declare const _default: {
1370
985
  "type": "string"
1371
986
  },
1372
987
  "border-style": {
1373
- "description": "Border style",
988
+ "description": "Border style, it is visible when a border color and width are set",
1374
989
  "examples": [
1375
990
  "none",
1376
991
  "solid",
@@ -1380,7 +995,7 @@ declare const _default: {
1380
995
  "type": "string"
1381
996
  },
1382
997
  "border-top-width": {
1383
- "description": "Border top width",
998
+ "description": "Border top width, it is visible when a border style and color are set",
1384
999
  "examples": [
1385
1000
  "0px",
1386
1001
  "1px",
@@ -1422,12 +1037,15 @@ declare const _default: {
1422
1037
  "type": "object"
1423
1038
  },
1424
1039
  "colors": {
1425
- "description": "Custom color palette",
1040
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
1426
1041
  "examples": [
1427
1042
  [
1428
- "rgb(68, 52, 255)",
1429
- "rgb(68, 52, 255)",
1430
- "rgb(218, 214, 255)"
1043
+ "red",
1044
+ "green",
1045
+ "blue",
1046
+ "yellow",
1047
+ "orange",
1048
+ "purple"
1431
1049
  ]
1432
1050
  ],
1433
1051
  "items": {
@@ -1438,19 +1056,6 @@ declare const _default: {
1438
1056
  "font": {
1439
1057
  "description": "Custom font styling",
1440
1058
  "properties": {
1441
- "font-style": {
1442
- "const": "normal",
1443
- "description": "Use it to reset the font style to \"normal\"",
1444
- "type": "string"
1445
- },
1446
- "font-weight": {
1447
- "description": "Font weight",
1448
- "examples": [
1449
- 400,
1450
- 700
1451
- ],
1452
- "type": "number"
1453
- },
1454
1059
  "fontFamily": {
1455
1060
  "description": "Font family",
1456
1061
  "examples": [
@@ -1463,7 +1068,7 @@ declare const _default: {
1463
1068
  "type": "string"
1464
1069
  },
1465
1070
  "fontSize": {
1466
- "description": "Font size in px",
1071
+ "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.",
1467
1072
  "examples": [
1468
1073
  10,
1469
1074
  15,
@@ -1492,7 +1097,7 @@ declare const _default: {
1492
1097
  "type": "string"
1493
1098
  },
1494
1099
  "title": {
1495
- "description": "Custom title styling",
1100
+ "description": "Custom title styling, it's applied if the title is displayed",
1496
1101
  "properties": {
1497
1102
  "align": {
1498
1103
  "description": "Title align",
@@ -1525,7 +1130,7 @@ declare const _default: {
1525
1130
  "type": "boolean"
1526
1131
  },
1527
1132
  "fontSize": {
1528
- "description": "Title's font size in px",
1133
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1529
1134
  "examples": [
1530
1135
  16,
1531
1136
  20
@@ -1561,7 +1166,7 @@ declare const _default: {
1561
1166
  "type": "object"
1562
1167
  },
1563
1168
  "tooltip": {
1564
- "description": "Custom tooltip styling",
1169
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
1565
1170
  "properties": {
1566
1171
  "background": {
1567
1172
  "description": "Tooltip's background",
@@ -1574,16 +1179,7 @@ declare const _default: {
1574
1179
  "type": "string"
1575
1180
  },
1576
1181
  "fontSize": {
1577
- "description": "Tooltip's font size in px",
1578
- "examples": [
1579
- 12,
1580
- 16,
1581
- 20
1582
- ],
1583
- "type": "number"
1584
- },
1585
- "lineHeight": {
1586
- "description": "Tooltip's line height in px",
1182
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1587
1183
  "examples": [
1588
1184
  12,
1589
1185
  16,
@@ -1592,7 +1188,7 @@ declare const _default: {
1592
1188
  "type": "number"
1593
1189
  },
1594
1190
  "opacity": {
1595
- "description": "Tooltip's opacity",
1191
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
1596
1192
  "examples": [
1597
1193
  0.5,
1598
1194
  0.8,
@@ -1622,7 +1218,7 @@ declare const _default: {
1622
1218
  "type": "string"
1623
1219
  },
1624
1220
  "title": {
1625
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1221
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1626
1222
  "examples": [
1627
1223
  {
1628
1224
  "en": "Title"