@luzmo/dashboard-contents-types 1.0.6 → 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 (254) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/assets/json-schemas/area-chart-options.schema.json.d.ts +106 -490
  3. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +23 -19
  4. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  5. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +102 -2552
  6. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +23 -19
  7. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  8. package/assets/json-schemas/box-plot-options.schema.json.d.ts +101 -486
  9. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +17 -13
  10. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  11. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +103 -2553
  12. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +23 -19
  13. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  14. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +101 -486
  15. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +23 -19
  16. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  17. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +101 -486
  18. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +21 -16
  19. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  20. package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +857 -0
  21. package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +485 -0
  22. package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +23 -0
  23. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +96 -484
  24. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +19 -15
  25. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  26. package/assets/json-schemas/column-chart-options.schema.json.d.ts +102 -2552
  27. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +23 -19
  28. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  29. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +19 -414
  30. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +19 -15
  31. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  32. package/assets/json-schemas/date-filter-options.schema.json.d.ts +17 -392
  33. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +7 -6
  34. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  35. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +138 -2581
  36. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +19 -15
  37. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  38. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +19 -394
  39. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +15 -11
  40. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  41. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +100 -487
  42. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +17 -13
  43. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  44. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +102 -2552
  45. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +18 -14
  46. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  47. package/assets/json-schemas/heat-map-options.schema.json.d.ts +19 -414
  48. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +18 -13
  49. package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
  50. package/assets/json-schemas/heat-table-options.schema.json.d.ts +19 -414
  51. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +23 -19
  52. package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
  53. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +19 -414
  54. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +18 -13
  55. package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
  56. package/assets/json-schemas/image-options.schema.json.d.ts +1 -1
  57. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  58. package/assets/json-schemas/line-chart-options.schema.json.d.ts +108 -494
  59. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +23 -19
  60. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  61. package/assets/json-schemas/marker-map-options.schema.json.d.ts +19 -414
  62. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +18 -13
  63. package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
  64. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +19 -414
  65. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +31 -27
  66. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +3 -3
  67. package/assets/json-schemas/options.schema.json.d.ts +53 -38
  68. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +729 -0
  69. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +482 -0
  70. package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +23 -0
  71. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +101 -488
  72. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +23 -19
  73. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  74. package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +1191 -0
  75. package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +517 -0
  76. package/assets/json-schemas/pyramid-chart.schema.json.d.ts +23 -0
  77. package/assets/json-schemas/radar-chart-options.schema.json.d.ts +866 -0
  78. package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +518 -0
  79. package/assets/json-schemas/radar-chart.schema.json.d.ts +23 -0
  80. package/assets/json-schemas/regular-table-options.schema.json.d.ts +97 -485
  81. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +15 -11
  82. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  83. package/assets/json-schemas/route-map-options.schema.json.d.ts +19 -414
  84. package/assets/json-schemas/route-map-slots.schema.json.d.ts +25 -20
  85. package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
  86. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +97 -485
  87. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +27 -23
  88. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  89. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +101 -486
  90. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +31 -27
  91. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  92. package/assets/json-schemas/search-filter-options.schema.json.d.ts +17 -392
  93. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +15 -11
  94. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  95. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +18 -393
  96. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +19 -15
  97. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  98. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +18 -393
  99. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +12 -9
  100. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  101. package/assets/json-schemas/slots.schema.json.d.ts +50 -35
  102. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +18 -413
  103. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +24 -19
  104. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
  105. package/assets/json-schemas/spike-map-options.schema.json.d.ts +19 -414
  106. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +22 -17
  107. package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
  108. package/assets/json-schemas/strip-plot-options.schema.json.d.ts +723 -0
  109. package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +485 -0
  110. package/assets/json-schemas/strip-plot.schema.json.d.ts +23 -0
  111. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +19 -414
  112. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +21 -17
  113. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
  114. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +19 -414
  115. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +21 -16
  116. package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
  117. package/assets/json-schemas/text-options.schema.json.d.ts +1 -1
  118. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  119. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +102 -2562
  120. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +29 -24
  121. package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
  122. package/assets/json-schemas/video-options.schema.json.d.ts +1 -1
  123. package/assets/json-schemas/video.schema.json.d.ts +2 -2
  124. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  125. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +102 -2562
  126. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +21 -17
  127. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
  128. package/index.js +406 -354
  129. package/index.mjs +20839 -41314
  130. package/json-schemas.d.ts +14990 -36745
  131. package/json-schemas.d.ts.map +1 -1
  132. package/package.json +1 -1
  133. package/src/lib/area-chart/area-chart-options.d.ts +33 -11
  134. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  135. package/src/lib/bar-chart/bar-chart-options.d.ts +13 -11
  136. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  137. package/src/lib/box-plot/box-plot-options.d.ts +9 -8
  138. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  139. package/src/lib/bubble-chart/bubble-chart-options.d.ts +13 -11
  140. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  141. package/src/lib/bullet-chart/bullet-chart-options.d.ts +9 -8
  142. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  143. package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -10
  144. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  145. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +84 -0
  146. package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -0
  147. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +29 -0
  148. package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -0
  149. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +24 -0
  150. package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -0
  151. package/src/lib/circle-pack-chart/index.d.ts +3 -0
  152. package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
  153. package/src/lib/circular-gauge/circular-gauge-options.d.ts +8 -7
  154. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  155. package/src/lib/column-chart/column-chart-options.d.ts +13 -11
  156. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  157. package/src/lib/combination-chart/combination-chart-options.d.ts +4 -3
  158. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  159. package/src/lib/conditional-number/conditional-number-options.d.ts +6 -5
  160. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  161. package/src/lib/date-filter/date-filter-options.d.ts +1 -1
  162. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  163. package/src/lib/donut-chart/donut-chart-options.d.ts +16 -12
  164. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  165. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
  166. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  167. package/src/lib/evolution-number/evolution-number-options.d.ts +20 -4
  168. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  169. package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -11
  170. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  171. package/src/lib/heat-map/heat-map-options.d.ts +3 -2
  172. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
  173. package/src/lib/heat-table/heat-table-options.d.ts +2 -1
  174. package/src/lib/heat-table/heat-table-options.d.ts.map +1 -1
  175. package/src/lib/hexbin-map/hexbin-map-options.d.ts +5 -4
  176. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
  177. package/src/lib/line-chart/line-chart-options.d.ts +30 -12
  178. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  179. package/src/lib/marker-map/marker-map-options.d.ts +5 -4
  180. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
  181. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +2 -1
  182. package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -1
  183. package/src/lib/parallel-coordinates-plot/index.d.ts +3 -0
  184. package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
  185. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +60 -0
  186. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -0
  187. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts +29 -0
  188. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -0
  189. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts +24 -0
  190. package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -0
  191. package/src/lib/pivot-table/pivot-table-options.d.ts +9 -8
  192. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  193. package/src/lib/pyramid-chart/index.d.ts +3 -0
  194. package/src/lib/pyramid-chart/index.d.ts.map +1 -1
  195. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +177 -0
  196. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -0
  197. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts +40 -0
  198. package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -0
  199. package/src/lib/pyramid-chart/pyramid-chart.d.ts +24 -0
  200. package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -0
  201. package/src/lib/radar-chart/index.d.ts +3 -0
  202. package/src/lib/radar-chart/index.d.ts.map +1 -1
  203. package/src/lib/radar-chart/radar-chart-options.d.ts +79 -0
  204. package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -0
  205. package/src/lib/radar-chart/radar-chart-slots.d.ts +41 -0
  206. package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -0
  207. package/src/lib/radar-chart/radar-chart.d.ts +24 -0
  208. package/src/lib/radar-chart/radar-chart.d.ts.map +1 -0
  209. package/src/lib/regular-table/regular-table-options.d.ts +6 -5
  210. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  211. package/src/lib/route-map/route-map-options.d.ts +3 -2
  212. package/src/lib/route-map/route-map-options.d.ts.map +1 -1
  213. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +8 -7
  214. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  215. package/src/lib/scatter-plot/scatter-plot-options.d.ts +11 -10
  216. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  217. package/src/lib/search-filter/search-filter-options.d.ts +2 -2
  218. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  219. package/src/lib/shared/common.d.ts +1 -1
  220. package/src/lib/shared/interactivity-export.d.ts +2 -1
  221. package/src/lib/shared/interactivity-export.d.ts.map +1 -1
  222. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +36 -7
  223. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
  224. package/src/lib/shared/period-over-period.d.ts +2 -0
  225. package/src/lib/shared/period-over-period.d.ts.map +1 -1
  226. package/src/lib/shared/slots.d.ts +1 -1
  227. package/src/lib/shared/slots.d.ts.map +1 -1
  228. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -1
  229. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  230. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +2 -1
  231. package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
  232. package/src/lib/spike-map/spike-map-options.d.ts +3 -2
  233. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
  234. package/src/lib/strip-plot/index.d.ts +3 -0
  235. package/src/lib/strip-plot/index.d.ts.map +1 -1
  236. package/src/lib/strip-plot/strip-plot-options.d.ts +51 -0
  237. package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -0
  238. package/src/lib/strip-plot/strip-plot-slots.d.ts +29 -0
  239. package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -0
  240. package/src/lib/strip-plot/strip-plot.d.ts +24 -0
  241. package/src/lib/strip-plot/strip-plot.d.ts.map +1 -0
  242. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +2 -1
  243. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
  244. package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +2 -2
  245. package/src/lib/symbol-map/symbol-map-options.d.ts +4 -3
  246. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
  247. package/src/lib/text/text-options.d.ts +1 -1
  248. package/src/lib/text/text-options.d.ts.map +1 -1
  249. package/src/lib/treemap-chart/treemap-chart-options.d.ts +4 -2
  250. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
  251. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +3 -1
  252. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
  253. package/src/options.d.ts +6 -1
  254. package/src/options.d.ts.map +1 -1
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/line-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/line-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -114,11 +114,11 @@ declare const _default: {
114
114
  "type": "object"
115
115
  },
