@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/donut-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/donut-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "color": {
@@ -16,2202 +16,128 @@ declare const _default: {
16
16
  "description": "General display options of the Bar chart: title, legend and mode option",
17
17
  "properties": {
18
18
  "categoryLabels": {
19
- "description": "Show or hide the category labels in the chart",
20
- "type": "boolean"
21
- },
22
- "legend": {
23
- "default": true,
24
- "description": "Show or hide the legend",
25
- "type": "boolean"
26
- },
27
- "title": {
28
- "default": true,
29
- "description": "Show or hide the title",
30
- "type": "boolean"
31
- },
32
- "values": {
33
- "description": "Show or hide the values in the chart: none, percentage or absolute",
34
- "enum": [
35
- "absolute",
36
- "none",
37
- "percentage"
38
- ],
39
- "type": "string"
40
- }
41
- },
42
- "type": "object"
43
- },
44
- "interactivity": {
45
- "description": "Interactivity options",
46
- "properties": {
47
- "availableExportTypes": {
48
- "default": [
49
- "xlsx",
50
- "csv",
51
- "png"
52
- ],
53
- "description": "Available export types interactivity option",
54
- "items": {
55
- "description": "Export types",
56
- "enum": [
57
- "csv",
58
- "csv-raw",
59
- "png",
60
- "xlsx",
61
- "xlsx-raw"
62
- ],
63
- "type": "string"
64
- },
65
- "type": "array"
66
- },
67
- "customEvents": {
68
- "default": null,
69
- "description": "Custom events interactivity option",
70
- "properties": {
71
- "events": {
72
- "items": {
73
- "description": "Custom event configuration",
74
- "properties": {
75
- "label": {
76
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
77
- "type": "object"
78
- },
79
- "name": {
80
- "description": "Custom event name",
81
- "type": "string"
82
- }
83
- },
84
- "type": "object"
85
- },
86
- "type": "array"
87
- },
88
- "extraData": {
89
- "items": {
90
- "properties": {
91
- "aggregation": {
92
- "description": "Aggregation query type",
93
- "enum": [
94
- "average",
95
- "count",
96
- "cumulativesum",
97
- "distinctcount",
98
- "histogram",
99
- "max",
100
- "median",
101
- "min",
102
- "rate",
103
- "stddev",
104
- "sum",
105
- "weightedaverage"
106
- ],
107
- "type": "string"
108
- },
109
- "columnId": {
110
- "description": "Column id",
111
- "format": "uuid",
112
- "type": "string"
113
- },
114
- "datasetId": {
115
- "description": "Dataset id",
116
- "format": "uuid",
117
- "type": "string"
118
- },
119
- "formulaId": {
120
- "description": "Formula id",
121
- "format": "uuid",
122
- "type": "string"
123
- },
124
- "label": {
125
- "description": "Label",
126
- "type": "string"
127
- },
128
- "weightedColumnId": {
129
- "description": "Weighted column id",
130
- "format": "uuid",
131
- "type": "string"
132
- },
133
- "weightedDatasetId": {
134
- "description": "Weighted dataset id",
135
- "format": "uuid",
136
- "type": "string"
137
- }
138
- },
139
- "type": "object"
140
- },
141
- "type": "array"
142
- }
143
- },
144
- "type": "object"
145
- },
146
- "customTooltip": {
147
- "default": null,
148
- "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
149
- "type": "object"
150
- },
151
- "drilldown": {
152
- "description": "Drilldown interactivity option",
153
- "properties": {
154
- "category": {
155
- "items": {
156
- "properties": {
157
- "active": {
158
- "type": "boolean"
159
- },
160
- "drillPath": {
161
- "type": "number"
162
- },
163
- "label": {
164
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
165
- "type": "object"
166
- },
167
- "values": {
168
- "items": {
169
- "anyOf": [
170
- {
171
- "properties": {
172
- "active": {
173
- "type": "boolean"
174
- },
175
- "levels": {
176
- "items": {
177
- "type": "number"
178
- },
179
- "type": "array"
180
- },
181
- "order": {
182
- "type": "number"
183
- },
184
- "type": {
185
- "const": "level",
186
- "type": "string"
187
- }
188
- },
189
- "type": "object"
190
- },
191
- {
192
- "properties": {
193
- "active": {
194
- "description": "Is active",
195
- "type": "boolean"
196
- },
197
- "drilldownColumn": {
198
- "type": "object"
199
- },
200
- "label": {
201
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
202
- "type": "object"
203
- },
204
- "order": {
205
- "description": "Order",
206
- "type": "number"
207
- },
208
- "type": {
209
- "const": "other",
210
- "description": "Type of drilldown",
211
- "type": "string"
212
- }
213
- },
214
- "type": "object"
215
- }
216
- ]
217
- },
218
- "type": "array"
219
- }
220
- },
221
- "type": "object"
222
- },
223
- "type": "array"
224
- },
225
- "close": {
226
- "items": {
227
- "properties": {
228
- "active": {
229
- "type": "boolean"
230
- },
231
- "drillPath": {
232
- "type": "number"
233
- },
234
- "label": {
235
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
236
- "type": "object"
237
- },
238
- "values": {
239
- "items": {
240
- "anyOf": [
241
- {
242
- "properties": {
243
- "active": {
244
- "type": "boolean"
245
- },
246
- "levels": {
247
- "items": {
248
- "type": "number"
249
- },
250
- "type": "array"
251
- },
252
- "order": {
253
- "type": "number"
254
- },
255
- "type": {
256
- "const": "level",
257
- "type": "string"
258
- }
259
- },
260
- "type": "object"
261
- },
262
- {
263
- "properties": {
264
- "active": {
265
- "description": "Is active",
266
- "type": "boolean"
267
- },
268
- "drilldownColumn": {
269
- "type": "object"
270
- },
271
- "label": {
272
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
273
- "type": "object"
274
- },
275
- "order": {
276
- "description": "Order",
277
- "type": "number"
278
- },
279
- "type": {
280
- "const": "other",
281
- "description": "Type of drilldown",
282
- "type": "string"
283
- }
284
- },
285
- "type": "object"
286
- }
287
- ]
288
- },
289
- "type": "array"
290
- }
291
- },
292
- "type": "object"
293
- },
294
- "type": "array"
295
- },
296
- "color": {
297
- "items": {
298
- "properties": {
299
- "active": {
300
- "type": "boolean"
301
- },
302
- "drillPath": {
303
- "type": "number"
304
- },
305
- "label": {
306
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
307
- "type": "object"
308
- },
309
- "values": {
310
- "items": {
311
- "anyOf": [
312
- {
313
- "properties": {
314
- "active": {
315
- "type": "boolean"
316
- },
317
- "levels": {
318
- "items": {
319
- "type": "number"
320
- },
321
- "type": "array"
322
- },
323
- "order": {
324
- "type": "number"
325
- },
326
- "type": {
327
- "const": "level",
328
- "type": "string"
329
- }
330
- },
331
- "type": "object"
332
- },
333
- {
334
- "properties": {
335
- "active": {
336
- "description": "Is active",
337
- "type": "boolean"
338
- },
339
- "drilldownColumn": {
340
- "type": "object"
341
- },
342
- "label": {
343
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
344
- "type": "object"
345
- },
346
- "order": {
347
- "description": "Order",
348
- "type": "number"
349
- },
350
- "type": {
351
- "const": "other",
352
- "description": "Type of drilldown",
353
- "type": "string"
354
- }
355
- },
356
- "type": "object"
357
- }
358
- ]
359
- },
360
- "type": "array"
361
- }
362
- },
363
- "type": "object"
364
- },
365
- "type": "array"
366
- },
367
- "column": {
368
- "items": {
369
- "properties": {
370
- "active": {
371
- "type": "boolean"
372
- },
373
- "drillPath": {
374
- "type": "number"
375
- },
376
- "label": {
377
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
378
- "type": "object"
379
- },
380
- "values": {
381
- "items": {
382
- "anyOf": [
383
- {
384
- "properties": {
385
- "active": {
386
- "type": "boolean"
387
- },
388
- "levels": {
389
- "items": {
390
- "type": "number"
391
- },
392
- "type": "array"
393
- },
394
- "order": {
395
- "type": "number"
396
- },
397
- "type": {
398
- "const": "level",
399
- "type": "string"
400
- }
401
- },
402
- "type": "object"
403
- },
404
- {
405
- "properties": {
406
- "active": {
407
- "description": "Is active",
408
- "type": "boolean"
409
- },
410
- "drilldownColumn": {
411
- "type": "object"
412
- },
413
- "label": {
414
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
415
- "type": "object"
416
- },
417
- "order": {
418
- "description": "Order",
419
- "type": "number"
420
- },
421
- "type": {
422
- "const": "other",
423
- "description": "Type of drilldown",
424
- "type": "string"
425
- }
426
- },
427
- "type": "object"
428
- }
429
- ]
430
- },
431
- "type": "array"
432
- }
433
- },
434
- "type": "object"
435
- },
436
- "type": "array"
437
- },
438
- "columns": {
439
- "items": {
440
- "properties": {
441
- "active": {
442
- "type": "boolean"
443
- },
444
- "drillPath": {
445
- "type": "number"
446
- },
447
- "label": {
448
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
449
- "type": "object"
450
- },
451
- "values": {
452
- "items": {
453
- "anyOf": [
454
- {
455
- "properties": {
456
- "active": {
457
- "type": "boolean"
458
- },
459
- "levels": {
460
- "items": {
461
- "type": "number"
462
- },
463
- "type": "array"
464
- },
465
- "order": {
466
- "type": "number"
467
- },
468
- "type": {
469
- "const": "level",
470
- "type": "string"
471
- }
472
- },
473
- "type": "object"
474
- },
475
- {
476
- "properties": {
477
- "active": {
478
- "description": "Is active",
479
- "type": "boolean"
480
- },
481
- "drilldownColumn": {
482
- "type": "object"
483
- },
484
- "label": {
485
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
486
- "type": "object"
487
- },
488
- "order": {
489
- "description": "Order",
490
- "type": "number"
491
- },
492
- "type": {
493
- "const": "other",
494
- "description": "Type of drilldown",
495
- "type": "string"
496
- }
497
- },
498
- "type": "object"
499
- }
500
- ]
501
- },
502
- "type": "array"
503
- }
504
- },
505
- "type": "object"
506
- },
507
- "type": "array"
508
- },
509
- "coordinates": {
510
- "items": {
511
- "properties": {
512
- "active": {
513
- "type": "boolean"
514
- },
515
- "drillPath": {
516
- "type": "number"
517
- },
518
- "label": {
519
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
520
- "type": "object"
521
- },
522
- "values": {
523
- "items": {
524
- "anyOf": [
525
- {
526
- "properties": {
527
- "active": {
528
- "type": "boolean"
529
- },
530
- "levels": {
531
- "items": {
532
- "type": "number"
533
- },
534
- "type": "array"
535
- },
536
- "order": {
537
- "type": "number"
538
- },
539
- "type": {
540
- "const": "level",
541
- "type": "string"
542
- }
543
- },
544
- "type": "object"
545
- },
546
- {
547
- "properties": {
548
- "active": {
549
- "description": "Is active",
550
- "type": "boolean"
551
- },
552
- "drilldownColumn": {
553
- "type": "object"
554
- },
555
- "label": {
556
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
557
- "type": "object"
558
- },
559
- "order": {
560
- "description": "Order",
561
- "type": "number"
562
- },
563
- "type": {
564
- "const": "other",
565
- "description": "Type of drilldown",
566
- "type": "string"
567
- }
568
- },
569
- "type": "object"
570
- }
571
- ]
572
- },
573
- "type": "array"
574
- }
575
- },
576
- "type": "object"
577
- },
578
- "type": "array"
579
- },
580
- "destination": {
581
- "items": {
582
- "properties": {
583
- "active": {
584
- "type": "boolean"
585
- },
586
- "drillPath": {
587
- "type": "number"
588
- },
589
- "label": {
590
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
591
- "type": "object"
592
- },
593
- "values": {
594
- "items": {
595
- "anyOf": [
596
- {
597
- "properties": {
598
- "active": {
599
- "type": "boolean"
600
- },
601
- "levels": {
602
- "items": {
603
- "type": "number"
604
- },
605
- "type": "array"
606
- },
607
- "order": {
608
- "type": "number"
609
- },
610
- "type": {
611
- "const": "level",
612
- "type": "string"
613
- }
614
- },
615
- "type": "object"
616
- },
617
- {
618
- "properties": {
619
- "active": {
620
- "description": "Is active",
621
- "type": "boolean"
622
- },
623
- "drilldownColumn": {
624
- "type": "object"
625
- },
626
- "label": {
627
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
628
- "type": "object"
629
- },
630
- "order": {
631
- "description": "Order",
632
- "type": "number"
633
- },
634
- "type": {
635
- "const": "other",
636
- "description": "Type of drilldown",
637
- "type": "string"
638
- }
639
- },
640
- "type": "object"
641
- }
642
- ]
643
- },
644
- "type": "array"
645
- }
646
- },
647
- "type": "object"
648
- },
649
- "type": "array"
650
- },
651
- "dimension": {
652
- "items": {
653
- "properties": {
654
- "active": {
655
- "type": "boolean"
656
- },
657
- "drillPath": {
658
- "type": "number"
659
- },
660
- "label": {
661
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
662
- "type": "object"
663
- },
664
- "values": {
665
- "items": {
666
- "anyOf": [
667
- {
668
- "properties": {
669
- "active": {
670
- "type": "boolean"
671
- },
672
- "levels": {
673
- "items": {
674
- "type": "number"
675
- },
676
- "type": "array"
677
- },
678
- "order": {
679
- "type": "number"
680
- },
681
- "type": {
682
- "const": "level",
683
- "type": "string"
684
- }
685
- },
686
- "type": "object"
687
- },
688
- {
689
- "properties": {
690
- "active": {
691
- "description": "Is active",
692
- "type": "boolean"
693
- },
694
- "drilldownColumn": {
695
- "type": "object"
696
- },
697
- "label": {
698
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
699
- "type": "object"
700
- },
701
- "order": {
702
- "description": "Order",
703
- "type": "number"
704
- },
705
- "type": {
706
- "const": "other",
707
- "description": "Type of drilldown",
708
- "type": "string"
709
- }
710
- },
711
- "type": "object"
712
- }
713
- ]
714
- },
715
- "type": "array"
716
- }
717
- },
718
- "type": "object"
719
- },
720
- "type": "array"
721
- },
722
- "evolution": {
723
- "items": {
724
- "properties": {
725
- "active": {
726
- "type": "boolean"
727
- },
728
- "drillPath": {
729
- "type": "number"
730
- },
731
- "label": {
732
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
733
- "type": "object"
734
- },
735
- "values": {
736
- "items": {
737
- "anyOf": [
738
- {
739
- "properties": {
740
- "active": {
741
- "type": "boolean"
742
- },
743
- "levels": {
744
- "items": {
745
- "type": "number"
746
- },
747
- "type": "array"
748
- },
749
- "order": {
750
- "type": "number"
751
- },
752
- "type": {
753
- "const": "level",
754
- "type": "string"
755
- }
756
- },
757
- "type": "object"
758
- },
759
- {
760
- "properties": {
761
- "active": {
762
- "description": "Is active",
763
- "type": "boolean"
764
- },
765
- "drilldownColumn": {
766
- "type": "object"
767
- },
768
- "label": {
769
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
770
- "type": "object"
771
- },
772
- "order": {
773
- "description": "Order",
774
- "type": "number"
775
- },
776
- "type": {
777
- "const": "other",
778
- "description": "Type of drilldown",
779
- "type": "string"
780
- }
781
- },
782
- "type": "object"
783
- }
784
- ]
785
- },
786
- "type": "array"
787
- }
788
- },
789
- "type": "object"
790
- },
791
- "type": "array"
792
- },
793
- "geo": {
794
- "items": {
795
- "properties": {
796
- "active": {
797
- "type": "boolean"
798
- },
799
- "drillPath": {
800
- "type": "number"
801
- },
802
- "label": {
803
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
804
- "type": "object"
805
- },
806
- "values": {
807
- "items": {
808
- "anyOf": [
809
- {
810
- "properties": {
811
- "active": {
812
- "type": "boolean"
813
- },
814
- "levels": {
815
- "items": {
816
- "type": "number"
817
- },
818
- "type": "array"
819
- },
820
- "order": {
821
- "type": "number"
822
- },
823
- "type": {
824
- "const": "level",
825
- "type": "string"
826
- }
827
- },
828
- "type": "object"
829
- },
830
- {
831
- "properties": {
832
- "active": {
833
- "description": "Is active",
834
- "type": "boolean"
835
- },
836
- "drilldownColumn": {
837
- "type": "object"
838
- },
839
- "label": {
840
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
841
- "type": "object"
842
- },
843
- "order": {
844
- "description": "Order",
845
- "type": "number"
846
- },
847
- "type": {
848
- "const": "other",
849
- "description": "Type of drilldown",
850
- "type": "string"
851
- }
852
- },
853
- "type": "object"
854
- }
855
- ]
856
- },
857
- "type": "array"
858
- }
859
- },
860
- "type": "object"
861
- },
862
- "type": "array"
863
- },
864
- "high": {
865
- "items": {
866
- "properties": {
867
- "active": {
868
- "type": "boolean"
869
- },
870
- "drillPath": {
871
- "type": "number"
872
- },
873
- "label": {
874
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
875
- "type": "object"
876
- },
877
- "values": {
878
- "items": {
879
- "anyOf": [
880
- {
881
- "properties": {
882
- "active": {
883
- "type": "boolean"
884
- },
885
- "levels": {
886
- "items": {
887
- "type": "number"
888
- },
889
- "type": "array"
890
- },
891
- "order": {
892
- "type": "number"
893
- },
894
- "type": {
895
- "const": "level",
896
- "type": "string"
897
- }
898
- },
899
- "type": "object"
900
- },
901
- {
902
- "properties": {
903
- "active": {
904
- "description": "Is active",
905
- "type": "boolean"
906
- },
907
- "drilldownColumn": {
908
- "type": "object"
909
- },
910
- "label": {
911
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
912
- "type": "object"
913
- },
914
- "order": {
915
- "description": "Order",
916
- "type": "number"
917
- },
918
- "type": {
919
- "const": "other",
920
- "description": "Type of drilldown",
921
- "type": "string"
922
- }
923
- },
924
- "type": "object"
925
- }
926
- ]
927
- },
928
- "type": "array"
929
- }
930
- },
931
- "type": "object"
932
- },
933
- "type": "array"
934
- },
935
- "identifier": {
936
- "items": {
937
- "properties": {
938
- "active": {
939
- "type": "boolean"
940
- },
941
- "drillPath": {
942
- "type": "number"
943
- },
944
- "label": {
945
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
946
- "type": "object"
947
- },
948
- "values": {
949
- "items": {
950
- "anyOf": [
951
- {
952
- "properties": {
953
- "active": {
954
- "type": "boolean"
955
- },
956
- "levels": {
957
- "items": {
958
- "type": "number"
959
- },
960
- "type": "array"
961
- },
962
- "order": {
963
- "type": "number"
964
- },
965
- "type": {
966
- "const": "level",
967
- "type": "string"
968
- }
969
- },
970
- "type": "object"
971
- },
972
- {
973
- "properties": {
974
- "active": {
975
- "description": "Is active",
976
- "type": "boolean"
977
- },
978
- "drilldownColumn": {
979
- "type": "object"
980
- },
981
- "label": {
982
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
983
- "type": "object"
984
- },
985
- "order": {
986
- "description": "Order",
987
- "type": "number"
988
- },
989
- "type": {
990
- "const": "other",
991
- "description": "Type of drilldown",
992
- "type": "string"
993
- }
994
- },
995
- "type": "object"
996
- }
997
- ]
998
- },
999
- "type": "array"
1000
- }
1001
- },
1002
- "type": "object"
1003
- },
1004
- "type": "array"
1005
- },
1006
- "image": {
1007
- "items": {
1008
- "properties": {
1009
- "active": {
1010
- "type": "boolean"
1011
- },
1012
- "drillPath": {
1013
- "type": "number"
1014
- },
1015
- "label": {
1016
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1017
- "type": "object"
1018
- },
1019
- "values": {
1020
- "items": {
1021
- "anyOf": [
1022
- {
1023
- "properties": {
1024
- "active": {
1025
- "type": "boolean"
1026
- },
1027
- "levels": {
1028
- "items": {
1029
- "type": "number"
1030
- },
1031
- "type": "array"
1032
- },
1033
- "order": {
1034
- "type": "number"
1035
- },
1036
- "type": {
1037
- "const": "level",
1038
- "type": "string"
1039
- }
1040
- },
1041
- "type": "object"
1042
- },
1043
- {
1044
- "properties": {
1045
- "active": {
1046
- "description": "Is active",
1047
- "type": "boolean"
1048
- },
1049
- "drilldownColumn": {
1050
- "type": "object"
1051
- },
1052
- "label": {
1053
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1054
- "type": "object"
1055
- },
1056
- "order": {
1057
- "description": "Order",
1058
- "type": "number"
1059
- },
1060
- "type": {
1061
- "const": "other",
1062
- "description": "Type of drilldown",
1063
- "type": "string"
1064
- }
1065
- },
1066
- "type": "object"
1067
- }
1068
- ]
1069
- },
1070
- "type": "array"
1071
- }
1072
- },
1073
- "type": "object"
1074
- },
1075
- "type": "array"
1076
- },
1077
- "legend": {
1078
- "items": {
1079
- "properties": {
1080
- "active": {
1081
- "type": "boolean"
1082
- },
1083
- "drillPath": {
1084
- "type": "number"
1085
- },
1086
- "label": {
1087
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1088
- "type": "object"
1089
- },
1090
- "values": {
1091
- "items": {
1092
- "anyOf": [
1093
- {
1094
- "properties": {
1095
- "active": {
1096
- "type": "boolean"
1097
- },
1098
- "levels": {
1099
- "items": {
1100
- "type": "number"
1101
- },
1102
- "type": "array"
1103
- },
1104
- "order": {
1105
- "type": "number"
1106
- },
1107
- "type": {
1108
- "const": "level",
1109
- "type": "string"
1110
- }
1111
- },
1112
- "type": "object"
1113
- },
1114
- {
1115
- "properties": {
1116
- "active": {
1117
- "description": "Is active",
1118
- "type": "boolean"
1119
- },
1120
- "drilldownColumn": {
1121
- "type": "object"
1122
- },
1123
- "label": {
1124
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1125
- "type": "object"
1126
- },
1127
- "order": {
1128
- "description": "Order",
1129
- "type": "number"
1130
- },
1131
- "type": {
1132
- "const": "other",
1133
- "description": "Type of drilldown",
1134
- "type": "string"
1135
- }
1136
- },
1137
- "type": "object"
1138
- }
1139
- ]
1140
- },
1141
- "type": "array"
1142
- }
1143
- },
1144
- "type": "object"
1145
- },
1146
- "type": "array"
1147
- },
1148
- "levels": {
1149
- "items": {
1150
- "properties": {
1151
- "active": {
1152
- "type": "boolean"
1153
- },
1154
- "drillPath": {
1155
- "type": "number"
1156
- },
1157
- "label": {
1158
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1159
- "type": "object"
1160
- },
1161
- "values": {
1162
- "items": {
1163
- "anyOf": [
1164
- {
1165
- "properties": {
1166
- "active": {
1167
- "type": "boolean"
1168
- },
1169
- "levels": {
1170
- "items": {
1171
- "type": "number"
1172
- },
1173
- "type": "array"
1174
- },
1175
- "order": {
1176
- "type": "number"
1177
- },
1178
- "type": {
1179
- "const": "level",
1180
- "type": "string"
1181
- }
1182
- },
1183
- "type": "object"
1184
- },
1185
- {
1186
- "properties": {
1187
- "active": {
1188
- "description": "Is active",
1189
- "type": "boolean"
1190
- },
1191
- "drilldownColumn": {
1192
- "type": "object"
1193
- },
1194
- "label": {
1195
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1196
- "type": "object"
1197
- },
1198
- "order": {
1199
- "description": "Order",
1200
- "type": "number"
1201
- },
1202
- "type": {
1203
- "const": "other",
1204
- "description": "Type of drilldown",
1205
- "type": "string"
1206
- }
1207
- },
1208
- "type": "object"
1209
- }
1210
- ]
1211
- },
1212
- "type": "array"
1213
- }
1214
- },
1215
- "type": "object"
1216
- },
1217
- "type": "array"
1218
- },
1219
- "low": {
1220
- "items": {
1221
- "properties": {
1222
- "active": {
1223
- "type": "boolean"
1224
- },
1225
- "drillPath": {
1226
- "type": "number"
1227
- },
1228
- "label": {
1229
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1230
- "type": "object"
1231
- },
1232
- "values": {
1233
- "items": {
1234
- "anyOf": [
1235
- {
1236
- "properties": {
1237
- "active": {
1238
- "type": "boolean"
1239
- },
1240
- "levels": {
1241
- "items": {
1242
- "type": "number"
1243
- },
1244
- "type": "array"
1245
- },
1246
- "order": {
1247
- "type": "number"
1248
- },
1249
- "type": {
1250
- "const": "level",
1251
- "type": "string"
1252
- }
1253
- },
1254
- "type": "object"
1255
- },
1256
- {
1257
- "properties": {
1258
- "active": {
1259
- "description": "Is active",
1260
- "type": "boolean"
1261
- },
1262
- "drilldownColumn": {
1263
- "type": "object"
1264
- },
1265
- "label": {
1266
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1267
- "type": "object"
1268
- },
1269
- "order": {
1270
- "description": "Order",
1271
- "type": "number"
1272
- },
1273
- "type": {
1274
- "const": "other",
1275
- "description": "Type of drilldown",
1276
- "type": "string"
1277
- }
1278
- },
1279
- "type": "object"
1280
- }
1281
- ]
1282
- },
1283
- "type": "array"
1284
- }
1285
- },
1286
- "type": "object"
1287
- },
1288
- "type": "array"
1289
- },
1290
- "measure": {
1291
- "items": {
1292
- "properties": {
1293
- "active": {
1294
- "type": "boolean"
1295
- },
1296
- "drillPath": {
1297
- "type": "number"
1298
- },
1299
- "label": {
1300
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1301
- "type": "object"
1302
- },
1303
- "values": {
1304
- "items": {
1305
- "anyOf": [
1306
- {
1307
- "properties": {
1308
- "active": {
1309
- "type": "boolean"
1310
- },
1311
- "levels": {
1312
- "items": {
1313
- "type": "number"
1314
- },
1315
- "type": "array"
1316
- },
1317
- "order": {
1318
- "type": "number"
1319
- },
1320
- "type": {
1321
- "const": "level",
1322
- "type": "string"
1323
- }
1324
- },
1325
- "type": "object"
1326
- },
1327
- {
1328
- "properties": {
1329
- "active": {
1330
- "description": "Is active",
1331
- "type": "boolean"
1332
- },
1333
- "drilldownColumn": {
1334
- "type": "object"
1335
- },
1336
- "label": {
1337
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1338
- "type": "object"
1339
- },
1340
- "order": {
1341
- "description": "Order",
1342
- "type": "number"
1343
- },
1344
- "type": {
1345
- "const": "other",
1346
- "description": "Type of drilldown",
1347
- "type": "string"
1348
- }
1349
- },
1350
- "type": "object"
1351
- }
1352
- ]
1353
- },
1354
- "type": "array"
1355
- }
1356
- },
1357
- "type": "object"
1358
- },
1359
- "type": "array"
1360
- },
1361
- "name": {
1362
- "items": {
1363
- "properties": {
1364
- "active": {
1365
- "type": "boolean"
1366
- },
1367
- "drillPath": {
1368
- "type": "number"
1369
- },
1370
- "label": {
1371
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1372
- "type": "object"
1373
- },
1374
- "values": {
1375
- "items": {
1376
- "anyOf": [
1377
- {
1378
- "properties": {
1379
- "active": {
1380
- "type": "boolean"
1381
- },
1382
- "levels": {
1383
- "items": {
1384
- "type": "number"
1385
- },
1386
- "type": "array"
1387
- },
1388
- "order": {
1389
- "type": "number"
1390
- },
1391
- "type": {
1392
- "const": "level",
1393
- "type": "string"
1394
- }
1395
- },
1396
- "type": "object"
1397
- },
1398
- {
1399
- "properties": {
1400
- "active": {
1401
- "description": "Is active",
1402
- "type": "boolean"
1403
- },
1404
- "drilldownColumn": {
1405
- "type": "object"
1406
- },
1407
- "label": {
1408
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1409
- "type": "object"
1410
- },
1411
- "order": {
1412
- "description": "Order",
1413
- "type": "number"
1414
- },
1415
- "type": {
1416
- "const": "other",
1417
- "description": "Type of drilldown",
1418
- "type": "string"
1419
- }
1420
- },
1421
- "type": "object"
1422
- }
1423
- ]
1424
- },
1425
- "type": "array"
1426
- }
1427
- },
1428
- "type": "object"
1429
- },
1430
- "type": "array"
1431
- },
1432
- "open": {
1433
- "items": {
1434
- "properties": {
1435
- "active": {
1436
- "type": "boolean"
1437
- },
1438
- "drillPath": {
1439
- "type": "number"
1440
- },
1441
- "label": {
1442
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1443
- "type": "object"
1444
- },
1445
- "values": {
1446
- "items": {
1447
- "anyOf": [
1448
- {
1449
- "properties": {
1450
- "active": {
1451
- "type": "boolean"
1452
- },
1453
- "levels": {
1454
- "items": {
1455
- "type": "number"
1456
- },
1457
- "type": "array"
1458
- },
1459
- "order": {
1460
- "type": "number"
1461
- },
1462
- "type": {
1463
- "const": "level",
1464
- "type": "string"
1465
- }
1466
- },
1467
- "type": "object"
1468
- },
1469
- {
1470
- "properties": {
1471
- "active": {
1472
- "description": "Is active",
1473
- "type": "boolean"
1474
- },
1475
- "drilldownColumn": {
1476
- "type": "object"
1477
- },
1478
- "label": {
1479
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1480
- "type": "object"
1481
- },
1482
- "order": {
1483
- "description": "Order",
1484
- "type": "number"
1485
- },
1486
- "type": {
1487
- "const": "other",
1488
- "description": "Type of drilldown",
1489
- "type": "string"
1490
- }
1491
- },
1492
- "type": "object"
1493
- }
1494
- ]
1495
- },
1496
- "type": "array"
1497
- }
1498
- },
1499
- "type": "object"
1500
- },
1501
- "type": "array"
1502
- },
1503
- "order": {
1504
- "items": {
1505
- "properties": {
1506
- "active": {
1507
- "type": "boolean"
1508
- },
1509
- "drillPath": {
1510
- "type": "number"
1511
- },
1512
- "label": {
1513
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1514
- "type": "object"
1515
- },
1516
- "values": {
1517
- "items": {
1518
- "anyOf": [
1519
- {
1520
- "properties": {
1521
- "active": {
1522
- "type": "boolean"
1523
- },
1524
- "levels": {
1525
- "items": {
1526
- "type": "number"
1527
- },
1528
- "type": "array"
1529
- },
1530
- "order": {
1531
- "type": "number"
1532
- },
1533
- "type": {
1534
- "const": "level",
1535
- "type": "string"
1536
- }
1537
- },
1538
- "type": "object"
1539
- },
1540
- {
1541
- "properties": {
1542
- "active": {
1543
- "description": "Is active",
1544
- "type": "boolean"
1545
- },
1546
- "drilldownColumn": {
1547
- "type": "object"
1548
- },
1549
- "label": {
1550
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1551
- "type": "object"
1552
- },
1553
- "order": {
1554
- "description": "Order",
1555
- "type": "number"
1556
- },
1557
- "type": {
1558
- "const": "other",
1559
- "description": "Type of drilldown",
1560
- "type": "string"
1561
- }
1562
- },
1563
- "type": "object"
1564
- }
1565
- ]
1566
- },
1567
- "type": "array"
1568
- }
1569
- },
1570
- "type": "object"
1571
- },
1572
- "type": "array"
1573
- },
1574
- "route": {
1575
- "items": {
1576
- "properties": {
1577
- "active": {
1578
- "type": "boolean"
1579
- },
1580
- "drillPath": {
1581
- "type": "number"
1582
- },
1583
- "label": {
1584
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1585
- "type": "object"
1586
- },
1587
- "values": {
1588
- "items": {
1589
- "anyOf": [
1590
- {
1591
- "properties": {
1592
- "active": {
1593
- "type": "boolean"
1594
- },
1595
- "levels": {
1596
- "items": {
1597
- "type": "number"
1598
- },
1599
- "type": "array"
1600
- },
1601
- "order": {
1602
- "type": "number"
1603
- },
1604
- "type": {
1605
- "const": "level",
1606
- "type": "string"
1607
- }
1608
- },
1609
- "type": "object"
1610
- },
1611
- {
1612
- "properties": {
1613
- "active": {
1614
- "description": "Is active",
1615
- "type": "boolean"
1616
- },
1617
- "drilldownColumn": {
1618
- "type": "object"
1619
- },
1620
- "label": {
1621
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1622
- "type": "object"
1623
- },
1624
- "order": {
1625
- "description": "Order",
1626
- "type": "number"
1627
- },
1628
- "type": {
1629
- "const": "other",
1630
- "description": "Type of drilldown",
1631
- "type": "string"
1632
- }
1633
- },
1634
- "type": "object"
1635
- }
1636
- ]
1637
- },
1638
- "type": "array"
1639
- }
1640
- },
1641
- "type": "object"
1642
- },
1643
- "type": "array"
1644
- },
1645
- "row": {
1646
- "items": {
1647
- "properties": {
1648
- "active": {
1649
- "type": "boolean"
1650
- },
1651
- "drillPath": {
1652
- "type": "number"
1653
- },
1654
- "label": {
1655
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1656
- "type": "object"
1657
- },
1658
- "values": {
1659
- "items": {
1660
- "anyOf": [
1661
- {
1662
- "properties": {
1663
- "active": {
1664
- "type": "boolean"
1665
- },
1666
- "levels": {
1667
- "items": {
1668
- "type": "number"
1669
- },
1670
- "type": "array"
1671
- },
1672
- "order": {
1673
- "type": "number"
1674
- },
1675
- "type": {
1676
- "const": "level",
1677
- "type": "string"
1678
- }
1679
- },
1680
- "type": "object"
1681
- },
1682
- {
1683
- "properties": {
1684
- "active": {
1685
- "description": "Is active",
1686
- "type": "boolean"
1687
- },
1688
- "drilldownColumn": {
1689
- "type": "object"
1690
- },
1691
- "label": {
1692
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1693
- "type": "object"
1694
- },
1695
- "order": {
1696
- "description": "Order",
1697
- "type": "number"
1698
- },
1699
- "type": {
1700
- "const": "other",
1701
- "description": "Type of drilldown",
1702
- "type": "string"
1703
- }
1704
- },
1705
- "type": "object"
1706
- }
1707
- ]
1708
- },
1709
- "type": "array"
1710
- }
1711
- },
1712
- "type": "object"
1713
- },
1714
- "type": "array"
1715
- },
1716
- "size": {
1717
- "items": {
1718
- "properties": {
1719
- "active": {
1720
- "type": "boolean"
1721
- },
1722
- "drillPath": {
1723
- "type": "number"
1724
- },
1725
- "label": {
1726
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1727
- "type": "object"
1728
- },
1729
- "values": {
1730
- "items": {
1731
- "anyOf": [
1732
- {
1733
- "properties": {
1734
- "active": {
1735
- "type": "boolean"
1736
- },
1737
- "levels": {
1738
- "items": {
1739
- "type": "number"
1740
- },
1741
- "type": "array"
1742
- },
1743
- "order": {
1744
- "type": "number"
1745
- },
1746
- "type": {
1747
- "const": "level",
1748
- "type": "string"
1749
- }
1750
- },
1751
- "type": "object"
1752
- },
1753
- {
1754
- "properties": {
1755
- "active": {
1756
- "description": "Is active",
1757
- "type": "boolean"
1758
- },
1759
- "drilldownColumn": {
1760
- "type": "object"
1761
- },
1762
- "label": {
1763
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1764
- "type": "object"
1765
- },
1766
- "order": {
1767
- "description": "Order",
1768
- "type": "number"
1769
- },
1770
- "type": {
1771
- "const": "other",
1772
- "description": "Type of drilldown",
1773
- "type": "string"
1774
- }
1775
- },
1776
- "type": "object"
1777
- }
1778
- ]
1779
- },
1780
- "type": "array"
1781
- }
1782
- },
1783
- "type": "object"
1784
- },
1785
- "type": "array"
1786
- },
1787
- "slidermetric": {
1788
- "items": {
1789
- "properties": {
1790
- "active": {
1791
- "type": "boolean"
1792
- },
1793
- "drillPath": {
1794
- "type": "number"
1795
- },
1796
- "label": {
1797
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1798
- "type": "object"
1799
- },
1800
- "values": {
1801
- "items": {
1802
- "anyOf": [
1803
- {
1804
- "properties": {
1805
- "active": {
1806
- "type": "boolean"
1807
- },
1808
- "levels": {
1809
- "items": {
1810
- "type": "number"
1811
- },
1812
- "type": "array"
1813
- },
1814
- "order": {
1815
- "type": "number"
1816
- },
1817
- "type": {
1818
- "const": "level",
1819
- "type": "string"
1820
- }
1821
- },
1822
- "type": "object"
1823
- },
1824
- {
1825
- "properties": {
1826
- "active": {
1827
- "description": "Is active",
1828
- "type": "boolean"
1829
- },
1830
- "drilldownColumn": {
1831
- "type": "object"
1832
- },
1833
- "label": {
1834
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1835
- "type": "object"
1836
- },
1837
- "order": {
1838
- "description": "Order",
1839
- "type": "number"
1840
- },
1841
- "type": {
1842
- "const": "other",
1843
- "description": "Type of drilldown",
1844
- "type": "string"
1845
- }
1846
- },
1847
- "type": "object"
1848
- }
1849
- ]
1850
- },
1851
- "type": "array"
1852
- }
1853
- },
1854
- "type": "object"
1855
- },
1856
- "type": "array"
1857
- },
1858
- "source": {
1859
- "items": {
1860
- "properties": {
1861
- "active": {
1862
- "type": "boolean"
1863
- },
1864
- "drillPath": {
1865
- "type": "number"
1866
- },
1867
- "label": {
1868
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1869
- "type": "object"
1870
- },
1871
- "values": {
1872
- "items": {
1873
- "anyOf": [
1874
- {
1875
- "properties": {
1876
- "active": {
1877
- "type": "boolean"
1878
- },
1879
- "levels": {
1880
- "items": {
1881
- "type": "number"
1882
- },
1883
- "type": "array"
1884
- },
1885
- "order": {
1886
- "type": "number"
1887
- },
1888
- "type": {
1889
- "const": "level",
1890
- "type": "string"
1891
- }
1892
- },
1893
- "type": "object"
1894
- },
1895
- {
1896
- "properties": {
1897
- "active": {
1898
- "description": "Is active",
1899
- "type": "boolean"
1900
- },
1901
- "drilldownColumn": {
1902
- "type": "object"
1903
- },
1904
- "label": {
1905
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1906
- "type": "object"
1907
- },
1908
- "order": {
1909
- "description": "Order",
1910
- "type": "number"
1911
- },
1912
- "type": {
1913
- "const": "other",
1914
- "description": "Type of drilldown",
1915
- "type": "string"
1916
- }
1917
- },
1918
- "type": "object"
1919
- }
1920
- ]
19
+ "default": false,
20
+ "description": "Show or hide the category labels in the chart",
21
+ "type": "boolean"
22
+ },
23
+ "legend": {
24
+ "default": true,
25
+ "description": "Show or hide the legend",
26
+ "type": "boolean"
27
+ },
28
+ "title": {
29
+ "default": true,
30
+ "description": "Show or hide the title",
31
+ "type": "boolean"
32
+ },
33
+ "values": {
34
+ "description": "Show or hide the values in the chart: none, percentage or absolute",
35
+ "enum": [
36
+ "absolute",
37
+ "none",
38
+ "percentage"
39
+ ],
40
+ "type": "string"
41
+ }
42
+ },
43
+ "type": "object"
44
+ },
45
+ "interactivity": {
46
+ "description": "Interactivity options",
47
+ "properties": {
48
+ "customEvents": {
49
+ "anyOf": [
50
+ {
51
+ "properties": {
52
+ "events": {
53
+ "items": {
54
+ "description": "Custom event configuration",
55
+ "properties": {
56
+ "label": {
57
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
58
+ "type": "object"
59
+ },
60
+ "name": {
61
+ "description": "Custom event name",
62
+ "type": "string"
63
+ }
1921
64
  },
1922
- "type": "array"
1923
- }
1924
- },
1925
- "type": "object"
1926
- },
1927
- "type": "array"
1928
- },
1929
- "target": {
1930
- "items": {
1931
- "properties": {
1932
- "active": {
1933
- "type": "boolean"
1934
- },
1935
- "drillPath": {
1936
- "type": "number"
1937
- },
1938
- "label": {
1939
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1940
65
  "type": "object"
1941
66
  },
1942
- "values": {
1943
- "items": {
1944
- "anyOf": [
1945
- {
1946
- "properties": {
1947
- "active": {
1948
- "type": "boolean"
1949
- },
1950
- "levels": {
1951
- "items": {
1952
- "type": "number"
1953
- },
1954
- "type": "array"
1955
- },
1956
- "order": {
1957
- "type": "number"
1958
- },
1959
- "type": {
1960
- "const": "level",
1961
- "type": "string"
1962
- }
1963
- },
1964
- "type": "object"
1965
- },
1966
- {
1967
- "properties": {
1968
- "active": {
1969
- "description": "Is active",
1970
- "type": "boolean"
1971
- },
1972
- "drilldownColumn": {
1973
- "type": "object"
1974
- },
1975
- "label": {
1976
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1977
- "type": "object"
1978
- },
1979
- "order": {
1980
- "description": "Order",
1981
- "type": "number"
1982
- },
1983
- "type": {
1984
- "const": "other",
1985
- "description": "Type of drilldown",
1986
- "type": "string"
1987
- }
1988
- },
1989
- "type": "object"
1990
- }
1991
- ]
1992
- },
1993
- "type": "array"
1994
- }
67
+ "type": "array"
1995
68
  },
1996
- "type": "object"
1997
- },
1998
- "type": "array"
1999
- },
2000
- "time": {
2001
- "items": {
2002
- "properties": {
2003
- "active": {
2004
- "type": "boolean"
2005
- },
2006
- "drillPath": {
2007
- "type": "number"
2008
- },
2009
- "label": {
2010
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2011
- "type": "object"
2012
- },
2013
- "values": {
2014
- "items": {
2015
- "anyOf": [
2016
- {
2017
- "properties": {
2018
- "active": {
2019
- "type": "boolean"
2020
- },
2021
- "levels": {
2022
- "items": {
2023
- "type": "number"
2024
- },
2025
- "type": "array"
2026
- },
2027
- "order": {
2028
- "type": "number"
2029
- },
2030
- "type": {
2031
- "const": "level",
2032
- "type": "string"
2033
- }
2034
- },
2035
- "type": "object"
2036
- },
2037
- {
2038
- "properties": {
2039
- "active": {
2040
- "description": "Is active",
2041
- "type": "boolean"
2042
- },
2043
- "drilldownColumn": {
2044
- "type": "object"
2045
- },
2046
- "label": {
2047
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2048
- "type": "object"
2049
- },
2050
- "order": {
2051
- "description": "Order",
2052
- "type": "number"
2053
- },
2054
- "type": {
2055
- "const": "other",
2056
- "description": "Type of drilldown",
2057
- "type": "string"
2058
- }
2059
- },
2060
- "type": "object"
2061
- }
2062
- ]
69
+ "extraData": {
70
+ "items": {
71
+ "properties": {
72
+ "aggregation": {
73
+ "description": "Aggregation query type",
74
+ "enum": [
75
+ "average",
76
+ "count",
77
+ "cumulativesum",
78
+ "distinctcount",
79
+ "histogram",
80
+ "max",
81
+ "median",
82
+ "min",
83
+ "rate",
84
+ "stddev",
85
+ "sum",
86
+ "weightedaverage"
87
+ ],
88
+ "type": "string"
89
+ },
90
+ "columnId": {
91
+ "description": "Column id",
92
+ "format": "uuid",
93
+ "type": "string"
94
+ },
95
+ "datasetId": {
96
+ "description": "Dataset id",
97
+ "format": "uuid",
98
+ "type": "string"
99
+ },
100
+ "formulaId": {
101
+ "description": "Formula id",
102
+ "format": "uuid",
103
+ "type": "string"
104
+ },
105
+ "label": {
106
+ "description": "Label",
107
+ "type": "string"
108
+ },
109
+ "weightedColumnId": {
110
+ "description": "Weighted column id",
111
+ "format": "uuid",
112
+ "type": "string"
113
+ },
114
+ "weightedDatasetId": {
115
+ "description": "Weighted dataset id",
116
+ "format": "uuid",
117
+ "type": "string"
118
+ }
2063
119
  },
2064
- "type": "array"
2065
- }
2066
- },
2067
- "type": "object"
2068
- },
2069
- "type": "array"
2070
- },
2071
- "x-axis": {
2072
- "items": {
2073
- "properties": {
2074
- "active": {
2075
- "type": "boolean"
2076
- },
2077
- "drillPath": {
2078
- "type": "number"
2079
- },
2080
- "label": {
2081
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2082
120
  "type": "object"
2083
121
  },
2084
- "values": {
2085
- "items": {
2086
- "anyOf": [
2087
- {
2088
- "properties": {
2089
- "active": {
2090
- "type": "boolean"
2091
- },
2092
- "levels": {
2093
- "items": {
2094
- "type": "number"
2095
- },
2096
- "type": "array"
2097
- },
2098
- "order": {
2099
- "type": "number"
2100
- },
2101
- "type": {
2102
- "const": "level",
2103
- "type": "string"
2104
- }
2105
- },
2106
- "type": "object"
2107
- },
2108
- {
2109
- "properties": {
2110
- "active": {
2111
- "description": "Is active",
2112
- "type": "boolean"
2113
- },
2114
- "drilldownColumn": {
2115
- "type": "object"
2116
- },
2117
- "label": {
2118
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2119
- "type": "object"
2120
- },
2121
- "order": {
2122
- "description": "Order",
2123
- "type": "number"
2124
- },
2125
- "type": {
2126
- "const": "other",
2127
- "description": "Type of drilldown",
2128
- "type": "string"
2129
- }
2130
- },
2131
- "type": "object"
2132
- }
2133
- ]
2134
- },
2135
- "type": "array"
2136
- }
2137
- },
2138
- "type": "object"
122
+ "type": "array"
123
+ }
2139
124
  },
2140
- "type": "array"
125
+ "type": "object"
2141
126
  },
2142
- "y-axis": {
2143
- "items": {
2144
- "properties": {
2145
- "active": {
2146
- "type": "boolean"
2147
- },
2148
- "drillPath": {
2149
- "type": "number"
2150
- },
2151
- "label": {
2152
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2153
- "type": "object"
2154
- },
2155
- "values": {
2156
- "items": {
2157
- "anyOf": [
2158
- {
2159
- "properties": {
2160
- "active": {
2161
- "type": "boolean"
2162
- },
2163
- "levels": {
2164
- "items": {
2165
- "type": "number"
2166
- },
2167
- "type": "array"
2168
- },
2169
- "order": {
2170
- "type": "number"
2171
- },
2172
- "type": {
2173
- "const": "level",
2174
- "type": "string"
2175
- }
2176
- },
2177
- "type": "object"
2178
- },
2179
- {
2180
- "properties": {
2181
- "active": {
2182
- "description": "Is active",
2183
- "type": "boolean"
2184
- },
2185
- "drilldownColumn": {
2186
- "type": "object"
2187
- },
2188
- "label": {
2189
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2190
- "type": "object"
2191
- },
2192
- "order": {
2193
- "description": "Order",
2194
- "type": "number"
2195
- },
2196
- "type": {
2197
- "const": "other",
2198
- "description": "Type of drilldown",
2199
- "type": "string"
2200
- }
2201
- },
2202
- "type": "object"
2203
- }
2204
- ]
2205
- },
2206
- "type": "array"
2207
- }
2208
- },
2209
- "type": "object"
2210
- },
2211
- "type": "array"
127
+ {
128
+ "type": "null"
2212
129
  }
2213
- },
2214
- "type": "object"
130
+ ],
131
+ "default": null,
132
+ "description": "Custom events interactivity option"
133
+ },
134
+ "customTooltip": {
135
+ "default": null,
136
+ "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
137
+ "type": [
138
+ "null",
139
+ "object"
140
+ ]
2215
141
  },
2216
142
  "exportTypes": {
2217
143
  "default": [
@@ -2219,7 +145,7 @@ declare const _default: {
2219
145
  "csv",
2220
146
  "png"
2221
147
  ],
2222
- "description": "Export types interactivity option",
148
+ "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.",
2223
149
  "items": {
2224
150
  "description": "Export types",
2225
151
  "enum": [
@@ -2241,364 +167,25 @@ declare const _default: {
2241
167
  "items": {
2242
168
  "description": "Measure dimension picker configuration",
2243
169
  "properties": {
2244
- "acceptFormula": {
2245
- "type": "boolean"
2246
- },
2247
- "allAvailableColumns": {
2248
- "items": {
2249
- "properties": {
2250
- "columns": {
2251
- "items": {
2252
- "properties": {
2253
- "cardinality": {
2254
- "type": "number"
2255
- },
2256
- "color": {
2257
- "type": "string"
2258
- },
2259
- "columnHierarchies": {
2260
- "anyOf": [
2261
- {
2262
- "items": {
2263
- "type": "string"
2264
- },
2265
- "type": "array"
2266
- },
2267
- {
2268
- "items": {
2269
- "properties": {
2270
- "color": {
2271
- "type": "string"
2272
- },
2273
- "id": {
2274
- "type": "string"
2275
- },
2276
- "level": {
2277
- "type": "number"
2278
- },
2279
- "name": {
2280
- "type": "object"
2281
- }
2282
- },
2283
- "type": "object"
2284
- },
2285
- "type": "array"
2286
- }
2287
- ]
2288
- },
2289
- "currency": {
2290
- "properties": {
2291
- "id": {
2292
- "type": "string"
2293
- },
2294
- "name": {
2295
- "type": "string"
2296
- },
2297
- "symbol": {
2298
- "type": "string"
2299
- }
2300
- },
2301
- "type": "object"
2302
- },
2303
- "currency_id": {
2304
- "type": "string"
2305
- },
2306
- "description": {
2307
- "type": "object"
2308
- },
2309
- "duration_format": {
2310
- "enum": [
2311
- "long",
2312
- "short",
2313
- "time"
2314
- ],
2315
- "type": "string"
2316
- },
2317
- "duration_levels": {
2318
- "items": {
2319
- "type": "number"
2320
- },
2321
- "type": "array"
2322
- },
2323
- "expression": {
2324
- "type": "string"
2325
- },
2326
- "format": {
2327
- "type": "string"
2328
- },
2329
- "hierarchyLevels": {
2330
- "items": {
2331
- "properties": {
2332
- "color": {
2333
- "type": "string"
2334
- },
2335
- "id": {
2336
- "type": "string"
2337
- },
2338
- "level": {
2339
- "type": "number"
2340
- },
2341
- "name": {
2342
- "type": "object"
2343
- }
2344
- },
2345
- "type": "object"
2346
- },
2347
- "type": "array"
2348
- },
2349
- "hierarchy_enabled": {
2350
- "type": "boolean"
2351
- },
2352
- "highestLevel": {
2353
- "type": "number"
2354
- },
2355
- "id": {
2356
- "type": "string"
2357
- },
2358
- "informat": {
2359
- "type": "string"
2360
- },
2361
- "isFormula": {
2362
- "type": "boolean"
2363
- },
2364
- "isLabel": {
2365
- "type": "boolean"
2366
- },
2367
- "joins": {
2368
- "items": {
2369
- "properties": {
2370
- "currency_id": {
2371
- "type": [
2372
- "null",
2373
- "string"
2374
- ]
2375
- },
2376
- "hierarchy_enabled": {
2377
- "type": "boolean"
2378
- },
2379
- "id": {
2380
- "type": "string"
2381
- },
2382
- "join": {
2383
- "properties": {
2384
- "column_id": {
2385
- "type": "string"
2386
- },
2387
- "created_at": {
2388
- "type": "string"
2389
- },
2390
- "joins_id": {
2391
- "type": "string"
2392
- },
2393
- "subtype": {
2394
- "type": "string"
2395
- },
2396
- "type": {
2397
- "enum": [
2398
- "exact",
2399
- "lookup"
2400
- ],
2401
- "type": "string"
2402
- },
2403
- "update_at": {
2404
- "type": "string"
2405
- },
2406
- "updated_at": {
2407
- "type": "string"
2408
- }
2409
- },
2410
- "type": "object"
2411
- },
2412
- "securable_id": {
2413
- "type": "string"
2414
- }
2415
- },
2416
- "type": "object"
2417
- },
2418
- "type": "array"
2419
- },
2420
- "level": {
2421
- "type": "number"
2422
- },
2423
- "lowestLevel": {
2424
- "type": "number"
2425
- },
2426
- "name": {
2427
- "type": "object"
2428
- },
2429
- "order": {
2430
- "type": "number"
2431
- },
2432
- "securable_id": {
2433
- "type": "string"
2434
- },
2435
- "source_name": {
2436
- "type": "string"
2437
- },
2438
- "subtype": {
2439
- "enum": [
2440
- "coordinates",
2441
- "currency",
2442
- "duration",
2443
- "hierarchy_element_expression",
2444
- "topography"
2445
- ],
2446
- "type": "string"
2447
- },
2448
- "type": {
2449
- "enum": [
2450
- "datetime",
2451
- "hierarchy",
2452
- "numeric",
2453
- "spatial"
2454
- ],
2455
- "type": "string"
2456
- },
2457
- "version": {
2458
- "type": "number"
2459
- },
2460
- "width": {
2461
- "type": "number"
2462
- }
2463
- },
2464
- "type": "object"
2465
- },
2466
- "type": "array"
2467
- },
2468
- "datasetId": {
2469
- "format": "uuid",
2470
- "type": "string"
2471
- },
2472
- "datasetName": {
2473
- "type": "object"
2474
- },
2475
- "formulas": {
2476
- "items": {
2477
- "properties": {
2478
- "color": {
2479
- "type": "string"
2480
- },
2481
- "currency": {
2482
- "properties": {
2483
- "id": {
2484
- "type": "string"
2485
- },
2486
- "name": {
2487
- "type": "string"
2488
- },
2489
- "symbol": {
2490
- "type": "string"
2491
- }
2492
- },
2493
- "type": "object"
2494
- },
2495
- "currency_id": {
2496
- "type": "string"
2497
- },
2498
- "duration_format": {
2499
- "enum": [
2500
- "long",
2501
- "short",
2502
- "time"
2503
- ],
2504
- "type": "string"
2505
- },
2506
- "duration_levels": {
2507
- "items": {
2508
- "type": "number"
2509
- },
2510
- "type": "array"
2511
- },
2512
- "expression": {
2513
- "type": "string"
2514
- },
2515
- "format": {
2516
- "type": "string"
2517
- },
2518
- "id": {
2519
- "type": "string"
2520
- },
2521
- "informat": {
2522
- "enum": [
2523
- "DD-MM-YYYY HH:mm:ss.SSS",
2524
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
2525
- "MM-DD-YYYY HH:mm:ss.SSS",
2526
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
2527
- "X",
2528
- "YYYY-MM-DD HH:mm:ss.SSS",
2529
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
2530
- "hierarchy",
2531
- "numeric",
2532
- "x"
2533
- ],
2534
- "type": "string"
2535
- },
2536
- "isFormula": {
2537
- "type": "boolean"
2538
- },
2539
- "level": {
2540
- "type": "number"
2541
- },
2542
- "lowestLevel": {
2543
- "type": "number"
2544
- },
2545
- "name": {
2546
- "type": "object"
2547
- },
2548
- "securableFormula": {
2549
- "properties": {
2550
- "formula_id": {
2551
- "type": "string"
2552
- },
2553
- "securable_id": {
2554
- "type": "string"
2555
- }
2556
- },
2557
- "type": "object"
2558
- },
2559
- "securable_id": {
2560
- "type": "string"
2561
- },
2562
- "subtype": {
2563
- "enum": [
2564
- "currency",
2565
- "date",
2566
- "datetime",
2567
- "duration"
2568
- ],
2569
- "type": "string"
2570
- },
2571
- "type": {
2572
- "enum": [
2573
- "datetime",
2574
- "hierarchy",
2575
- "numeric"
2576
- ],
2577
- "type": "string"
2578
- }
2579
- },
2580
- "type": "object"
2581
- },
2582
- "type": "array"
2583
- }
2584
- },
2585
- "type": "object"
2586
- },
2587
- "type": "array"
2588
- },
2589
- "allowMultiple": {
2590
- "type": "boolean"
2591
- },
2592
- "description": {
2593
- "type": "string"
2594
- },
2595
170
  "order": {
171
+ "description": "Order",
172
+ "examples": [
173
+ 0,
174
+ 9999
175
+ ],
2596
176
  "type": "number"
2597
177
  },
2598
178
  "slot": {
179
+ "description": "Slot name",
180
+ "examples": [
181
+ "measure",
182
+ "dimension",
183
+ "legend"
184
+ ],
2599
185
  "type": "string"
2600
186
  },
2601
187
  "values": {
188
+ "description": "An array of columns for the current picker",
2602
189
  "items": {
2603
190
  "properties": {
2604
191
  "aggregationFunc": {
@@ -2634,6 +221,7 @@ declare const _default: {
2634
221
  "currency",
2635
222
  "duration",
2636
223
  "hierarchy_element_expression",
224
+ "ip_address",
2637
225
  "topography"
2638
226
  ],
2639
227
  "type": "string"
@@ -2667,36 +255,6 @@ declare const _default: {
2667
255
  "string"
2668
256
  ]
2669
257
  },
2670
- "columnHierarchies": {
2671
- "anyOf": [
2672
- {
2673
- "items": {
2674
- "type": "string"
2675
- },
2676
- "type": "array"
2677
- },
2678
- {
2679
- "items": {
2680
- "properties": {
2681
- "color": {
2682
- "type": "string"
2683
- },
2684
- "id": {
2685
- "type": "string"
2686
- },
2687
- "level": {
2688
- "type": "number"
2689
- },
2690
- "name": {
2691
- "type": "object"
2692
- }
2693
- },
2694
- "type": "object"
2695
- },
2696
- "type": "array"
2697
- }
2698
- ]
2699
- },
2700
258
  "columnId": {
2701
259
  "description": "Column id",
2702
260
  "format": "uuid",
@@ -2771,13 +329,6 @@ declare const _default: {
2771
329
  },
2772
330
  "type": "object"
2773
331
  },
2774
- "hidden": {
2775
- "type": "boolean"
2776
- },
2777
- "include_nonoccurring": {
2778
- "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.",
2779
- "type": "boolean"
2780
- },
2781
332
  "label": {
2782
333
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
2783
334
  "type": "object"
@@ -2825,6 +376,7 @@ declare const _default: {
2825
376
  "enum": [
2826
377
  "none",
2827
378
  "past",
379
+ "absoluteChange",
2828
380
  "percentageChange"
2829
381
  ],
2830
382
  "type": "string"
@@ -2832,10 +384,8 @@ declare const _default: {
2832
384
  },
2833
385
  "type": "object"
2834
386
  },
2835
- "readonly": {
2836
- "type": "boolean"
2837
- },
2838
387
  "selected": {
388
+ "description": "Selected item",
2839
389
  "type": "boolean"
2840
390
  },
2841
391
  "subtype": {
@@ -2848,6 +398,7 @@ declare const _default: {
2848
398
  "datetime",
2849
399
  "duration",
2850
400
  "hierarchy_element_expression",
401
+ "ip_address",
2851
402
  "topography"
2852
403
  ],
2853
404
  "type": "string"
@@ -2927,7 +478,7 @@ declare const _default: {
2927
478
  "type": "object"
2928
479
  },
2929
480
  "legend": {
2930
- "description": "Legend options",
481
+ "description": "Legend options, they are applied if the legend is displayed",
2931
482
  "properties": {
2932
483
  "position": {
2933
484
  "description": "Position of the legend. Only available when the legend is shown.",
@@ -2965,7 +516,7 @@ declare const _default: {
2965
516
  "type": "object"
2966
517
  },
2967
518
  "limit": {
2968
- "description": "Show number of observations",
519
+ "description": "The maximum number of data rows to query and display",
2969
520
  "properties": {
2970
521
  "number": {
2971
522
  "default": 100000,
@@ -3070,6 +621,12 @@ declare const _default: {
3070
621
  },
3071
622
  "padding": {
3072
623
  "description": "Set padding between the slices",
624
+ "examples": [
625
+ 0,
626
+ 1,
627
+ 5,
628
+ 10
629
+ ],
3073
630
  "type": "number"
3074
631
  },
3075
632
  "roundedCorners": {
@@ -3077,7 +634,7 @@ declare const _default: {
3077
634
  "type": "number"
3078
635
  },
3079
636
  "width": {
3080
- "default": ".35",
637
+ "default": 0.35,
3081
638
  "description": "Set width of the slices",
3082
639
  "type": "number"
3083
640
  }
@@ -3171,7 +728,7 @@ declare const _default: {
3171
728
  "description": "Custom border styling",
3172
729
  "properties": {
3173
730
  "border-bottom-width": {
3174
- "description": "Border bottom width",
731
+ "description": "Border bottom width, it is visible when a border style and color are set",
3175
732
  "examples": [
3176
733
  "0px",
3177
734
  "1px",
@@ -3180,7 +737,7 @@ declare const _default: {
3180
737
  "type": "string"
3181
738
  },
3182
739
  "border-color": {
3183
- "description": "Border color",
740
+ "description": "Border color, it is visible when a border style and width are set",
3184
741
  "examples": [
3185
742
  "rgba(216, 216, 216, 1)",
3186
743
  "rgb(147, 146, 148)"
@@ -3188,7 +745,7 @@ declare const _default: {
3188
745
  "type": "string"
3189
746
  },
3190
747
  "border-left-width": {
3191
- "description": "Border left width",
748
+ "description": "Border left width, it is visible when a border style and color are set",
3192
749
  "examples": [
3193
750
  "0px",
3194
751
  "1px",
@@ -3206,7 +763,7 @@ declare const _default: {
3206
763
  "type": "string"
3207
764
  },
3208
765
  "border-right-width": {
3209
- "description": "Border right width",
766
+ "description": "Border right width, it is visible when a border style and color are set",
3210
767
  "examples": [
3211
768
  "0px",
3212
769
  "1px",
@@ -3215,7 +772,7 @@ declare const _default: {
3215
772
  "type": "string"
3216
773
  },
3217
774
  "border-style": {
3218
- "description": "Border style",
775
+ "description": "Border style, it is visible when a border color and width are set",
3219
776
  "examples": [
3220
777
  "none",
3221
778
  "solid",
@@ -3225,7 +782,7 @@ declare const _default: {
3225
782
  "type": "string"
3226
783
  },
3227
784
  "border-top-width": {
3228
- "description": "Border top width",
785
+ "description": "Border top width, it is visible when a border style and color are set",
3229
786
  "examples": [
3230
787
  "0px",
3231
788
  "1px",
@@ -3267,12 +824,15 @@ declare const _default: {
3267
824
  "type": "object"
3268
825
  },
3269
826
  "colors": {
3270
- "description": "Custom color palette",
827
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
3271
828
  "examples": [
3272
829
  [
3273
- "rgb(68, 52, 255)",
3274
- "rgb(68, 52, 255)",
3275
- "rgb(218, 214, 255)"
830
+ "red",
831
+ "green",
832
+ "blue",
833
+ "yellow",
834
+ "orange",
835
+ "purple"
3276
836
  ]
3277
837
  ],
3278
838
  "items": {
@@ -3283,19 +843,6 @@ declare const _default: {
3283
843
  "font": {
3284
844
  "description": "Custom font styling",
3285
845
  "properties": {
3286
- "font-style": {
3287
- "const": "normal",
3288
- "description": "Use it to reset the font style to \"normal\"",
3289
- "type": "string"
3290
- },
3291
- "font-weight": {
3292
- "description": "Font weight",
3293
- "examples": [
3294
- 400,
3295
- 700
3296
- ],
3297
- "type": "number"
3298
- },
3299
846
  "fontFamily": {
3300
847
  "description": "Font family",
3301
848
  "examples": [
@@ -3308,7 +855,7 @@ declare const _default: {
3308
855
  "type": "string"
3309
856
  },
3310
857
  "fontSize": {
3311
- "description": "Font size in px",
858
+ "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.",
3312
859
  "examples": [
3313
860
  10,
3314
861
  15,
@@ -3337,10 +884,10 @@ declare const _default: {
3337
884
  "type": "string"
3338
885
  },
3339
886
  "legend": {
3340
- "description": "Custom legend styling",
887
+ "description": "Custom legend styling, it's applied if the legend is displayed",
3341
888
  "properties": {
3342
889
  "fontSize": {
3343
- "description": "Legend font size in px",
890
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3344
891
  "examples": [
3345
892
  12,
3346
893
  16
@@ -3374,7 +921,7 @@ declare const _default: {
3374
921
  "type": "object"
3375
922
  },
3376
923
  "title": {
3377
- "description": "Custom title styling",
924
+ "description": "Custom title styling, it's applied if the title is displayed",
3378
925
  "properties": {
3379
926
  "align": {
3380
927
  "description": "Title align",
@@ -3407,7 +954,7 @@ declare const _default: {
3407
954
  "type": "boolean"
3408
955
  },
3409
956
  "fontSize": {
3410
- "description": "Title's font size in px",
957
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3411
958
  "examples": [
3412
959
  16,
3413
960
  20
@@ -3443,7 +990,7 @@ declare const _default: {
3443
990
  "type": "object"
3444
991
  },
3445
992
  "tooltip": {
3446
- "description": "Custom tooltip styling",
993
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
3447
994
  "properties": {
3448
995
  "background": {
3449
996
  "description": "Tooltip's background",
@@ -3456,16 +1003,7 @@ declare const _default: {
3456
1003
  "type": "string"
3457
1004
  },
3458
1005
  "fontSize": {
3459
- "description": "Tooltip's font size in px",
3460
- "examples": [
3461
- 12,
3462
- 16,
3463
- 20
3464
- ],
3465
- "type": "number"
3466
- },
3467
- "lineHeight": {
3468
- "description": "Tooltip's line height in px",
1006
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
3469
1007
  "examples": [
3470
1008
  12,
3471
1009
  16,
@@ -3474,7 +1012,7 @@ declare const _default: {
3474
1012
  "type": "number"
3475
1013
  },
3476
1014
  "opacity": {
3477
- "description": "Tooltip's opacity",
1015
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
3478
1016
  "examples": [
3479
1017
  0.5,
3480
1018
  0.8,
@@ -3504,7 +1042,7 @@ declare const _default: {
3504
1042
  "type": "string"
3505
1043
  },
3506
1044
  "title": {
3507
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1045
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
3508
1046
  "examples": [
3509
1047
  {
3510
1048
  "en": "Title"