@luzmo/dashboard-contents-types 1.0.3 → 1.0.4

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 (193) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +40 -62
  3. package/assets/json-schemas/area-chart-options.schema.json.d.ts +9 -10
  4. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
  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 +9 -10
  7. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
  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 +10 -11
  10. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
  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 +20 -10
  13. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
  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 +10 -11
  16. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
  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 +226 -27
  19. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
  20. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  21. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +10 -11
  22. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
  23. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  24. package/assets/json-schemas/column-chart-options.schema.json.d.ts +9 -10
  25. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
  26. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  27. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +9 -10
  28. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
  29. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/date-filter-options.schema.json.d.ts +9 -10
  31. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
  32. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  33. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +9 -10
  34. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
  35. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  36. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +9 -10
  37. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
  38. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  39. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +8 -9
  40. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
  41. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  42. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +9 -10
  43. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
  44. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  45. package/assets/json-schemas/heat-map-options.schema.json.d.ts +1472 -0
  46. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +566 -0
  47. package/assets/json-schemas/heat-map.schema.json.d.ts +23 -0
  48. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +1588 -0
  49. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +566 -0
  50. package/assets/json-schemas/hexbin-map.schema.json.d.ts +23 -0
  51. package/assets/json-schemas/image-options.schema.json.d.ts +7 -2
  52. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  53. package/assets/json-schemas/line-chart-options.schema.json.d.ts +9 -10
  54. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
  55. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  56. package/assets/json-schemas/marker-map-options.schema.json.d.ts +1486 -0
  57. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +566 -0
  58. package/assets/json-schemas/marker-map.schema.json.d.ts +23 -0
  59. package/assets/json-schemas/options.schema.json.d.ts +49 -25
  60. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +9 -10
  61. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
  62. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  63. package/assets/json-schemas/regular-table-options.schema.json.d.ts +10 -11
  64. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
  65. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  66. package/assets/json-schemas/route-map-options.schema.json.d.ts +1506 -0
  67. package/assets/json-schemas/route-map-slots.schema.json.d.ts +627 -0
  68. package/assets/json-schemas/route-map.schema.json.d.ts +23 -0
  69. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +9 -10
  70. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
  71. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  72. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +9 -10
  73. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
  74. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  75. package/assets/json-schemas/search-filter-options.schema.json.d.ts +9 -10
  76. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +6 -6
  77. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  78. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +9 -10
  79. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
  80. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  81. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +9 -10
  82. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
  83. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  84. package/assets/json-schemas/slots.schema.json.d.ts +44 -23
  85. package/assets/json-schemas/spike-map-options.schema.json.d.ts +1686 -0
  86. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +598 -0
  87. package/assets/json-schemas/spike-map.schema.json.d.ts +23 -0
  88. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +1567 -0
  89. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +595 -0
  90. package/assets/json-schemas/symbol-map.schema.json.d.ts +23 -0
  91. package/assets/json-schemas/text-options.schema.json.d.ts +8 -8
  92. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  93. package/assets/json-schemas/video-options.schema.json.d.ts +318 -0
  94. package/assets/json-schemas/video.schema.json.d.ts +19 -0
  95. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  96. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3428 -0
  97. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +543 -0
  98. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +23 -0
  99. package/index.d.ts +1 -1
  100. package/index.d.ts.map +1 -1
  101. package/index.js +231 -74
  102. package/index.mjs +24040 -6310
  103. package/json-schemas.d.ts +16081 -2533
  104. package/json-schemas.d.ts.map +1 -1
  105. package/package.json +1 -1
  106. package/src/index.d.ts +9 -0
  107. package/src/index.d.ts.map +1 -1
  108. package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -0
  109. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  110. package/src/lib/choropleth-map/choropleth-map-options.d.ts +17 -12
  111. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  112. package/src/lib/heat-map/heat-map-options.d.ts +103 -0
  113. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -0
  114. package/src/lib/heat-map/heat-map-slots.d.ts +29 -0
  115. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -0
  116. package/src/lib/heat-map/heat-map.d.ts +23 -0
  117. package/src/lib/heat-map/heat-map.d.ts.map +1 -0
  118. package/src/lib/heat-map/index.d.ts +3 -0
  119. package/src/lib/heat-map/index.d.ts.map +1 -0
  120. package/src/lib/hexbin-map/hexbin-map-options.d.ts +116 -0
  121. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -0
  122. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +29 -0
  123. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -0
  124. package/src/lib/hexbin-map/hexbin-map.d.ts +23 -0
  125. package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -0
  126. package/src/lib/hexbin-map/index.d.ts +3 -0
  127. package/src/lib/hexbin-map/index.d.ts.map +1 -0
  128. package/src/lib/marker-map/index.d.ts +3 -0
  129. package/src/lib/marker-map/index.d.ts.map +1 -0
  130. package/src/lib/marker-map/marker-map-options.d.ts +61 -0
  131. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -0
  132. package/src/lib/marker-map/marker-map-slots.d.ts +29 -0
  133. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -0
  134. package/src/lib/marker-map/marker-map.d.ts +23 -0
  135. package/src/lib/marker-map/marker-map.d.ts.map +1 -0
  136. package/src/lib/route-map/index.d.ts +3 -0
  137. package/src/lib/route-map/index.d.ts.map +1 -0
  138. package/src/lib/route-map/route-map-options.d.ts +94 -0
  139. package/src/lib/route-map/route-map-options.d.ts.map +1 -0
  140. package/src/lib/route-map/route-map-slots.d.ts +51 -0
  141. package/src/lib/route-map/route-map-slots.d.ts.map +1 -0
  142. package/src/lib/route-map/route-map.d.ts +23 -0
  143. package/src/lib/route-map/route-map.d.ts.map +1 -0
  144. package/src/lib/shared/drop-object-view-options.d.ts +1 -1
  145. package/src/lib/shared/map-object-view-options.d.ts +100 -1
  146. package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
  147. package/src/lib/shared/ranges.d.ts +1 -1
  148. package/src/lib/shared/slots.d.ts +82 -16
  149. package/src/lib/shared/slots.d.ts.map +1 -1
  150. package/src/lib/shared/theme.d.ts +1 -2
  151. package/src/lib/shared/theme.d.ts.map +1 -1
  152. package/src/lib/shared/title.d.ts +1 -1
  153. package/src/lib/shared/viz-item.d.ts +5 -0
  154. package/src/lib/shared/viz-item.d.ts.map +1 -1
  155. package/src/lib/spike-map/index.d.ts +3 -0
  156. package/src/lib/spike-map/index.d.ts.map +1 -0
  157. package/src/lib/spike-map/spike-map-options.d.ts +126 -0
  158. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -0
  159. package/src/lib/spike-map/spike-map-slots.d.ts +40 -0
  160. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -0
  161. package/src/lib/spike-map/spike-map.d.ts +23 -0
  162. package/src/lib/spike-map/spike-map.d.ts.map +1 -0
  163. package/src/lib/symbol-map/index.d.ts +3 -0
  164. package/src/lib/symbol-map/index.d.ts.map +1 -0
  165. package/src/lib/symbol-map/symbol-map-options.d.ts +93 -0
  166. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -0
  167. package/src/lib/symbol-map/symbol-map-slots.d.ts +40 -0
  168. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -0
  169. package/src/lib/symbol-map/symbol-map.d.ts +23 -0
  170. package/src/lib/symbol-map/symbol-map.d.ts.map +1 -0
  171. package/src/lib/video/index.d.ts +2 -0
  172. package/src/lib/video/index.d.ts.map +1 -0
  173. package/src/lib/video/video-options.d.ts +86 -0
  174. package/src/lib/video/video-options.d.ts.map +1 -0
  175. package/src/lib/video/video.d.ts +16 -0
  176. package/src/lib/video/video.d.ts.map +1 -0
  177. package/src/lib/visual-item/index.d.ts +1 -0
  178. package/src/lib/visual-item/index.d.ts.map +1 -0
  179. package/src/lib/visual-item/visual-item.d.ts +28 -0
  180. package/src/lib/visual-item/visual-item.d.ts.map +1 -0
  181. package/src/lib/wordcloud-chart/index.d.ts +3 -0
  182. package/src/lib/wordcloud-chart/index.d.ts.map +1 -0
  183. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +117 -0
  184. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -0
  185. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +41 -0
  186. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -0
  187. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +23 -0
  188. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -0
  189. package/src/options.d.ts +10 -1
  190. package/src/options.d.ts.map +1 -1
  191. package/src/slots.d.ts +9 -1
  192. package/src/slots.d.ts.map +1 -1
  193. package/vite.config.d.ts.map +1 -1
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -274,13 +274,13 @@ declare const _default: {
274
274
  "items": {
275
275
  "anyOf": [
276
276
  {
277
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
277
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
278
278
  },
279
279
  {
280
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
280
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
281
281
  },
282
282
  {
283
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
283
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
284
284
  }
285
285
  ]
286
286
  },
@@ -324,7 +324,7 @@ declare const _default: {
324
324
  "type": "string"
325
325
  },
326
326
  "columnSubType": {
327
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/ColumnSubtype",
327
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/ColumnSubtype",
328
328
  "description": "Column subtype"
329
329
  },
330
330
  "datasetId": {
@@ -479,13 +479,13 @@ declare const _default: {
479
479
  "items": {
480
480
  "anyOf": [
481
481
  {
482
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
482
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
483
483
  },
484
484
  {
485
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
485
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
486
486
  },
487
487
  {
488
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
488
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
489
489
  }
490
490
  ]
491
491
  },
@@ -505,10 +505,10 @@ declare const _default: {
505
505
  "items": {
506
506
  "anyOf": [
507
507
  {
508
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/TargetSlot"
508
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/TargetSlot"
509
509
  },
510
510
  {
511
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/MeasureSlot"
511
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json#/definitions/MeasureSlot"
512
512
  }
513
513
  ]
514
514
  },
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge.schema.json",
4
4
  "type": "object",
5
5
  "description": "Circular Gauge item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Circular Gauge item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Circular Gauge item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -171,7 +171,7 @@ declare const _default: {
171
171
  },
172
172
  "color": {
173
173
  "default": "",
174
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
174
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
175
175
  "examples": [
176
176
  "#FF5733",
177
177
  "#33FF57",
@@ -3330,6 +3330,11 @@ declare const _default: {
3330
3330
  ],
3331
3331
  "type": "string"
3332
3332
  },
3333
+ "lookupFiltering": {
3334
+ "default": false,
3335
+ "description": "Allow interactive filtering of charts with linked datasets",
3336
+ "type": "boolean"
3337
+ },
3333
3338
  "manualAxesRange": {
3334
3339
  "description": "Manual axis range options. Minimum and maximum value of the axis range.",
3335
3340
  "items": [
@@ -3589,12 +3594,7 @@ declare const _default: {
3589
3594
  "properties": {
3590
3595
  "font-style": {
3591
3596
  "const": "normal",
3592
- "description": "Font style",
3593
- "examples": [
3594
- "normal",
3595
- "italic",
3596
- "oblique"
3597
- ],
3597
+ "description": "Use it to reset the font style to \"normal\"",
3598
3598
  "type": "string"
3599
3599
  },
3600
3600
  "font-weight": {
@@ -3813,7 +3813,7 @@ declare const _default: {
3813
3813
  "type": "string"
3814
3814
  },
3815
3815
  "title": {
3816
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
3816
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
3817
3817
  "examples": [
3818
3818
  {
3819
3819
  "en": "Title"
@@ -3824,7 +3824,6 @@ declare const _default: {
3824
3824
  },
3825
3825
  "type": "object"
3826
3826
  }
3827
-
3828
3827
  ;
3829
3828
 
3830
3829
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -274,13 +274,13 @@ declare const _default: {
274
274
  "items": {
275
275
  "anyOf": [
276
276
  {
277
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/NumericSlotContent"
277
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/NumericSlotContent"
278
278
  },
279
279
  {
280
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
280
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
281
281
  },
282
282
  {
283
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
283
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
284
284
  }
285
285
  ]
286
286
  },
@@ -303,13 +303,13 @@ declare const _default: {
303
303
  "items": {
304
304
  "anyOf": [
305
305
  {
306
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/NumericSlotContent"
306
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/NumericSlotContent"
307
307
  },
308
308
  {
309
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
309
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
310
310
  },
311
311
  {
312
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
312
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
313
313
  }
314
314
  ]
315
315
  },
@@ -352,7 +352,7 @@ declare const _default: {
352
352
  "type": "string"
353
353
  },
354
354
  "columnSubType": {
355
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/ColumnSubtype",
355
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/ColumnSubtype",
356
356
  "description": "Column subtype"
357
357
  },
358
358
  "datasetId": {
@@ -507,13 +507,13 @@ declare const _default: {
507
507
  "items": {
508
508
  "anyOf": [
509
509
  {
510
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/NumericSlotContent"
510
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/NumericSlotContent"
511
511
  },
512
512
  {
513
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
513
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
514
514
  },
515
515
  {
516
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
516
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
517
517
  }
518
518
  ]
519
519
  },
@@ -533,13 +533,13 @@ declare const _default: {
533
533
  "items": {
534
534
  "anyOf": [
535
535
  {
536
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/MeasureSlot"
536
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/MeasureSlot"
537
537
  },
538
538
  {
539
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/XAxisSlot"
539
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/XAxisSlot"
540
540
  },
541
541
  {
542
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/LegendSlot"
542
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json#/definitions/LegendSlot"
543
543
  }
544
544
  ]
545
545
  },
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart.schema.json",
4
4
  "type": "object",
5
5
  "description": "Column Chart item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Column Chart item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Column Chart item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/column-chart-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -274,7 +274,7 @@ declare const _default: {
274
274
  },
275
275
  "color": {
276
276
  "default": "",
277
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
277
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
278
278
  "examples": [
279
279
  "#FF5733",
280
280
  "#33FF57",
@@ -1400,6 +1400,11 @@ declare const _default: {
1400
1400
  ],
1401
1401
  "type": "string"
1402
1402
  },
1403
+ "lookupFiltering": {
1404
+ "default": false,
1405
+ "description": "Allow interactive filtering of charts with linked datasets",
1406
+ "type": "boolean"
1407
+ },
1403
1408
  "measures": {
1404
1409
  "default": [
1405
1410
  []
@@ -1681,12 +1686,7 @@ declare const _default: {
1681
1686
  "properties": {
1682
1687
  "font-style": {
1683
1688
  "const": "normal",
1684
- "description": "Font style",
1685
- "examples": [
1686
- "normal",
1687
- "italic",
1688
- "oblique"
1689
- ],
1689
+ "description": "Use it to reset the font style to \"normal\"",
1690
1690
  "type": "string"
1691
1691
  },
1692
1692
  "font-weight": {
@@ -1905,7 +1905,7 @@ declare const _default: {
1905
1905
  "type": "string"
1906
1906
  },
1907
1907
  "title": {
1908
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1908
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1909
1909
  "examples": [
1910
1910
  {
1911
1911
  "en": "Title"
@@ -1916,7 +1916,6 @@ declare const _default: {
1916
1916
  },
1917
1917
  "type": "object"
1918
1918
  }
1919
-
1920
1919
  ;
1921
1920
 
1922
1921
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -274,13 +274,13 @@ declare const _default: {
274
274
  "items": {
275
275
  "anyOf": [
276
276
  {
277
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
277
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
278
278
  },
279
279
  {
280
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
280
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
281
281
  },
282
282
  {
283
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
283
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
284
284
  }
285
285
  ]
286
286
  },
@@ -323,7 +323,7 @@ declare const _default: {
323
323
  "type": "string"
324
324
  },
325
325
  "columnSubType": {
326
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/ColumnSubtype",
326
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json#/definitions/ColumnSubtype",
327
327
  "description": "Column subtype"
328
328
  },
329
329
  "datasetId": {
@@ -478,13 +478,13 @@ declare const _default: {
478
478
  "items": {
479
479
  "anyOf": [
480
480
  {
481
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
481
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
482
482
  },
483
483
  {
484
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
484
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
485
485
  },
486
486
  {
487
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
487
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
488
488
  }
489
489
  ]
490
490
  },
@@ -504,10 +504,10 @@ declare const _default: {
504
504
  "items": {
505
505
  "anyOf": [
506
506
  {
507
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/MeasureSlot"
507
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json#/definitions/MeasureSlot"
508
508
  },
509
509
  {
510
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/XAxisSlot"
510
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json#/definitions/XAxisSlot"
511
511
  }
512
512
  ]
513
513
  },
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart.schema.json",
4
4
  "type": "object",
5
5
  "description": "Combination Chart item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Combination Chart item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Combination Chart item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,10 +1,10 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "color": {
6
6
  "default": "",
7
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
7
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
8
8
  "examples": [
9
9
  "#FF5733",
10
10
  "#33FF57",
@@ -860,6 +860,11 @@ declare const _default: {
860
860
  ],
861
861
  "type": "string"
862
862
  },
863
+ "lookupFiltering": {
864
+ "default": false,
865
+ "description": "Allow interactive filtering of charts with linked datasets",
866
+ "type": "boolean"
867
+ },
863
868
  "padding": {
864
869
  "description": "Padding of the date filter",
865
870
  "properties": {
@@ -983,12 +988,7 @@ declare const _default: {
983
988
  "properties": {
984
989
  "font-style": {
985
990
  "const": "normal",
986
- "description": "Font style",
987
- "examples": [
988
- "normal",
989
- "italic",
990
- "oblique"
991
- ],
991
+ "description": "Use it to reset the font style to \"normal\"",
992
992
  "type": "string"
993
993
  },
994
994
  "font-weight": {
@@ -1127,7 +1127,7 @@ declare const _default: {
1127
1127
  "type": "string"
1128
1128
  },
1129
1129
  "title": {
1130
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1130
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1131
1131
  "examples": [
1132
1132
  {
1133
1133
  "en": "Title"
@@ -1138,7 +1138,6 @@ declare const _default: {
1138
1138
  },
1139
1139
  "type": "object"
1140
1140
  }
1141
-
1142
1141
  ;
1143
1142
 
1144
1143
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "DateTimeSlotContent": {
@@ -149,7 +149,7 @@ declare const _default: {
149
149
  "content": {
150
150
  "description": "Time slot definition",
151
151
  "items": {
152
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json#/definitions/DateTimeSlotContent"
152
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json#/definitions/DateTimeSlotContent"
153
153
  },
154
154
  "type": "array"
155
155
  },
@@ -164,7 +164,7 @@ declare const _default: {
164
164
  },
165
165
  "description": "Data definition of the Date filter",
166
166
  "items": {
167
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json#/definitions/TimeSlot"
167
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json#/definitions/TimeSlot"
168
168
  },
169
169
  "maxItems": 1,
170
170
  "type": "array"
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter.schema.json",
4
4
  "type": "object",
5
5
  "description": "Date Filter item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Date Filter item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Date Filter item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,10 +1,10 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "color": {
6
6
  "default": "",
7
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
7
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
8
8
  "examples": [
9
9
  "#FF5733",
10
10
  "#33FF57",
@@ -3036,6 +3036,11 @@ declare const _default: {
3036
3036
  ],
3037
3037
  "type": "string"
3038
3038
  },
3039
+ "lookupFiltering": {
3040
+ "default": false,
3041
+ "description": "Allow interactive filtering of charts with linked datasets",
3042
+ "type": "boolean"
3043
+ },
3039
3044
  "mode": {
3040
3045
  "default": "donut",
3041
3046
  "description": "Mode of the Donut chart: donut or pie",
@@ -3280,12 +3285,7 @@ declare const _default: {
3280
3285
  "properties": {
3281
3286
  "font-style": {
3282
3287
  "const": "normal",
3283
- "description": "Font style",
3284
- "examples": [
3285
- "normal",
3286
- "italic",
3287
- "oblique"
3288
- ],
3288
+ "description": "Use it to reset the font style to \"normal\"",
3289
3289
  "type": "string"
3290
3290
  },
3291
3291
  "font-weight": {
@@ -3504,7 +3504,7 @@ declare const _default: {
3504
3504
  "type": "string"
3505
3505
  },
3506
3506
  "title": {
3507
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
3507
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
3508
3508
  "examples": [
3509
3509
  {
3510
3510
  "en": "Title"
@@ -3515,7 +3515,6 @@ declare const _default: {
3515
3515
  },
3516
3516
  "type": "object"
3517
3517
  }
3518
-
3519
3518
  ;
3520
3519
 
3521
3520
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "CategorySlot": {
@@ -10,13 +10,13 @@ declare const _default: {
10
10
  "items": {
11
11
  "anyOf": [
12
12
  {
13
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
14
14
  },
15
15
  {
16
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
17
17
  },
18
18
  {
19
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
19
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
20
20
  }
21
21
  ]
22
22
  },
@@ -303,13 +303,13 @@ declare const _default: {
303
303
  "items": {
304
304
  "anyOf": [
305
305
  {
306
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
306
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
307
307
  },
308
308
  {
309
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
309
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
310
310
  },
311
311
  {
312
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
312
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
313
313
  }
314
314
  ]
315
315
  },
@@ -352,7 +352,7 @@ declare const _default: {
352
352
  "type": "string"
353
353
  },
354
354
  "columnSubType": {
355
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/ColumnSubtype",
355
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/ColumnSubtype",
356
356
  "description": "Column subtype"
357
357
  },
358
358
  "datasetId": {
@@ -504,10 +504,10 @@ declare const _default: {
504
504
  "items": {
505
505
  "anyOf": [
506
506
  {
507
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/MeasureSlot"
507
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/MeasureSlot"
508
508
  },
509
509
  {
510
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/CategorySlot"
510
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/CategorySlot"
511
511
  }
512
512
  ]
513
513
  },