@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/line-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/line-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -114,11 +114,11 @@ declare const _default: {
114
114
  "type": "object"
115
115
  },
116
116
  "y2": {
117
- "description": "Y-axis options",
117
+ "description": "Y-axis options\nRequires two measures to be specified for y2 to work.",
118
118
  "properties": {
119
119
  "active": {
120
120
  "default": false,
121
- "description": "Is Y2-axis is active",
121
+ "description": "Is Y2-axis is active\nRequires two measured to be specified for this to work.",
122
122
  "type": "boolean"
123
123
  },
124
124
  "color": {
@@ -146,9 +146,7 @@ declare const _default: {
146
146
  },
147
147
  "measureIndexes": {
148
148
  "default": [
149
- [
150
- 1
151
- ]
149
+ 1
152
150
  ],
153
151
  "description": "Indexes of the measures that are displayed on the Y2-axis",
154
152
  "items": {
@@ -470,114 +468,104 @@ declare const _default: {
470
468
  "interactivity": {
471
469
  "description": "Interactivity options",
472
470
  "properties": {
473
- "availableExportTypes": {
474
- "default": [
475
- "xlsx",
476
- "csv",
477
- "png"
478
- ],
479
- "description": "Available export types interactivity option",
480
- "items": {
481
- "description": "Export types",
482
- "enum": [
483
- "csv",
484
- "csv-raw",
485
- "png",
486
- "xlsx",
487
- "xlsx-raw"
488
- ],
489
- "type": "string"
490
- },
491
- "type": "array"
492
- },
493
471
  "brush": {
494
472
  "default": true,
495
473
  "description": "Filter on brush interactivity option",
496
474
  "type": "boolean"
497
475
  },
498
476
  "customEvents": {
499
- "default": null,
500
- "description": "Custom events interactivity option",
501
- "properties": {
502
- "events": {
503
- "items": {
504
- "description": "Custom event configuration",
505
- "properties": {
506
- "label": {
507
- "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
477
+ "anyOf": [
478
+ {
479
+ "properties": {
480
+ "events": {
481
+ "items": {
482
+ "description": "Custom event configuration",
483
+ "properties": {
484
+ "label": {
485
+ "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
486
+ "type": "object"
487
+ },
488
+ "name": {
489
+ "description": "Custom event name",
490
+ "type": "string"
491
+ }
492
+ },
508
493
  "type": "object"
509
494
  },
510
- "name": {
511
- "description": "Custom event name",
512
- "type": "string"
513
- }
495
+ "type": "array"
514
496
  },
515
- "type": "object"
516
- },
517
- "type": "array"
518
- },
519
- "extraData": {
520
- "items": {
521
- "properties": {
522
- "aggregation": {
523
- "description": "Aggregation query type",
524
- "enum": [
525
- "average",
526
- "count",
527
- "cumulativesum",
528
- "distinctcount",
529
- "histogram",
530
- "max",
531
- "median",
532
- "min",
533
- "rate",
534
- "stddev",
535
- "sum",
536
- "weightedaverage"
537
- ],
538
- "type": "string"
539
- },
540
- "columnId": {
541
- "description": "Column id",
542
- "format": "uuid",
543
- "type": "string"
544
- },
545
- "datasetId": {
546
- "description": "Dataset id",
547
- "format": "uuid",
548
- "type": "string"
549
- },
550
- "formulaId": {
551
- "description": "Formula id",
552
- "format": "uuid",
553
- "type": "string"
554
- },
555
- "label": {
556
- "description": "Label",
557
- "type": "string"
558
- },
559
- "weightedColumnId": {
560
- "description": "Weighted column id",
561
- "format": "uuid",
562
- "type": "string"
497
+ "extraData": {
498
+ "items": {
499
+ "properties": {
500
+ "aggregation": {
501
+ "description": "Aggregation query type",
502
+ "enum": [
503
+ "average",
504
+ "count",
505
+ "cumulativesum",
506
+ "distinctcount",
507
+ "histogram",
508
+ "max",
509
+ "median",
510
+ "min",
511
+ "rate",
512
+ "stddev",
513
+ "sum",
514
+ "weightedaverage"
515
+ ],
516
+ "type": "string"
517
+ },
518
+ "columnId": {
519
+ "description": "Column id",
520
+ "format": "uuid",
521
+ "type": "string"
522
+ },
523
+ "datasetId": {
524
+ "description": "Dataset id",
525
+ "format": "uuid",
526
+ "type": "string"
527
+ },
528
+ "formulaId": {
529
+ "description": "Formula id",
530
+ "format": "uuid",
531
+ "type": "string"
532
+ },
533
+ "label": {
534
+ "description": "Label",
535
+ "type": "string"
536
+ },
537
+ "weightedColumnId": {
538
+ "description": "Weighted column id",
539
+ "format": "uuid",
540
+ "type": "string"
541
+ },
542
+ "weightedDatasetId": {
543
+ "description": "Weighted dataset id",
544
+ "format": "uuid",
545
+ "type": "string"
546
+ }
547
+ },
548
+ "type": "object"
563
549
  },
564
- "weightedDatasetId": {
565
- "description": "Weighted dataset id",
566
- "format": "uuid",
567
- "type": "string"
568
- }
569
- },
570
- "type": "object"
550
+ "type": "array"
551
+ }
571
552
  },
572
- "type": "array"
553
+ "type": "object"
554
+ },
555
+ {
556
+ "type": "null"
573
557
  }
574
- },
575
- "type": "object"
558
+ ],
559
+ "default": null,
560
+ "description": "Custom events interactivity option"
576
561
  },
577
562
  "customTooltip": {
578
563
  "default": null,
579
564
  "description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
580
- "type": "object"
565
+ "type": [
566
+ "null",
567
+ "object"
568
+ ]
581
569
  },
582
570
  "exportTypes": {
583
571
  "default": [
@@ -585,7 +573,7 @@ declare const _default: {
585
573
  "csv",
586
574
  "png"
587
575
  ],
588
- "description": "Export types interactivity option",
576
+ "description": "Export types interactivity option. The export button appears when hovering the chart. If the empty array is provided, the export button is not shown.",
589
577
  "items": {
590
578
  "description": "Export types",
591
579
  "enum": [
@@ -607,364 +595,25 @@ declare const _default: {
607
595
  "items": {
608
596
  "description": "Measure dimension picker configuration",
609
597
  "properties": {
610
- "acceptFormula": {
611
- "type": "boolean"
612
- },
613
- "allAvailableColumns": {
614
- "items": {
615
- "properties": {
616
- "columns": {
617
- "items": {
618
- "properties": {
619
- "cardinality": {
620
- "type": "number"
621
- },
622
- "color": {
623
- "type": "string"
624
- },
625
- "columnHierarchies": {
626
- "anyOf": [
627
- {
628
- "items": {
629
- "type": "string"
630
- },
631
- "type": "array"
632
- },
633
- {
634
- "items": {
635
- "properties": {
636
- "color": {
637
- "type": "string"
638
- },
639
- "id": {
640
- "type": "string"
641
- },
642
- "level": {
643
- "type": "number"
644
- },
645
- "name": {
646
- "type": "object"
647
- }
648
- },
649
- "type": "object"
650
- },
651
- "type": "array"
652
- }
653
- ]
654
- },
655
- "currency": {
656
- "properties": {
657
- "id": {
658
- "type": "string"
659
- },
660
- "name": {
661
- "type": "string"
662
- },
663
- "symbol": {
664
- "type": "string"
665
- }
666
- },
667
- "type": "object"
668
- },
669
- "currency_id": {
670
- "type": "string"
671
- },
672
- "description": {
673
- "type": "object"
674
- },
675
- "duration_format": {
676
- "enum": [
677
- "long",
678
- "short",
679
- "time"
680
- ],
681
- "type": "string"
682
- },
683
- "duration_levels": {
684
- "items": {
685
- "type": "number"
686
- },
687
- "type": "array"
688
- },
689
- "expression": {
690
- "type": "string"
691
- },
692
- "format": {
693
- "type": "string"
694
- },
695
- "hierarchyLevels": {
696
- "items": {
697
- "properties": {
698
- "color": {
699
- "type": "string"
700
- },
701
- "id": {
702
- "type": "string"
703
- },
704
- "level": {
705
- "type": "number"
706
- },
707
- "name": {
708
- "type": "object"
709
- }
710
- },
711
- "type": "object"
712
- },
713
- "type": "array"
714
- },
715
- "hierarchy_enabled": {
716
- "type": "boolean"
717
- },
718
- "highestLevel": {
719
- "type": "number"
720
- },
721
- "id": {
722
- "type": "string"
723
- },
724
- "informat": {
725
- "type": "string"
726
- },
727
- "isFormula": {
728
- "type": "boolean"
729
- },
730
- "isLabel": {
731
- "type": "boolean"
732
- },
733
- "joins": {
734
- "items": {
735
- "properties": {
736
- "currency_id": {
737
- "type": [
738
- "null",
739
- "string"
740
- ]
741
- },
742
- "hierarchy_enabled": {
743
- "type": "boolean"
744
- },
745
- "id": {
746
- "type": "string"
747
- },
748
- "join": {
749
- "properties": {
750
- "column_id": {
751
- "type": "string"
752
- },
753
- "created_at": {
754
- "type": "string"
755
- },
756
- "joins_id": {
757
- "type": "string"
758
- },
759
- "subtype": {
760
- "type": "string"
761
- },
762
- "type": {
763
- "enum": [
764
- "exact",
765
- "lookup"
766
- ],
767
- "type": "string"
768
- },
769
- "update_at": {
770
- "type": "string"
771
- },
772
- "updated_at": {
773
- "type": "string"
774
- }
775
- },
776
- "type": "object"
777
- },
778
- "securable_id": {
779
- "type": "string"
780
- }
781
- },
782
- "type": "object"
783
- },
784
- "type": "array"
785
- },
786
- "level": {
787
- "type": "number"
788
- },
789
- "lowestLevel": {
790
- "type": "number"
791
- },
792
- "name": {
793
- "type": "object"
794
- },
795
- "order": {
796
- "type": "number"
797
- },
798
- "securable_id": {
799
- "type": "string"
800
- },
801
- "source_name": {
802
- "type": "string"
803
- },
804
- "subtype": {
805
- "enum": [
806
- "coordinates",
807
- "currency",
808
- "duration",
809
- "hierarchy_element_expression",
810
- "topography"
811
- ],
812
- "type": "string"
813
- },
814
- "type": {
815
- "enum": [
816
- "datetime",
817
- "hierarchy",
818
- "numeric",
819
- "spatial"
820
- ],
821
- "type": "string"
822
- },
823
- "version": {
824
- "type": "number"
825
- },
826
- "width": {
827
- "type": "number"
828
- }
829
- },
830
- "type": "object"
831
- },
832
- "type": "array"
833
- },
834
- "datasetId": {
835
- "format": "uuid",
836
- "type": "string"
837
- },
838
- "datasetName": {
839
- "type": "object"
840
- },
841
- "formulas": {
842
- "items": {
843
- "properties": {
844
- "color": {
845
- "type": "string"
846
- },
847
- "currency": {
848
- "properties": {
849
- "id": {
850
- "type": "string"
851
- },
852
- "name": {
853
- "type": "string"
854
- },
855
- "symbol": {
856
- "type": "string"
857
- }
858
- },
859
- "type": "object"
860
- },
861
- "currency_id": {
862
- "type": "string"
863
- },
864
- "duration_format": {
865
- "enum": [
866
- "long",
867
- "short",
868
- "time"
869
- ],
870
- "type": "string"
871
- },
872
- "duration_levels": {
873
- "items": {
874
- "type": "number"
875
- },
876
- "type": "array"
877
- },
878
- "expression": {
879
- "type": "string"
880
- },
881
- "format": {
882
- "type": "string"
883
- },
884
- "id": {
885
- "type": "string"
886
- },
887
- "informat": {
888
- "enum": [
889
- "DD-MM-YYYY HH:mm:ss.SSS",
890
- "DD-MM-YYYY HH:mm:ss.SSS ZZ",
891
- "MM-DD-YYYY HH:mm:ss.SSS",
892
- "MM-DD-YYYY HH:mm:ss.SSS ZZ",
893
- "X",
894
- "YYYY-MM-DD HH:mm:ss.SSS",
895
- "YYYY-MM-DD HH:mm:ss.SSS ZZ",
896
- "hierarchy",
897
- "numeric",
898
- "x"
899
- ],
900
- "type": "string"
901
- },
902
- "isFormula": {
903
- "type": "boolean"
904
- },
905
- "level": {
906
- "type": "number"
907
- },
908
- "lowestLevel": {
909
- "type": "number"
910
- },
911
- "name": {
912
- "type": "object"
913
- },
914
- "securableFormula": {
915
- "properties": {
916
- "formula_id": {
917
- "type": "string"
918
- },
919
- "securable_id": {
920
- "type": "string"
921
- }
922
- },
923
- "type": "object"
924
- },
925
- "securable_id": {
926
- "type": "string"
927
- },
928
- "subtype": {
929
- "enum": [
930
- "currency",
931
- "date",
932
- "datetime",
933
- "duration"
934
- ],
935
- "type": "string"
936
- },
937
- "type": {
938
- "enum": [
939
- "datetime",
940
- "hierarchy",
941
- "numeric"
942
- ],
943
- "type": "string"
944
- }
945
- },
946
- "type": "object"
947
- },
948
- "type": "array"
949
- }
950
- },
951
- "type": "object"
952
- },
953
- "type": "array"
954
- },
955
- "allowMultiple": {
956
- "type": "boolean"
957
- },
958
- "description": {
959
- "type": "string"
960
- },
961
598
  "order": {
599
+ "description": "Order",
600
+ "examples": [
601
+ 0,
602
+ 9999
603
+ ],
962
604
  "type": "number"
963
605
  },
964
606
  "slot": {
607
+ "description": "Slot name",
608
+ "examples": [
609
+ "measure",
610
+ "dimension",
611
+ "legend"
612
+ ],
965
613
  "type": "string"
966
614
  },
967
615
  "values": {
616
+ "description": "An array of columns for the current picker",
968
617
  "items": {
969
618
  "properties": {
970
619
  "aggregationFunc": {
@@ -1000,6 +649,7 @@ declare const _default: {
1000
649
  "currency",
1001
650
  "duration",
1002
651
  "hierarchy_element_expression",
652
+ "ip_address",
1003
653
  "topography"
1004
654
  ],
1005
655
  "type": "string"
@@ -1033,36 +683,6 @@ declare const _default: {
1033
683
  "string"
1034
684
  ]
1035
685
  },
1036
- "columnHierarchies": {
1037
- "anyOf": [
1038
- {
1039
- "items": {
1040
- "type": "string"
1041
- },
1042
- "type": "array"
1043
- },
1044
- {
1045
- "items": {
1046
- "properties": {
1047
- "color": {
1048
- "type": "string"
1049
- },
1050
- "id": {
1051
- "type": "string"
1052
- },
1053
- "level": {
1054
- "type": "number"
1055
- },
1056
- "name": {
1057
- "type": "object"
1058
- }
1059
- },
1060
- "type": "object"
1061
- },
1062
- "type": "array"
1063
- }
1064
- ]
1065
- },
1066
686
  "columnId": {
1067
687
  "description": "Column id",
1068
688
  "format": "uuid",
@@ -1137,13 +757,6 @@ declare const _default: {
1137
757
  },
1138
758
  "type": "object"
1139
759
  },
1140
- "hidden": {
1141
- "type": "boolean"
1142
- },
1143
- "include_nonoccurring": {
1144
- "description": "Shows empty areas for geo slots (with the name \"geo\" and content type 'spacial).\nAlso, it can be set in the options' advanced settings of the Choropleth map.",
1145
- "type": "boolean"
1146
- },
1147
760
  "label": {
1148
761
  "description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
1149
762
  "type": "object"
@@ -1191,6 +804,7 @@ declare const _default: {
1191
804
  "enum": [
1192
805
  "none",
1193
806
  "past",
807
+ "absoluteChange",
1194
808
  "percentageChange"
1195
809
  ],
1196
810
  "type": "string"
@@ -1198,10 +812,8 @@ declare const _default: {
1198
812
  },
1199
813
  "type": "object"
1200
814
  },
1201
- "readonly": {
1202
- "type": "boolean"
1203
- },
1204
815
  "selected": {
816
+ "description": "Selected item",
1205
817
  "type": "boolean"
1206
818
  },
1207
819
  "subtype": {
@@ -1214,6 +826,7 @@ declare const _default: {
1214
826
  "datetime",
1215
827
  "duration",
1216
828
  "hierarchy_element_expression",
829
+ "ip_address",
1217
830
  "topography"
1218
831
  ],
1219
832
  "type": "string"
@@ -1299,7 +912,7 @@ declare const _default: {
1299
912
  "type": "string"
1300
913
  },
1301
914
  "legend": {
1302
- "description": "Legend options",
915
+ "description": "Legend options, they are applied if the legend is displayed",
1303
916
  "properties": {
1304
917
  "position": {
1305
918
  "description": "Position of the legend. Only available when the legend is shown.",
@@ -1337,7 +950,7 @@ declare const _default: {
1337
950
  "type": "object"
1338
951
  },
1339
952
  "limit": {
1340
- "description": "Show number of observations",
953
+ "description": "The maximum number of data rows to query and display",
1341
954
  "properties": {
1342
955
  "number": {
1343
956
  "default": 100000,
@@ -1450,11 +1063,11 @@ declare const _default: {
1450
1063
  "type": "object"
1451
1064
  },
1452
1065
  "missingValue": {
1453
- "description": "Missing value configuration",
1066
+ "description": "Fill missing milliseconds. Describes how missing date periods in the data are handled in the chart.",
1454
1067
  "properties": {
1455
1068
  "type": {
1456
1069
  "default": "no",
1457
- "description": "Type of the missing value",
1070
+ "description": "Type of the missing value. The possible values are \"No\" (don't fill missing date periods), \"Break line when null values\" (line is interrupted between two date periods with a missing period in between) or a manual value (line is drawn as a manual value between two date periods with a missing period in between, default: 0).",
1458
1071
  "enum": [
1459
1072
  "break",
1460
1073
  "manual",
@@ -1463,7 +1076,8 @@ declare const _default: {
1463
1076
  "type": "string"
1464
1077
  },
1465
1078
  "value": {
1466
- "description": "Value of the missing value",
1079
+ "default": 0,
1080
+ "description": "The manual value of the missing value, it's applied when the type is \"manual\"",
1467
1081
  "type": "number"
1468
1082
  }
1469
1083
  },
@@ -1493,7 +1107,7 @@ declare const _default: {
1493
1107
  "description": "Custom border styling",
1494
1108
  "properties": {
1495
1109
  "border-bottom-width": {
1496
- "description": "Border bottom width",
1110
+ "description": "Border bottom width, it is visible when a border style and color are set",
1497
1111
  "examples": [
1498
1112
  "0px",
1499
1113
  "1px",
@@ -1502,7 +1116,7 @@ declare const _default: {
1502
1116
  "type": "string"
1503
1117
  },
1504
1118
  "border-color": {
1505
- "description": "Border color",
1119
+ "description": "Border color, it is visible when a border style and width are set",
1506
1120
  "examples": [
1507
1121
  "rgba(216, 216, 216, 1)",
1508
1122
  "rgb(147, 146, 148)"
@@ -1510,7 +1124,7 @@ declare const _default: {
1510
1124
  "type": "string"
1511
1125
  },
1512
1126
  "border-left-width": {
1513
- "description": "Border left width",
1127
+ "description": "Border left width, it is visible when a border style and color are set",
1514
1128
  "examples": [
1515
1129
  "0px",
1516
1130
  "1px",
@@ -1528,7 +1142,7 @@ declare const _default: {
1528
1142
  "type": "string"
1529
1143
  },
1530
1144
  "border-right-width": {
1531
- "description": "Border right width",
1145
+ "description": "Border right width, it is visible when a border style and color are set",
1532
1146
  "examples": [
1533
1147
  "0px",
1534
1148
  "1px",
@@ -1537,7 +1151,7 @@ declare const _default: {
1537
1151
  "type": "string"
1538
1152
  },
1539
1153
  "border-style": {
1540
- "description": "Border style",
1154
+ "description": "Border style, it is visible when a border color and width are set",
1541
1155
  "examples": [
1542
1156
  "none",
1543
1157
  "solid",
@@ -1547,7 +1161,7 @@ declare const _default: {
1547
1161
  "type": "string"
1548
1162
  },
1549
1163
  "border-top-width": {
1550
- "description": "Border top width",
1164
+ "description": "Border top width, it is visible when a border style and color are set",
1551
1165
  "examples": [
1552
1166
  "0px",
1553
1167
  "1px",
@@ -1589,12 +1203,15 @@ declare const _default: {
1589
1203
  "type": "object"
1590
1204
  },
1591
1205
  "colors": {
1592
- "description": "Custom color palette",
1206
+ "description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
1593
1207
  "examples": [
1594
1208
  [
1595
- "rgb(68, 52, 255)",
1596
- "rgb(68, 52, 255)",
1597
- "rgb(218, 214, 255)"
1209
+ "red",
1210
+ "green",
1211
+ "blue",
1212
+ "yellow",
1213
+ "orange",
1214
+ "purple"
1598
1215
  ]
1599
1216
  ],
1600
1217
  "items": {
@@ -1605,19 +1222,6 @@ declare const _default: {
1605
1222
  "font": {
1606
1223
  "description": "Custom font styling",
1607
1224
  "properties": {
1608
- "font-style": {
1609
- "const": "normal",
1610
- "description": "Use it to reset the font style to \"normal\"",
1611
- "type": "string"
1612
- },
1613
- "font-weight": {
1614
- "description": "Font weight",
1615
- "examples": [
1616
- 400,
1617
- 700
1618
- ],
1619
- "type": "number"
1620
- },
1621
1225
  "fontFamily": {
1622
1226
  "description": "Font family",
1623
1227
  "examples": [
@@ -1630,7 +1234,7 @@ declare const _default: {
1630
1234
  "type": "string"
1631
1235
  },
1632
1236
  "fontSize": {
1633
- "description": "Font size in px",
1237
+ "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.",
1634
1238
  "examples": [
1635
1239
  10,
1636
1240
  15,
@@ -1659,10 +1263,10 @@ declare const _default: {
1659
1263
  "type": "string"
1660
1264
  },
1661
1265
  "legend": {
1662
- "description": "Custom legend styling",
1266
+ "description": "Custom legend styling, it's applied if the legend is displayed",
1663
1267
  "properties": {
1664
1268
  "fontSize": {
1665
- "description": "Legend font size in px",
1269
+ "description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1666
1270
  "examples": [
1667
1271
  12,
1668
1272
  16
@@ -1696,7 +1300,7 @@ declare const _default: {
1696
1300
  "type": "object"
1697
1301
  },
1698
1302
  "title": {
1699
- "description": "Custom title styling",
1303
+ "description": "Custom title styling, it's applied if the title is displayed",
1700
1304
  "properties": {
1701
1305
  "align": {
1702
1306
  "description": "Title align",
@@ -1729,7 +1333,7 @@ declare const _default: {
1729
1333
  "type": "boolean"
1730
1334
  },
1731
1335
  "fontSize": {
1732
- "description": "Title's font size in px",
1336
+ "description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1733
1337
  "examples": [
1734
1338
  16,
1735
1339
  20
@@ -1765,7 +1369,7 @@ declare const _default: {
1765
1369
  "type": "object"
1766
1370
  },
1767
1371
  "tooltip": {
1768
- "description": "Custom tooltip styling",
1372
+ "description": "Custom tooltip styling, it's applied if the tooltip is turned on",
1769
1373
  "properties": {
1770
1374
  "background": {
1771
1375
  "description": "Tooltip's background",
@@ -1778,16 +1382,7 @@ declare const _default: {
1778
1382
  "type": "string"
1779
1383
  },
1780
1384
  "fontSize": {
1781
- "description": "Tooltip's font size in px",
1782
- "examples": [
1783
- 12,
1784
- 16,
1785
- 20
1786
- ],
1787
- "type": "number"
1788
- },
1789
- "lineHeight": {
1790
- "description": "Tooltip's line height in px",
1385
+ "description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
1791
1386
  "examples": [
1792
1387
  12,
1793
1388
  16,
@@ -1796,7 +1391,7 @@ declare const _default: {
1796
1391
  "type": "number"
1797
1392
  },
1798
1393
  "opacity": {
1799
- "description": "Tooltip's opacity",
1394
+ "description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
1800
1395
  "examples": [
1801
1396
  0.5,
1802
1397
  0.8,
@@ -1826,7 +1421,7 @@ declare const _default: {
1826
1421
  "type": "string"
1827
1422
  },
1828
1423
  "title": {
1829
- "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1424
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
1830
1425
  "examples": [
1831
1426
  {
1832
1427
  "en": "Title"