@luzmo/dashboard-contents-types 1.0.16 → 1.0.18
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.
- package/CHANGELOG.md +107 -0
- package/LICENSE +15 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +16 -1
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +15 -15
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/conditional-number-options.schema.json.d.ts +806 -0
- package/assets/json-schemas/conditional-number-slots.schema.json.d.ts +482 -0
- package/assets/json-schemas/conditional-number.schema.json.d.ts +23 -0
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +5 -5
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-table-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/heat-table-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +18 -2
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +26 -26
- package/assets/json-schemas/ohlc-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/options.schema.json.d.ts +46 -43
- package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/pyramid-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/radar-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/radar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +19 -19
- package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +26 -26
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +43 -40
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +22 -18
- package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +16 -16
- package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/strip-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/strip-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +15 -15
- package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/text-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +27 -23
- package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/video-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/video.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -2
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +16 -16
- package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
- package/index.d.ts.map +1 -1
- package/index.js +35 -388
- package/index.mjs +553 -63560
- package/json-schemas.d.ts +1490 -310
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +0 -1
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +34 -254
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/area-chart/index.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +29 -133
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/index.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +28 -138
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/box-plot/index.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +2 -2
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/index.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +2 -2
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/index.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +2 -2
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/index.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +2 -2
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
- package/src/lib/circular-gauge/index.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +28 -129
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/column-chart/index.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +39 -203
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/index.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +4 -3
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/conditional-number/index.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/date-filter/index.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +2 -2
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/donut-chart/index.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/index.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +7 -22
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/evolution-number/index.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +2 -2
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/index.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
- package/src/lib/heat-map/index.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-options.d.ts +21 -57
- package/src/lib/heat-table/heat-table-options.d.ts.map +1 -1
- package/src/lib/heat-table/index.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +9 -7
- package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
- package/src/lib/hexbin-map/index.d.ts.map +1 -1
- package/src/lib/image/index.d.ts.map +1 -1
- package/src/lib/line-chart/index.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +34 -253
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/marker-map/index.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-options.d.ts +4 -4
- package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
- package/src/lib/ohlc-chart/index.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +25 -111
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -1
- package/src/lib/pivot-table/index.d.ts.map +1 -1
- package/src/lib/pyramid-chart/index.d.ts.map +1 -1
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +28 -70
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -1
- package/src/lib/radar-chart/index.d.ts.map +1 -1
- package/src/lib/radar-chart/radar-chart-options.d.ts +2 -7
- package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -1
- package/src/lib/regular-table/index.d.ts.map +1 -1
- package/src/lib/route-map/index.d.ts.map +1 -1
- package/src/lib/route-map/route-map-options.d.ts +4 -4
- package/src/lib/route-map/route-map-options.d.ts.map +1 -1
- package/src/lib/sankey-diagram/index.d.ts.map +1 -1
- package/src/lib/scatter-plot/index.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +35 -123
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/search-filter/index.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +2 -2
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/axes.d.ts +220 -0
- package/src/lib/shared/axes.d.ts.map +1 -1
- package/src/lib/shared/common.d.ts +1 -28
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +2 -1
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/formula.d.ts +2 -1
- package/src/lib/shared/formula.d.ts.map +1 -1
- package/src/lib/shared/index.d.ts +1 -0
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +6 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
- package/src/lib/shared/interpolation.d.ts +7 -0
- package/src/lib/shared/interpolation.d.ts.map +1 -1
- package/src/lib/shared/item-filter-group.d.ts +2 -0
- package/src/lib/shared/item-filter-group.d.ts.map +1 -1
- package/src/lib/shared/map-object-view-options.d.ts +2 -1
- package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/missing-value.d.ts +29 -0
- package/src/lib/shared/missing-value.d.ts.map +1 -0
- package/src/lib/shared/period-over-period.d.ts +21 -0
- package/src/lib/shared/period-over-period.d.ts.map +1 -1
- package/src/lib/shared/query.d.ts +3 -0
- package/src/lib/shared/query.d.ts.map +1 -1
- package/src/lib/shared/slots.d.ts +6 -10
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/slicer-filter/index.d.ts.map +1 -1
- package/src/lib/slider-filter/index.d.ts.map +1 -1
- package/src/lib/speedometer-chart/index.d.ts.map +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
- package/src/lib/spike-map/index.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-options.d.ts +10 -10
- package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
- package/src/lib/strip-plot/index.d.ts.map +1 -1
- package/src/lib/strip-plot/strip-plot-options.d.ts +2 -2
- package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -1
- package/src/lib/sunburst-chart/index.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +2 -2
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -1
- package/src/lib/symbol-map/index.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map-options.d.ts +9 -9
- package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
- package/src/lib/text/index.d.ts.map +1 -1
- package/src/lib/treemap-chart/index.d.ts.map +1 -1
- package/src/lib/treemap-chart/treemap-chart-options.d.ts +1 -1
- package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
- package/src/lib/video/index.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/index.d.ts.map +1 -1
- package/vite.config.d.ts.map +1 -1
- package/src/lib/line-chart-forecast/index.d.ts +0 -2
- package/src/lib/line-chart-forecast/index.d.ts.map +0 -1
- package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts +0 -3
- package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.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.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/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.
|
|
13
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
19
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -128,7 +128,7 @@ declare const _default: {
|
|
|
128
128
|
"type": "string"
|
|
129
129
|
},
|
|
130
130
|
"periodOverPeriod": {
|
|
131
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
131
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
132
132
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
133
133
|
},
|
|
134
134
|
"subtype": {
|
|
@@ -219,7 +219,7 @@ declare const _default: {
|
|
|
219
219
|
]
|
|
220
220
|
},
|
|
221
221
|
"periodOverPeriod": {
|
|
222
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
222
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
223
223
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
224
224
|
},
|
|
225
225
|
"subtype": {
|
|
@@ -257,13 +257,13 @@ declare const _default: {
|
|
|
257
257
|
"items": {
|
|
258
258
|
"anyOf": [
|
|
259
259
|
{
|
|
260
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
260
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
263
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
266
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
267
267
|
}
|
|
268
268
|
]
|
|
269
269
|
},
|
|
@@ -306,7 +306,7 @@ declare const _default: {
|
|
|
306
306
|
"type": "string"
|
|
307
307
|
},
|
|
308
308
|
"columnSubType": {
|
|
309
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
309
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
310
310
|
"description": "Column subtype"
|
|
311
311
|
},
|
|
312
312
|
"datasetId": {
|
|
@@ -399,7 +399,7 @@ declare const _default: {
|
|
|
399
399
|
"type": "object"
|
|
400
400
|
},
|
|
401
401
|
"periodOverPeriod": {
|
|
402
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
402
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
403
403
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
404
404
|
},
|
|
405
405
|
"subtype": {
|
|
@@ -444,7 +444,7 @@ declare const _default: {
|
|
|
444
444
|
"type": "number"
|
|
445
445
|
},
|
|
446
446
|
"type": {
|
|
447
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
447
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
448
448
|
"description": "Period over period comparison type"
|
|
449
449
|
}
|
|
450
450
|
},
|
|
@@ -465,10 +465,10 @@ declare const _default: {
|
|
|
465
465
|
"items": {
|
|
466
466
|
"anyOf": [
|
|
467
467
|
{
|
|
468
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
468
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
471
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-slots.schema.json#/definitions/CategorySlot"
|
|
472
472
|
}
|
|
473
473
|
]
|
|
474
474
|
},
|
|
@@ -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.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Donut Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Donut Chart item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Donut Chart item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/donut-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.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"annotate": {
|
|
@@ -100,6 +100,15 @@ declare const _default: {
|
|
|
100
100
|
],
|
|
101
101
|
"type": "string"
|
|
102
102
|
},
|
|
103
|
+
"slotType": {
|
|
104
|
+
"description": "Slot type",
|
|
105
|
+
"enum": [
|
|
106
|
+
"categorical",
|
|
107
|
+
"mixed",
|
|
108
|
+
"numeric"
|
|
109
|
+
],
|
|
110
|
+
"type": "string"
|
|
111
|
+
},
|
|
103
112
|
"values": {
|
|
104
113
|
"description": "An array of columns for the current picker",
|
|
105
114
|
"items": {
|
|
@@ -326,6 +335,10 @@ declare const _default: {
|
|
|
326
335
|
"type": {
|
|
327
336
|
"description": "Column / Formula type",
|
|
328
337
|
"enum": [
|
|
338
|
+
"array[datetime]",
|
|
339
|
+
"array[hierarchy]",
|
|
340
|
+
"array[numeric]",
|
|
341
|
+
"array[spatial]",
|
|
329
342
|
"datetime",
|
|
330
343
|
"hierarchy",
|
|
331
344
|
"numeric",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -99,7 +99,7 @@ declare const _default: {
|
|
|
99
99
|
"type": "string"
|
|
100
100
|
},
|
|
101
101
|
"periodOverPeriod": {
|
|
102
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
102
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
103
103
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
104
104
|
},
|
|
105
105
|
"subtype": {
|
|
@@ -139,13 +139,13 @@ declare const _default: {
|
|
|
139
139
|
"items": {
|
|
140
140
|
"anyOf": [
|
|
141
141
|
{
|
|
142
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
142
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-slots.schema.json#/definitions/NumericSlotContent"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
145
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-slots.schema.json#/definitions/HierarchySlotContent"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
148
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
149
149
|
}
|
|
150
150
|
]
|
|
151
151
|
},
|
|
@@ -218,7 +218,7 @@ declare const _default: {
|
|
|
218
218
|
]
|
|
219
219
|
},
|
|
220
220
|
"periodOverPeriod": {
|
|
221
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
221
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
222
222
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
223
223
|
},
|
|
224
224
|
"subtype": {
|
|
@@ -277,7 +277,7 @@ declare const _default: {
|
|
|
277
277
|
"type": "string"
|
|
278
278
|
},
|
|
279
279
|
"columnSubType": {
|
|
280
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
280
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-slots.schema.json#/definitions/ColumnSubtype",
|
|
281
281
|
"description": "Column subtype"
|
|
282
282
|
},
|
|
283
283
|
"datasetId": {
|
|
@@ -370,7 +370,7 @@ declare const _default: {
|
|
|
370
370
|
"type": "object"
|
|
371
371
|
},
|
|
372
372
|
"periodOverPeriod": {
|
|
373
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
373
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
374
374
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
375
375
|
},
|
|
376
376
|
"subtype": {
|
|
@@ -415,7 +415,7 @@ declare const _default: {
|
|
|
415
415
|
"type": "number"
|
|
416
416
|
},
|
|
417
417
|
"type": {
|
|
418
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
418
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
419
419
|
"description": "Period over period comparison type"
|
|
420
420
|
}
|
|
421
421
|
},
|
|
@@ -434,7 +434,7 @@ declare const _default: {
|
|
|
434
434
|
},
|
|
435
435
|
"description": "Data definition of the Dropdown filter",
|
|
436
436
|
"items": {
|
|
437
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
437
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-slots.schema.json#/definitions/DimensionSlot"
|
|
438
438
|
},
|
|
439
439
|
"maxItems": 1,
|
|
440
440
|
"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.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Dropdown Filter item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Dropdown Filter item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Dropdown Filter item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/dropdown-filter-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.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"annotate": {
|
|
@@ -302,6 +302,15 @@ declare const _default: {
|
|
|
302
302
|
],
|
|
303
303
|
"type": "string"
|
|
304
304
|
},
|
|
305
|
+
"slotType": {
|
|
306
|
+
"description": "Slot type",
|
|
307
|
+
"enum": [
|
|
308
|
+
"categorical",
|
|
309
|
+
"mixed",
|
|
310
|
+
"numeric"
|
|
311
|
+
],
|
|
312
|
+
"type": "string"
|
|
313
|
+
},
|
|
305
314
|
"values": {
|
|
306
315
|
"description": "An array of columns for the current picker",
|
|
307
316
|
"items": {
|
|
@@ -528,6 +537,10 @@ declare const _default: {
|
|
|
528
537
|
"type": {
|
|
529
538
|
"description": "Column / Formula type",
|
|
530
539
|
"enum": [
|
|
540
|
+
"array[datetime]",
|
|
541
|
+
"array[hierarchy]",
|
|
542
|
+
"array[numeric]",
|
|
543
|
+
"array[spatial]",
|
|
531
544
|
"datetime",
|
|
532
545
|
"hierarchy",
|
|
533
546
|
"numeric",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -99,7 +99,7 @@ declare const _default: {
|
|
|
99
99
|
"type": "string"
|
|
100
100
|
},
|
|
101
101
|
"periodOverPeriod": {
|
|
102
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
102
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
103
103
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
104
104
|
},
|
|
105
105
|
"subtype": {
|
|
@@ -137,7 +137,7 @@ declare const _default: {
|
|
|
137
137
|
"content": {
|
|
138
138
|
"description": "Evolution slot definition",
|
|
139
139
|
"items": {
|
|
140
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
140
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
141
141
|
},
|
|
142
142
|
"maxItems": 1,
|
|
143
143
|
"type": "array"
|
|
@@ -209,7 +209,7 @@ declare const _default: {
|
|
|
209
209
|
]
|
|
210
210
|
},
|
|
211
211
|
"periodOverPeriod": {
|
|
212
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
212
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
213
213
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
214
214
|
},
|
|
215
215
|
"subtype": {
|
|
@@ -247,13 +247,13 @@ declare const _default: {
|
|
|
247
247
|
"items": {
|
|
248
248
|
"anyOf": [
|
|
249
249
|
{
|
|
250
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
250
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/NumericSlotContent"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
253
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/HierarchySlotContent"
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
256
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
257
257
|
}
|
|
258
258
|
]
|
|
259
259
|
},
|
|
@@ -297,7 +297,7 @@ declare const _default: {
|
|
|
297
297
|
"type": "string"
|
|
298
298
|
},
|
|
299
299
|
"columnSubType": {
|
|
300
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
300
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/ColumnSubtype",
|
|
301
301
|
"description": "Column subtype"
|
|
302
302
|
},
|
|
303
303
|
"datasetId": {
|
|
@@ -390,7 +390,7 @@ declare const _default: {
|
|
|
390
390
|
"type": "object"
|
|
391
391
|
},
|
|
392
392
|
"periodOverPeriod": {
|
|
393
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
393
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
394
394
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
395
395
|
},
|
|
396
396
|
"subtype": {
|
|
@@ -435,7 +435,7 @@ declare const _default: {
|
|
|
435
435
|
"type": "number"
|
|
436
436
|
},
|
|
437
437
|
"type": {
|
|
438
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
438
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
439
439
|
"description": "Period over period comparison type"
|
|
440
440
|
}
|
|
441
441
|
},
|
|
@@ -456,10 +456,10 @@ declare const _default: {
|
|
|
456
456
|
"items": {
|
|
457
457
|
"anyOf": [
|
|
458
458
|
{
|
|
459
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
459
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/MeasureSlot"
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
462
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-slots.schema.json#/definitions/EvolutionSlot"
|
|
463
463
|
}
|
|
464
464
|
]
|
|
465
465
|
},
|
|
@@ -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.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Evolution Number item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Evolution Number item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Evolution Number item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/evolution-number-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.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"annotate": {
|
|
@@ -233,6 +233,15 @@ declare const _default: {
|
|
|
233
233
|
],
|
|
234
234
|
"type": "string"
|
|
235
235
|
},
|
|
236
|
+
"slotType": {
|
|
237
|
+
"description": "Slot type",
|
|
238
|
+
"enum": [
|
|
239
|
+
"categorical",
|
|
240
|
+
"mixed",
|
|
241
|
+
"numeric"
|
|
242
|
+
],
|
|
243
|
+
"type": "string"
|
|
244
|
+
},
|
|
236
245
|
"values": {
|
|
237
246
|
"description": "An array of columns for the current picker",
|
|
238
247
|
"items": {
|
|
@@ -459,6 +468,10 @@ declare const _default: {
|
|
|
459
468
|
"type": {
|
|
460
469
|
"description": "Column / Formula type",
|
|
461
470
|
"enum": [
|
|
471
|
+
"array[datetime]",
|
|
472
|
+
"array[hierarchy]",
|
|
473
|
+
"array[numeric]",
|
|
474
|
+
"array[spatial]",
|
|
462
475
|
"datetime",
|
|
463
476
|
"hierarchy",
|
|
464
477
|
"numeric",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-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.
|
|
13
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
19
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -128,7 +128,7 @@ declare const _default: {
|
|
|
128
128
|
"type": "string"
|
|
129
129
|
},
|
|
130
130
|
"periodOverPeriod": {
|
|
131
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
131
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
132
132
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
133
133
|
},
|
|
134
134
|
"subtype": {
|
|
@@ -219,7 +219,7 @@ declare const _default: {
|
|
|
219
219
|
]
|
|
220
220
|
},
|
|
221
221
|
"periodOverPeriod": {
|
|
222
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
222
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
223
223
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
224
224
|
},
|
|
225
225
|
"subtype": {
|
|
@@ -257,10 +257,10 @@ declare const _default: {
|
|
|
257
257
|
"items": {
|
|
258
258
|
"anyOf": [
|
|
259
259
|
{
|
|
260
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
260
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
263
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
264
264
|
}
|
|
265
265
|
]
|
|
266
266
|
},
|
|
@@ -304,7 +304,7 @@ declare const _default: {
|
|
|
304
304
|
"type": "string"
|
|
305
305
|
},
|
|
306
306
|
"columnSubType": {
|
|
307
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
307
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
308
308
|
"description": "Column subtype"
|
|
309
309
|
},
|
|
310
310
|
"datasetId": {
|
|
@@ -397,7 +397,7 @@ declare const _default: {
|
|
|
397
397
|
"type": "object"
|
|
398
398
|
},
|
|
399
399
|
"periodOverPeriod": {
|
|
400
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
400
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
401
401
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
402
402
|
},
|
|
403
403
|
"subtype": {
|
|
@@ -442,7 +442,7 @@ declare const _default: {
|
|
|
442
442
|
"type": "number"
|
|
443
443
|
},
|
|
444
444
|
"type": {
|
|
445
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
445
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
446
446
|
"description": "Period over period comparison type"
|
|
447
447
|
}
|
|
448
448
|
},
|
|
@@ -463,10 +463,10 @@ declare const _default: {
|
|
|
463
463
|
"items": {
|
|
464
464
|
"anyOf": [
|
|
465
465
|
{
|
|
466
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
466
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
467
467
|
},
|
|
468
468
|
{
|
|
469
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
469
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-slots.schema.json#/definitions/CategorySlot"
|
|
470
470
|
}
|
|
471
471
|
]
|
|
472
472
|
},
|
|
@@ -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.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Funnel Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Funnel Chart item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Funnel Chart item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.97/funnel-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.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.97/heat-map-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"annotate": {
|
|
@@ -173,6 +173,15 @@ declare const _default: {
|
|
|
173
173
|
],
|
|
174
174
|
"type": "string"
|
|
175
175
|
},
|
|
176
|
+
"slotType": {
|
|
177
|
+
"description": "Slot type",
|
|
178
|
+
"enum": [
|
|
179
|
+
"categorical",
|
|
180
|
+
"mixed",
|
|
181
|
+
"numeric"
|
|
182
|
+
],
|
|
183
|
+
"type": "string"
|
|
184
|
+
},
|
|
176
185
|
"values": {
|
|
177
186
|
"description": "An array of columns for the current picker",
|
|
178
187
|
"items": {
|
|
@@ -399,6 +408,10 @@ declare const _default: {
|
|
|
399
408
|
"type": {
|
|
400
409
|
"description": "Column / Formula type",
|
|
401
410
|
"enum": [
|
|
411
|
+
"array[datetime]",
|
|
412
|
+
"array[hierarchy]",
|
|
413
|
+
"array[numeric]",
|
|
414
|
+
"array[spatial]",
|
|
402
415
|
"datetime",
|
|
403
416
|
"hierarchy",
|
|
404
417
|
"numeric",
|