116
116
  "y2": {
117
- "description": "Y-axis options",
117
+ "description": "Y-axis options\nRequires two measures to be specified for y2 to work.",
118
118
  "properties": {
119
119
  "active": {
120
120
  "default": false,
121
- "description": "Is Y2-axis is active",
121
+ "description": "Is Y2-axis is active\nRequires two measured to be specified for this to work.",
122
122
  "type": "boolean"
123
123
  },
124
124
  "color": {
@@ -146,9 +146,7 @@ declare const _default: {
146
146
  },
147
147
  "measureIndexes": {
148
148
  "default": [
149
- [
150
- 1
151
- ]
149
+ 1
152
150
  ],
153
151
  "description": "Indexes of the measures that are displayed on the Y2-axis",
154
152
  "items": {
@@ -470,114 +468,104 @@ declare const _default: {
470
468
  "interactivity": {
471
469
  "description": "Interactivity options",
472
470
  "properties": {
473
- "availableExportTypes": {
474
- "default": [
475
- "xlsx",
476
- "csv",
477
- "png"
478
- ],
479
- "description": "Available export types interactivity option",
480
- "items": {
481
- "description": "Export types",
482
- "enum": [
483
- "csv",
484
- "csv-raw",
485
- "png",
486
- "xlsx",
487
- "xlsx-raw"
488
- ],
489
- "type": "string"
490
- },
491
- "type": "array"
492
- },
493
471
  "brush": {
494
472
  "default": true,
495
473
  "description": "Filter on brush interactivity option",
496
474
  "type": "boolean"
497
475
  },
498
476
  "customEvents": {
499
- "default": null,
500
- "description": "Custom events interactivity option",
501
- "properties": {
502
- "events": {
503
- "items": {
504
- "description": "Custom event configuration",
505
- "properties": {
506
- "label": {
507
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
477
+ "anyOf": [
478
+ {
479
+ "properties": {
480
+ "events": {
481
+ "items": {
482
+ "description": "Custom event configuration",
483
+ "properties": {
484
+ "label": {
485
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
486
+ "type": "object"
487
+ },
488
+ "name": {
489
+ "description": "Custom event name",
490
+ "type": "string"
491
+ }
492
+ },
508
493
  "type": "object"
509
494
  },
510
- "name": {
511
- "description": "Custom event name",
512
- "type": "string"
513
- }
495
+ "type": "array"
514
496
  },
515
- "type": "object"
516
- },
517
- "type": "array"
518
- },
519
- "extraData": {
520
- "items": {
521
- "properties": {
522
- "aggregation": {
523
- "description": "Aggregation query type",
524
- "enum": [
525
- "average",
526
- "count",
527
- "cumulativesum",
528
- "distinctcount",
529
- "histogram",
530
- "max",
531
- "median",
532
- "min",
533
- "rate",
534
- "stddev",
535
- "sum",
536
- "weightedaverage"
537
- ],
538
- "type": "string"
539
- },
540
- "columnId": {
541
- "description": "Column id",
542
- "format": "uuid",
543
- "type": "string"
544
- },
545
- "datasetId": {
546
- "description": "Dataset id",
547
- "format": "uuid",
548
- "type": "string"
549
- },
550
- "formulaId": {
551
- "description": "Formula id",
552
- "format": "uuid",
553
- "type": "string"
554
- },
555
- "label": {
556
- "description": "Label",
557
- "type": "string"
558
- },
559
- "weightedColumnId": {
560
- "description": "Weighted column id",
561
- "format": "uuid",
562
- "type": "string"
497
+ "extraData": {
498
+ "items": {
499
+ "properties": {
500
+ "aggregation": {
501
+ "description": "Aggregation query type",
502
+ "enum": [
503
+ "average",
504
+ "count",
505
+ "cumulativesum",
506
+ "distinctcount",
507
+ "histogram",
508
+ "max",
509
+ "median",
510
+ "min",
511
+ "rate",
512
+ "stddev",
513
+ "sum",
514
+ "weightedaverage"
515
+ ],
516
+ "type": "string"
517
+ },
518
+ "columnId": {
519
+ "description": "Column id",
520
+ "format": "uuid",
521
+ "type": "string"
522
+ },
523
+ "datasetId": {
524
+ "description": "Dataset id",
525
+ "format": "uuid",
526
+ "type": "string"
527
+ },
528
+ "formulaId": {
529
+ "description": "Formula id",
530
+ "format": "uuid",
531
+ "type": "string"
532
+ },
533
+ "label": {
534
+ "description": "Label",
535
+ "type": "string"
536
+ },
537
+ "weightedColumnId": {
538
+ "description": "Weighted column id",
539
+ "format": "uuid",
540
+ "type": "string"
541
+ },
542
+ "weightedDatasetId": {
543
+ "description": "Weighted dataset id",
544
+ "format": "uuid",
545
+ "type": "string"
546
+ }
547
+ },
548
+ "type": "object"
563
549
  },
564
- "weightedDatasetId": {
565
- "description": "Weighted dataset id",
566
- "format": "uuid",
567
- "type": "string"
568
- }
569
- },
570
- "type": "object"
550
+ "type": "array"
551
+ }
571
552
  },
572
- "type": "array"
553
+ "type": "object"
554
+ },
555
+ {
556
+ "type": "null"
573
557
  }
574
- },
575
- "type": "object"
558
+ ],
559
+ "default": null,
560
+ "description": "Custom events interactivity option"
576
561
  },
577
562
  "customTooltip": {
578
563
  "default": null,
579
564
  "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
580
- "type": "object"
565
+ "type": [
566
+ "null",
567
+ "object"
568
+ ]
581
569
  },
582
570
  "exportTypes": {
583
571
  "default": [
@@ -585,7 +573,7 @@ declare const _default: {
585
573
  "csv",
586
574
  "png"
587
575
  ],
588
- "description": "Export types interactivity option",
576
+ "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.",
589
577
  "items": {
590
578
  "description": "Export types",
591
579
  "enum": [
@@ -607,364 +595,25 @@ declare const _default: {
607
595
  "items": {
608
596
  "description": "Measure dimension picker configuration",
609
597
  "properties": {
610
- "acceptFormula": {
611
- "type": "boolean"
612
- },
613
- "allAvailableColumns": {
614
- "items": {
615
- "properties": {
616
- "columns": {
617
- "items": {
618
- "properties": {
619
- "cardinality": {
620
- "type": "number"
621
- },
622
- "color": {
623
- "type": "string"
624
- },
625
- "columnHierarchies": {
626
- "anyOf": [
627
- {
628
- "items": {
629
- "type": "string"
630
- },
631
- "type": "array"
632
- },
633
- {
634
- "items": {
635
- "properties": {
636
- "color": {
637
- "type": "string"
638
- },
639
- "id": {
640
- "type": "string"
641
- },
642
- "level": {
643
- "type": "number"
644
- },
645
- "name": {
646
- "type": "object"
647
- }
648
- },
649
- "type": "object"
650
- },
651
- "type": "array"
652
- }
653
- ]
654
- },
655
- "currency": {
656
- "properties": {
657
- "id": {
658
- "type": "string"
659
- },
660
- "name": {
661
- "type": "string"
662
- },
663
- "symbol": {
664
- "type": "string"
665
- }
666
- },
667
- "type": "object"
668
- },
669
- "currency_id": {
670
- "type": "string"
671
- },
672
- "description": {
673
- "type": "object"
674
- },
675
- "duration_format": {
676
- "enum": [
677
- "long",
678
- "short",
679
- "time"
680
- ],
681
- "type": "string"
682
- },
683
- "duration_levels": {
684
- "items": {
685
- "type": "number"
686
- },
687
- "type": "array"
688
- },
689
- "expression": {
690
- "type": "string"
691
- },
692
- "format": {
693
- "type": "string"
694
- },
695
- "hierarchyLevels": {
696
- "items": {
697
- "properties": {
698
- "color": {
699
- "type": "string"
700
- },
701
- "id": {
702
- "type": "string"
703
- },
704
- "level": {
705
- "type": "number"
706
- },
707
- "name": {
708
- "type": "object"
709
- }
710
- },
711
- "type": "object"
712
- },
713
- "type": "array"
714
- },
715
- "hierarchy_enabled": {
716
- "type": "boolean"
717
- },
718
- "highestLevel": {
719
- "type": "number"
720
- },
721
- "id": {
722
- "type": "string"
723
- },
724
- "informat": {
725
- "type": "string"
726
- },
727
- "isFormula": {
728
- "type": "boolean"
729
- },
730
- "isLabel": {
731
- "type": "boolean"
732
- },
733
- "joins": {
734
- "items": {
735
- "properties": {
736
- "currency_id": {
737
- "type": [
738
- "null",
739
- "string"
740
- ]
741
- },
742
- "hierarchy_enabled": {
743
- "type": "boolean"
744
- },
745
- "id": {
746
- "type": "string"
747
- },
748
- "join": {
749
- "properties": {
750
- "column_id": {
751
- "type": "string"
752
- },
753
- "created_at": {
754
- "type": "string"
755
- },
756
- "joins_id": {
757
- "type": "string"
758
- },
759
- "subtype": {
760
- "type": "string"
761
- },
762
- "type": {
763
- "enum": [
764
- "exact",
765
- "lookup"
766
- ],
767
- "type": "string"
768
- },
769
- "update_at": {
770
- "type": "string"
771
- },
772
- "updated_at": {
773
- "type": "string"
774
- }
775
- },
776
- "type": "object"
777
- },
778
- "securable_id": {
779
- "type": "string"
780
- }
781
- },
782
- "type": "object"
783
- },
784
- "type": "array"
785
- },
786
- "level": {
787
- "type": "number"
788
- },
789
- "lowestLevel": {
790
- "type": "number"
791
- },
792
- "name": {
793
- "type": "object"
794
- },
795
- "order": {
796
- "type": "number"
797
- },
798
- "securable_id": {
799
- "type": "string"
800
- },
801
- "source_name": {
802
- "type": "string"
803
- },
804
- "subtype": {
805
- "enum": [
806
- "coordinates",
807
- "currency",
808
- "duration",
809
- "hierarchy_element_expression",
810
- "topography"
811
- ],
812
- "type": "string"
813
- },
814
- "type": {
815
- "enum": [
816
- "datetime",
817
- "hierarchy",
818
- "numeric",
819
- "spatial"
820
- ],
821
- "type": "string"
822
- },
823
- "version": {
824
- "type": "number"
825
- },
826
- "width": {
827
- "type": "number"
828
- }
829
- },
830
- "type": "object"
831
- },
832
- "type": "array"
833
- },
834
- "datasetId": {
835
- "format": "uuid",
836
- "type": "string"
837
- },
838
- "datasetName": {
839
- "type": "object"
840
- },
841
- "formulas": {
842
- "items": {
843
- "properties": {
844
- "color": {
845
- "type": "string"
846
- },
847
- "currency": {
848
- "properties": {
849
- "id": {
850
- "type": "string"
851
- },
852
- "name": {
853
- "type": "string"
854
- },
855
- "symbol": {
856
- "type": "string"
857
- }
858
- },
859
- "type": "object"
860
- },
861
- "currency_id": {
862
- "type": "string"
863
- },
864
- "duration_format": {
865
- "enum": [
866
- "long",
867
- "short",
868
- "time"
869
- ],
870
- "type": "string"
871
- },
872
- "duration_levels": {
873
- "items": {
874
- "type": "number"
875
- },
876
- "type": "array"
877
- },
878
- "expression": {
879
- "type": "string"
880
- },
881
- "format": {
882
- "type": "string"
883
- },
884
- "id": {
885
- "type": "string"
886
- },
887
- "informat": {
888
- "enum": [
889
- "DD-MM-YYYY HH:mm:ss.SSS",
890
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
891
- "MM-DD-YYYY HH:mm:ss.SSS",
892
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
893
- "X",
894
- "YYYY-MM-DD HH:mm:ss.SSS",
895
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
896
- "hierarchy",
897
- "numeric",
898
- "x"
899
- ],
900
- "type": "string"
901
- },
902
- "isFormula": {
903
- "type": "boolean"
904
- },
905
- "level": {
906
- "type": "number"
907
- },
908
- "lowestLevel": {
909
- "type": "number"
910
- },
911
- "name": {
912
- "type": "object"
913
- },
914
- "securableFormula": {
915
- "properties": {
916
- "formula_id": {
917
- "type": "string"
918
- },
919
- "securable_id": {
920
- "type": "string"
921
- }
922
- },
923
- "type": "object"
924
- },
925
- "securable_id": {
926
- "type": "string"
927
- },
928
- "subtype": {
929
- "enum": [
930
- "currency",
931
- "date",
932
- "datetime",
933
- "duration"
934
- ],
935
- "type": "string"
936
- },
937
- "type": {
938
- "enum": [
939
- "datetime",
940
- "hierarchy",
941
- "numeric"
942
- ],
943
- "type": "string"
944
- }
945
- },
946
- "type": "object"
947
- },
948
- "type": "array"
949
- }
950
- },
951
- "type": "object"
952
- },
953
- "type": "array"
954
- },
955
- "allowMultiple": {
956
- "type": "boolean"
957
- },
958
- "description": {
959
- "type": "string"
960
- },
961
598
  "order": {
599
+ "description": "Order",
600
+ "examples": [
601
+ 0,
602
+ 9999
603
+ ],
962
604
  "type": "number"
963
605
  },
964
606
  "slot": {
607
+ "description": "Slot name",
608
+ "examples": [
609
+ "measure",
610
+ "dimension",
611
+ "legend"
612
+ ],
965
613
  "type": "string"
966
614
  },
967
615
  "values": {
616
+ "description": "An array of columns for the current picker",
968
617
  "items": {
969
618
  "properties": {
970
619
  "aggregationFunc": {
@@ -1000,6 +649,7 @@ declare const _default: {
1000
649
  "currency",
1001
650
  "duration",
1002
651
  "hierarchy_element_expression",
652
+ "ip_address",
1003
653
  "topography"
1004
654
  ],
1005
655
  "type": "string"
@@ -1033,36 +683,6 @@ declare const _default: {
1033
683
  "string"
1034
684
  ]
1035
685
  },
1036
- "columnHierarchies": {
1037
- "anyOf": [
1038
- {
1039
- "items": {
1040
- "type": "string"
1041
- },
1042
- "type": "array"
1043
- },
1044
- {
1045
- "items": {
1046
- "properties": {
1047
- "color": {
1048
- "type": "string"
1049
- },
1050
- "id": {
1051
- "type": "string"
1052
- },
1053
- "level": {
1054
- "type": "number"
1055
- },
1056
- "name": {
1057
- "type": "object"
1058
- }
1059
- },
1060
- "type": "object"
1061
- },
1062
- "type": "array"
1063
- }
1064
- ]
1065
- },
1066
686
  "columnId": {
1067
687
  "description": "Column id",
1068
688
  "format": "uuid",
@@ -1137,13 +757,6 @@ declare const _default: {
1137
757
  },
1138
758
  "type": "object"
1139
759
  },
1140
- "hidden": {
1141
- "type": "boolean"
1142
- },
1143
- "include_nonoccurring": {
1144
- "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.",
1145
- "type": "boolean"
1146
- },
1147
760
  "label": {
1148
761
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1149
762
  "type": "object"
@@ -1191,6 +804,7 @@ declare const _default: {
1191
804
  "enum": [
1192
805
  "none",
1193
806
  "past",
807
+ "absoluteChange",
1194
808
  "percentageChange"
1195
809
  ],
1196
810
  "type": "string"
@@ -1198,10 +812,8 @@ declare const _default: {
1198
812
  },
1199
813
  "type": "object"
1200
814
  },
1201
- "readonly": {
1202
- "type": "boolean"
1203
- },
1204
815
  "selected": {
816
+ "description": "Selected item",
1205
817
  "type": "boolean"
1206
818
  },
1207
819
  "subtype": {
@@ -1214,6 +826,7 @@ declare const _default: {
1214
826
  "datetime",
1215
827
  "duration",
1216
828
  "hierarchy_element_expression",
829
+ "ip_address",
1217
830
  "topography"
1218
831
  ],
1219
832
  "type": "string"
@@ -1337,7 +950,7 @@ declare const _default: {
1337
950
  "type": "object"
1338
951
  },
1339
952
  "limit": {
1340
- "description": "Show number of observations",
953
+ "description": "The maximum number of data rows to query and display",
1341
954
  "properties": {
1342
955
  "number": {
1343
956
  "default": 100000,
@@ -1450,11 +1063,11 @@ declare const _default: {
1450
1063
  "type": "object"
1451
1064
  },
1452
1065
  "missingValue": {
1453
- "description": "Missing value configuration",
1066
+ "description": "Fill missing milliseconds. Describes how missing date periods in the data are handled in the chart.",
1454
1067
  "properties": {
1455
1068
  "type": {
1456
1069
  "default": "no",
1457
- "description": "Type of the missing value",
1070
+ "description": "Type of the missing value. The possible values are \"No\" (don't fill missing date periods), \"Break line when null values\" (line is interrupted between two date periods with a missing period in between) or a manual value (line is drawn as a manual value between two date periods with a missing period in between, default: 0).",
1458
1071
  "enum": [
1459
1072
  "break",
1460
1073
  "manual",
@@ -1463,7 +1076,8 @@ declare const _default: {
1463
1076
  "type": "string"
1464
1077
  },
1465
1078
  "value": {
1466
- "description": "Value of the missing value",
1079
+ "default": 0,
1080
+ "description": "The manual value of the missing value, it's applied when the type is \"manual\"",
1467
1081
  "type": "number"
1468
1082
  }
1469
1083
  },