@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
@@ -0,0 +1,866 @@
1
+ declare const _default: {
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/radar-chart-options.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "properties": {
5
+ "color": {
6
+ "default": "",
7
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
8
+ "examples": [
9
+ "#FF5733",
10
+ "#33FF57",
11
+ "#5733FF"
12
+ ],
13
+ "type": "string"
14
+ },
15
+ "display": {
16
+ "properties": {
17
+ "legend": {
18
+ "default": true,
19
+ "description": "Show or hide legend on the Radar chart",
20
+ "type": "boolean"
21
+ },
22
+ "points": {
23
+ "default": false,
24
+ "description": "Show or hide points on the Radar chart",
25
+ "type": "boolean"
26
+ },
27
+ "title": {
28
+ "default": true,
29
+ "description": "Show or hide title on the Radar chart",
30
+ "type": "boolean"
31
+ }
32
+ },
33
+ "type": "object"
34
+ },
35
+ "fillOpacity": {
36
+ "default": 0.05,
37
+ "description": "Fill opacity of the Radar chart, value between 0 and 1",
38
+ "type": "number"
39
+ },
40
+ "interactivity": {
41
+ "description": "Interactivity options",
42
+ "properties": {
43
+ "availableExportTypes": {
44
+ "default": [
45
+ "xlsx",
46
+ "csv",
47
+ "png"
48
+ ],
49
+ "description": "Available export types interactivity option",
50
+ "items": {
51
+ "description": "Export types",
52
+ "enum": [
53
+ "csv",
54
+ "csv-raw",
55
+ "png",
56
+ "xlsx",
57
+ "xlsx-raw"
58
+ ],
59
+ "type": "string"
60
+ },
61
+ "type": "array"
62
+ },
63
+ "customTooltip": {
64
+ "default": null,
65
+ "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
66
+ "type": [
67
+ "null",
68
+ "object"
69
+ ]
70
+ },
71
+ "exportTypes": {
72
+ "default": [
73
+ "xlsx",
74
+ "csv",
75
+ "png"
76
+ ],
77
+ "description": "Export types interactivity option",
78
+ "items": {
79
+ "description": "Export types",
80
+ "enum": [
81
+ "csv",
82
+ "csv-raw",
83
+ "png",
84
+ "xlsx",
85
+ "xlsx-raw"
86
+ ],
87
+ "type": "string"
88
+ },
89
+ "type": "array"
90
+ },
91
+ "measureDimensionPicker": {
92
+ "default": [
93
+ []
94
+ ],
95
+ "description": "An array of measure dimension picker configurations",
96
+ "items": {
97
+ "description": "Measure dimension picker configuration",
98
+ "properties": {
99
+ "order": {
100
+ "description": "Order",
101
+ "examples": [
102
+ 0,
103
+ 9999
104
+ ],
105
+ "type": "number"
106
+ },
107
+ "slot": {
108
+ "description": "Slot name",
109
+ "examples": [
110
+ "measure",
111
+ "dimension",
112
+ "legend"
113
+ ],
114
+ "type": "string"
115
+ },
116
+ "values": {
117
+ "description": "An array of columns for the current picker",
118
+ "items": {
119
+ "properties": {
120
+ "aggregationFunc": {
121
+ "description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
122
+ "enum": [
123
+ "average",
124
+ "count",
125
+ "cumulativesum",
126
+ "distinctcount",
127
+ "histogram",
128
+ "max",
129
+ "median",
130
+ "min",
131
+ "rate",
132
+ "stddev",
133
+ "sum",
134
+ "weightedaverage"
135
+ ],
136
+ "type": "string"
137
+ },
138
+ "aggregationWeight": {
139
+ "description": "Aggregation weight. It can be used with a \"numeric\" column type.",
140
+ "properties": {
141
+ "columnId": {
142
+ "description": "Column id",
143
+ "format": "uuid",
144
+ "type": "string"
145
+ },
146
+ "columnSubType": {
147
+ "description": "Column subtype",
148
+ "enum": [
149
+ "coordinates",
150
+ "currency",
151
+ "duration",
152
+ "hierarchy_element_expression",
153
+ "ip_address",
154
+ "topography"
155
+ ],
156
+ "type": "string"
157
+ },
158
+ "datasetId": {
159
+ "description": "Dataset id",
160
+ "format": "uuid",
161
+ "type": "string"
162
+ }
163
+ },
164
+ "type": "object"
165
+ },
166
+ "bins": {
167
+ "description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
168
+ "properties": {
169
+ "enabled": {
170
+ "description": "Enable or disable binning",
171
+ "type": "boolean"
172
+ },
173
+ "number": {
174
+ "description": "Defines the range of the bins",
175
+ "type": "number"
176
+ }
177
+ },
178
+ "type": "object"
179
+ },
180
+ "color": {
181
+ "description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
182
+ "type": [
183
+ "null",
184
+ "string"
185
+ ]
186
+ },
187
+ "columnId": {
188
+ "description": "Column id",
189
+ "format": "uuid",
190
+ "type": "string"
191
+ },
192
+ "currency": {
193
+ "description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
194
+ "type": [
195
+ "null",
196
+ "string"
197
+ ]
198
+ },
199
+ "datasetId": {
200
+ "description": "Dataset id",
201
+ "format": "uuid",
202
+ "type": "string"
203
+ },
204
+ "datetimeDisplayMode": {
205
+ "description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
206
+ "enum": [
207
+ "day_in_month",
208
+ "day_in_year",
209
+ "default",
210
+ "hour_in_day",
211
+ "minute_in_hour",
212
+ "month_name",
213
+ "month_number",
214
+ "quarter_number",
215
+ "second_in_minute",
216
+ "week_number",
217
+ "weekday_name",
218
+ "weekday_number"
219
+ ],
220
+ "type": "string"
221
+ },
222
+ "duration": {
223
+ "description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
224
+ "properties": {
225
+ "format": {
226
+ "description": "Duration format",
227
+ "enum": [
228
+ "long",
229
+ "short",
230
+ "time"
231
+ ],
232
+ "type": "string"
233
+ },
234
+ "levels": {
235
+ "description": "Duration levels used",
236
+ "items": {
237
+ "type": "number"
238
+ },
239
+ "type": "array"
240
+ }
241
+ },
242
+ "type": "object"
243
+ },
244
+ "format": {
245
+ "description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
246
+ "type": "string"
247
+ },
248
+ "formula": {
249
+ "description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
250
+ "type": "string"
251
+ },
252
+ "grandTotals": {
253
+ "description": "Enable or disable grand totals, they're only used in Pivot table",
254
+ "properties": {
255
+ "enabled": {
256
+ "type": "boolean"
257
+ }
258
+ },
259
+ "type": "object"
260
+ },
261
+ "label": {
262
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
263
+ "type": "object"
264
+ },
265
+ "level": {
266
+ "description": "\"hierarchy\" or \"datetime\" level",
267
+ "type": [
268
+ "number",
269
+ "null"
270
+ ]
271
+ },
272
+ "lowestLevel": {
273
+ "description": "Lowest \"hierarchy\" or \"datetime\" level",
274
+ "type": [
275
+ "null",
276
+ "number"
277
+ ]
278
+ },
279
+ "monthNameFormat": {
280
+ "description": "Month name format for datetime column formatting",
281
+ "enum": [
282
+ "letter",
283
+ "long",
284
+ "short"
285
+ ],
286
+ "type": "string"
287
+ },
288
+ "periodOverPeriod": {
289
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
290
+ "properties": {
291
+ "level": {
292
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
293
+ "type": "number"
294
+ },
295
+ "periodToDate": {
296
+ "description": "Turn ON/OFF period to date comparison",
297
+ "type": "boolean"
298
+ },
299
+ "quantity": {
300
+ "description": "Number of periods",
301
+ "type": "number"
302
+ },
303
+ "type": {
304
+ "description": "Period over period comparison type",
305
+ "enum": [
306
+ "none",
307
+ "past",
308
+ "absoluteChange",
309
+ "percentageChange"
310
+ ],
311
+ "type": "string"
312
+ }
313
+ },
314
+ "type": "object"
315
+ },
316
+ "selected": {
317
+ "description": "Selected item",
318
+ "type": "boolean"
319
+ },
320
+ "subtype": {
321
+ "anyOf": [
322
+ {
323
+ "enum": [
324
+ "coordinates",
325
+ "currency",
326
+ "date",
327
+ "datetime",
328
+ "duration",
329
+ "hierarchy_element_expression",
330
+ "ip_address",
331
+ "topography"
332
+ ],
333
+ "type": "string"
334
+ },
335
+ {
336
+ "type": "null"
337
+ }
338
+ ],
339
+ "description": "Column subtype"
340
+ },
341
+ "type": {
342
+ "description": "Column / Formula type",
343
+ "enum": [
344
+ "datetime",
345
+ "hierarchy",
346
+ "numeric",
347
+ "spatial"
348
+ ],
349
+ "type": "string"
350
+ },
351
+ "weekDayNameFormat": {
352
+ "description": "Week day name format for datetime column formatting",
353
+ "enum": [
354
+ "letter",
355
+ "long",
356
+ "short"
357
+ ],
358
+ "type": "string"
359
+ },
360
+ "weekStart": {
361
+ "description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
362
+ "enum": [
363
+ "monday",
364
+ "sunday"
365
+ ],
366
+ "type": "string"
367
+ }
368
+ },
369
+ "type": "object"
370
+ },
371
+ "type": "array"
372
+ }
373
+ },
374
+ "type": "object"
375
+ },
376
+ "type": "array"
377
+ }
378
+ },
379
+ "type": "object"
380
+ },
381
+ "interpolation": {
382
+ "default": "linear",
383
+ "description": "Interpolation type of the Radar chart",
384
+ "enum": [
385
+ "linear",
386
+ "monotone",
387
+ "step-after",
388
+ "step-before"
389
+ ],
390
+ "type": "string"
391
+ },
392
+ "legend": {
393
+ "description": "Legend options, they are applied if the legend is displayed",
394
+ "properties": {
395
+ "position": {
396
+ "description": "Position of the legend. Only available when the legend is shown.",
397
+ "enum": [
398
+ "bottom",
399
+ "bottomLeft",
400
+ "bottomRight",
401
+ "left",
402
+ "middle",
403
+ "right",
404
+ "top",
405
+ "topLeft",
406
+ "topRight"
407
+ ],
408
+ "type": "string"
409
+ },
410
+ "size": {
411
+ "description": "Size of the legend. Only available when the legend is shown.",
412
+ "enum": [
413
+ "L",
414
+ "M",
415
+ "S"
416
+ ],
417
+ "type": "string"
418
+ },
419
+ "type": {
420
+ "description": "Type of the legend. Only available when the legend is shown.",
421
+ "enum": [
422
+ "bar",
423
+ "list"
424
+ ],
425
+ "type": "string"
426
+ }
427
+ },
428
+ "type": "object"
429
+ },
430
+ "limit": {
431
+ "description": "The maximum number of data rows to query and display",
432
+ "properties": {
433
+ "number": {
434
+ "default": 100000,
435
+ "description": "Number of observations value",
436
+ "type": "number"
437
+ }
438
+ },
439
+ "type": "object"
440
+ },
441
+ "loader": {
442
+ "description": "The loader configuration",
443
+ "properties": {
444
+ "background": {
445
+ "default": "#f9f9f9",
446
+ "description": "Background color of the chart loader element",
447
+ "type": "string"
448
+ },
449
+ "fontColor": {
450
+ "default": "#5a5a5a",
451
+ "description": "Font color of the text of the chart loaders",
452
+ "type": "string"
453
+ },
454
+ "locale": {
455
+ "default": "en",
456
+ "description": "Locale to be used if \"msg\" is set",
457
+ "examples": [
458
+ "en",
459
+ "fr"
460
+ ],
461
+ "type": "string"
462
+ },
463
+ "mode": {
464
+ "default": "light",
465
+ "description": "Light or dark loader",
466
+ "type": "string"
467
+ },
468
+ "msg": {
469
+ "description": "Loading message",
470
+ "examples": [
471
+ "Loading dashboard..."
472
+ ],
473
+ "type": "string"
474
+ },
475
+ "showBranded": {
476
+ "default": false,
477
+ "description": "Shows the branded \"powered by\" information",
478
+ "type": "boolean"
479
+ },
480
+ "spinnerBackground": {
481
+ "default": "rgba(169, 169, 169, 0.14)",
482
+ "description": "Background color of the spinner",
483
+ "type": "string"
484
+ },
485
+ "spinnerColor": {
486
+ "default": "rgba(255, 165, 0, 0.7)",
487
+ "description": "Spinner color of the loader",
488
+ "type": "string"
489
+ }
490
+ },
491
+ "type": "object"
492
+ },
493
+ "locale": {
494
+ "default": "en",
495
+ "description": "Locale to be used",
496
+ "examples": [
497
+ "en",
498
+ "fr"
499
+ ],
500
+ "type": "string"
501
+ },
502
+ "lookupFiltering": {
503
+ "default": false,
504
+ "description": "Allow interactive filtering of charts with linked datasets",
505
+ "type": "boolean"
506
+ },
507
+ "manualAxes": {
508
+ "default": false,
509
+ "description": "Show or hide manual axes.",
510
+ "type": "boolean"
511
+ },
512
+ "manualAxesRange": {
513
+ "description": "Manual axes range",
514
+ "items": [
515
+ {
516
+ "type": "number"
517
+ },
518
+ {
519
+ "type": "number"
520
+ }
521
+ ],
522
+ "maxItems": 2,
523
+ "minItems": 2,
524
+ "type": "array"
525
+ },
526
+ "pointSize": {
527
+ "default": 3,
528
+ "description": "Size of the points, used if \"display.points\" is set to true.",
529
+ "type": "number"
530
+ },
531
+ "theme": {
532
+ "description": "Theme configuration",
533
+ "properties": {
534
+ "borders": {
535
+ "description": "Custom border styling",
536
+ "properties": {
537
+ "border-bottom-width": {
538
+ "description": "Border bottom width, it is visible when a border style and color are set",
539
+ "examples": [
540
+ "0px",
541
+ "1px",
542
+ "3px"
543
+ ],
544
+ "type": "string"
545
+ },
546
+ "border-color": {
547
+ "description": "Border color, it is visible when a border style and width are set",
548
+ "examples": [
549
+ "rgba(216, 216, 216, 1)",
550
+ "rgb(147, 146, 148)"
551
+ ],
552
+ "type": "string"
553
+ },
554
+ "border-left-width": {
555
+ "description": "Border left width, it is visible when a border style and color are set",
556
+ "examples": [
557
+ "0px",
558
+ "1px",
559
+ "3px"
560
+ ],
561
+ "type": "string"
562
+ },
563
+ "border-radius": {
564
+ "description": "Border radius",
565
+ "examples": [
566
+ "0",
567
+ "12px",
568
+ "20px"
569
+ ],
570
+ "type": "string"
571
+ },
572
+ "border-right-width": {
573
+ "description": "Border right width, it is visible when a border style and color are set",
574
+ "examples": [
575
+ "0px",
576
+ "1px",
577
+ "3px"
578
+ ],
579
+ "type": "string"
580
+ },
581
+ "border-style": {
582
+ "description": "Border style, it is visible when a border color and width are set",
583
+ "examples": [
584
+ "none",
585
+ "solid",
586
+ "dotted",
587
+ "dashed"
588
+ ],
589
+ "type": "string"
590
+ },
591
+ "border-top-width": {
592
+ "description": "Border top width, it is visible when a border style and color are set",
593
+ "examples": [
594
+ "0px",
595
+ "1px",
596
+ "3px"
597
+ ],
598
+ "type": "string"
599
+ }
600
+ },
601
+ "type": "object"
602
+ },
603
+ "boxShadow": {
604
+ "description": "Custom shadow styling",
605
+ "properties": {
606
+ "color": {
607
+ "description": "Shadow color",
608
+ "examples": [
609
+ "rgb(0, 0, 0)",
610
+ "rgb(100, 100, 103)"
611
+ ],
612
+ "type": "string"
613
+ },
614
+ "size": {
615
+ "description": "Shadow size",
616
+ "enum": [
617
+ "L",
618
+ "M",
619
+ "S",
620
+ "none"
621
+ ],
622
+ "examples": [
623
+ "none",
624
+ "S",
625
+ "M",
626
+ "L"
627
+ ],
628
+ "type": "string"
629
+ }
630
+ },
631
+ "type": "object"
632
+ },
633
+ "colors": {
634
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
635
+ "examples": [
636
+ [
637
+ "red",
638
+ "green",
639
+ "blue",
640
+ "yellow",
641
+ "orange",
642
+ "purple"
643
+ ]
644
+ ],
645
+ "items": {
646
+ "type": "string"
647
+ },
648
+ "type": "array"
649
+ },
650
+ "font": {
651
+ "description": "Custom font styling",
652
+ "properties": {
653
+ "fontFamily": {
654
+ "description": "Font family",
655
+ "examples": [
656
+ "Lato",
657
+ "Montserrat",
658
+ "Roboto Mono",
659
+ "Arial",
660
+ "Times New Roman"
661
+ ],
662
+ "type": "string"
663
+ },
664
+ "fontSize": {
665
+ "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.",
666
+ "examples": [
667
+ 10,
668
+ 15,
669
+ 18
670
+ ],
671
+ "type": "number"
672
+ }
673
+ },
674
+ "type": "object"
675
+ },
676
+ "id": {
677
+ "description": "Id of the theme, for example, \"seasonal\", \"urban\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.",
678
+ "examples": [
679
+ "seasonal",
680
+ "urban"
681
+ ],
682
+ "type": "string"
683
+ },
684
+ "itemsBackground": {
685
+ "description": "Custom item background color",
686
+ "examples": [
687
+ "rgb(255, 255, 255)",
688
+ "rgb(71, 69, 69)",
689
+ "rgb(195, 191, 191)"
690
+ ],
691
+ "type": "string"
692
+ },
693
+ "legend": {
694
+ "description": "Custom legend styling, it's applied if the legend is displayed",
695
+ "properties": {
696
+ "fontSize": {
697
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
698
+ "examples": [
699
+ 12,
700
+ 16
701
+ ],
702
+ "type": "number"
703
+ },
704
+ "lineHeight": {
705
+ "description": "Legend line height in px",
706
+ "examples": [
707
+ 12,
708
+ 16,
709
+ 20
710
+ ],
711
+ "type": "number"
712
+ },
713
+ "type": {
714
+ "description": "Legend type",
715
+ "enum": [
716
+ "circle",
717
+ "line",
718
+ "normal"
719
+ ],
720
+ "examples": [
721
+ "normal",
722
+ "line",
723
+ "circle"
724
+ ],
725
+ "type": "string"
726
+ }
727
+ },
728
+ "type": "object"
729
+ },
730
+ "title": {
731
+ "description": "Custom title styling, it's applied if the title is displayed",
732
+ "properties": {
733
+ "align": {
734
+ "description": "Title align",
735
+ "enum": [
736
+ "center",
737
+ "left",
738
+ "right"
739
+ ],
740
+ "examples": [
741
+ "left",
742
+ "center",
743
+ "right"
744
+ ],
745
+ "type": "string"
746
+ },
747
+ "bold": {
748
+ "description": "Is title bold",
749
+ "examples": [
750
+ true,
751
+ false
752
+ ],
753
+ "type": "boolean"
754
+ },
755
+ "border": {
756
+ "description": "Is title a border",
757
+ "examples": [
758
+ true,
759
+ false
760
+ ],
761
+ "type": "boolean"
762
+ },
763
+ "fontSize": {
764
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
765
+ "examples": [
766
+ 16,
767
+ 20
768
+ ],
769
+ "type": "number"
770
+ },
771
+ "italic": {
772
+ "description": "Is title italic",
773
+ "examples": [
774
+ true,
775
+ false
776
+ ],
777
+ "type": "boolean"
778
+ },
779
+ "lineHeight": {
780
+ "description": "Title's line height in px",
781
+ "examples": [
782
+ 30,
783
+ 42,
784
+ 50
785
+ ],
786
+ "type": "number"
787
+ },
788
+ "underline": {
789
+ "description": "Is title underline",
790
+ "examples": [
791
+ true,
792
+ false
793
+ ],
794
+ "type": "boolean"
795
+ }
796
+ },
797
+ "type": "object"
798
+ },
799
+ "tooltip": {
800
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
801
+ "properties": {
802
+ "background": {
803
+ "description": "Tooltip's background",
804
+ "examples": [
805
+ "rgb(248, 248, 248)",
806
+ "rgb(248, 248, 248)",
807
+ "rgb(130, 128, 128)",
808
+ "rgb(61, 61, 61)"
809
+ ],
810
+ "type": "string"
811
+ },
812
+ "fontSize": {
813
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
814
+ "examples": [
815
+ 12,
816
+ 16,
817
+ 20
818
+ ],
819
+ "type": "number"
820
+ },
821
+ "opacity": {
822
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
823
+ "examples": [
824
+ 0.5,
825
+ 0.8,
826
+ 1
827
+ ],
828
+ "type": "number"
829
+ }
830
+ },
831
+ "type": "object"
832
+ },
833
+ "type": {
834
+ "description": "It should be \"custom\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.",
835
+ "examples": [
836
+ "custom"
837
+ ],
838
+ "type": "string"
839
+ }
840
+ },
841
+ "type": "object"
842
+ },
843
+ "timezoneId": {
844
+ "description": "The timezone that will be used in the dashboard. This timezone id needs to be a valid id that is available in the IANA timezone database",
845
+ "examples": [
846
+ "Europe/Brussels",
847
+ "America/New_York"
848
+ ],
849
+ "type": "string"
850
+ },
851
+ "title": {
852
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
853
+ "examples": [
854
+ {
855
+ "en": "Title"
856
+ }
857
+ ],
858
+ "type": "object"
859
+ }
860
+ },
861
+ "type": "object"
862
+ }
863
+
864
+ ;
865
+
866
+ export default _default;