@luzmo/dashboard-contents-types 0.1.88-beta.7 → 0.1.89
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/README.md +154 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +32 -5
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +32 -11
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +27 -6
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +27 -6
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +37 -6
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +37 -10
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +30 -9
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +32 -11
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +34 -7
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +13 -3
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +28 -7
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +13 -3
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +51 -28
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +28 -7
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +7 -3
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +29 -6
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/options.schema.json.d.ts +24 -24
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +37 -12
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +33 -8
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +32 -8
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +39 -6
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +18 -8
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +13 -3
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/text-options.schema.json.d.ts +7 -3
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
- package/index.d.ts +1 -0
- package/index.js +71 -71
- package/index.mjs +1038 -578
- package/json-schemas.d.ts +278 -122
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -0
- package/src/lib/area-chart/area-chart-options.d.ts +18 -16
- package/src/lib/area-chart/area-chart-slots.d.ts +2 -0
- package/src/lib/area-chart/area-chart.d.ts +4 -2
- package/src/lib/area-chart/index.d.ts +1 -0
- package/src/lib/bar-chart/bar-chart-options.d.ts +23 -21
- package/src/lib/bar-chart/bar-chart.d.ts +4 -2
- package/src/lib/bar-chart/bar-chart.slots.d.ts +2 -0
- package/src/lib/bar-chart/index.d.ts +1 -0
- package/src/lib/box-plot/box-plot-options.d.ts +17 -15
- package/src/lib/box-plot/box-plot-slots.d.ts +2 -0
- package/src/lib/box-plot/box-plot.d.ts +4 -2
- package/src/lib/box-plot/index.d.ts +1 -0
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +16 -14
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +2 -0
- package/src/lib/bubble-chart/bubble-chart.d.ts +4 -2
- package/src/lib/bubble-chart/index.d.ts +1 -0
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +17 -15
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +2 -0
- package/src/lib/bullet-chart/bullet-chart.d.ts +4 -2
- package/src/lib/bullet-chart/index.d.ts +1 -0
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +22 -20
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +2 -0
- package/src/lib/choropleth-map/choropleth-map.d.ts +4 -2
- package/src/lib/choropleth-map/index.d.ts +1 -0
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +15 -13
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +2 -0
- package/src/lib/circular-gauge/circular-gauge.d.ts +4 -2
- package/src/lib/circular-gauge/index.d.ts +1 -0
- package/src/lib/column-chart/column-chart-options.d.ts +23 -21
- package/src/lib/column-chart/column-chart-slots.d.ts +2 -0
- package/src/lib/column-chart/column-chart.d.ts +4 -2
- package/src/lib/column-chart/index.d.ts +1 -0
- package/src/lib/combination-chart/combination-chart-options.d.ts +19 -17
- package/src/lib/combination-chart/combination-chart-slots.d.ts +2 -0
- package/src/lib/combination-chart/combination-chart.d.ts +4 -2
- package/src/lib/combination-chart/index.d.ts +1 -0
- package/src/lib/conditional-number/conditional-number-options.d.ts +16 -14
- package/src/lib/conditional-number/conditional-number-slots.d.ts +2 -0
- package/src/lib/conditional-number/conditional-number.d.ts +4 -2
- package/src/lib/conditional-number/index.d.ts +1 -0
- package/src/lib/date-filter/date-filter-options.d.ts +6 -4
- package/src/lib/date-filter/date-filter-slots.d.ts +2 -0
- package/src/lib/date-filter/date-filter.d.ts +4 -2
- package/src/lib/date-filter/index.d.ts +1 -0
- package/src/lib/donut-chart/donut-chart-options.d.ts +18 -16
- package/src/lib/donut-chart/donut-chart-slots.d.ts +2 -0
- package/src/lib/donut-chart/donut-chart.d.ts +4 -2
- package/src/lib/donut-chart/index.d.ts +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +8 -6
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +2 -0
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +4 -2
- package/src/lib/dropdown-filter/index.d.ts +1 -0
- package/src/lib/evolution-number/evolution-number-options.d.ts +31 -14
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-slots.d.ts +2 -0
- package/src/lib/evolution-number/evolution-number.d.ts +4 -2
- package/src/lib/evolution-number/index.d.ts +1 -0
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +18 -16
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +2 -0
- package/src/lib/funnel-chart/funnel-chart.d.ts +4 -2
- package/src/lib/funnel-chart/index.d.ts +1 -0
- package/src/lib/image/image-options.d.ts +5 -3
- package/src/lib/image/image.d.ts +3 -1
- package/src/lib/image/index.d.ts +1 -0
- package/src/lib/line-chart/index.d.ts +1 -0
- package/src/lib/line-chart/line-chart-options.d.ts +17 -15
- package/src/lib/line-chart/line-chart-slots.d.ts +2 -0
- package/src/lib/line-chart/line-chart.d.ts +4 -2
- package/src/lib/pivot-table/index.d.ts +1 -0
- package/src/lib/pivot-table/pivot-table-options.d.ts +21 -19
- package/src/lib/pivot-table/pivot-table-slots.d.ts +2 -0
- package/src/lib/pivot-table/pivot-table.d.ts +4 -2
- package/src/lib/regular-table/index.d.ts +1 -0
- package/src/lib/regular-table/regular-table-options.d.ts +16 -14
- package/src/lib/regular-table/regular-table-slots.d.ts +2 -0
- package/src/lib/regular-table/regular-table.d.ts +4 -2
- package/src/lib/sankey-diagram/index.d.ts +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +17 -15
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +2 -0
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +4 -2
- package/src/lib/scatter-plot/index.d.ts +1 -0
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +18 -16
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +2 -0
- package/src/lib/scatter-plot/scatter-plot.d.ts +4 -2
- package/src/lib/shared/axes.d.ts +1 -0
- package/src/lib/shared/axis-view-options.d.ts +2 -0
- package/src/lib/shared/common.d.ts +7 -5
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +4 -0
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/filters.d.ts +1 -0
- package/src/lib/shared/formula.d.ts +2 -0
- package/src/lib/shared/index.d.ts +1 -0
- package/src/lib/shared/info-tooltip-options.d.ts +1 -0
- package/src/lib/shared/interactivity-brush.d.ts +1 -0
- package/src/lib/shared/interactivity-custom-events.d.ts +2 -0
- package/src/lib/shared/interactivity-custom-tooltip.d.ts +1 -0
- package/src/lib/shared/interactivity-drilldown.d.ts +2 -0
- package/src/lib/shared/interactivity-export.d.ts +3 -2
- package/src/lib/shared/interactivity-filter.d.ts +1 -0
- package/src/lib/shared/interactivity-go-to-url.d.ts +1 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +3 -1
- package/src/lib/shared/interactivity-target.d.ts +1 -0
- package/src/lib/shared/interpolation.d.ts +1 -0
- package/src/lib/shared/item-filter-group.d.ts +1 -0
- package/src/lib/shared/legend.d.ts +2 -0
- package/src/lib/shared/map-object-view-options.d.ts +4 -2
- package/src/lib/shared/object-view-options.d.ts +4 -2
- package/src/lib/shared/placeholder.d.ts +1 -0
- package/src/lib/shared/query.d.ts +1 -0
- package/src/lib/shared/ranges.d.ts +1 -0
- package/src/lib/shared/slots.d.ts +4 -2
- package/src/lib/shared/sort.d.ts +2 -0
- package/src/lib/shared/theme.d.ts +6 -1
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +1 -0
- package/src/lib/slicer-filter/index.d.ts +1 -0
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +15 -13
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +2 -0
- package/src/lib/slicer-filter/slicer-filter.d.ts +4 -2
- package/src/lib/slider-filter/index.d.ts +1 -0
- package/src/lib/slider-filter/slider-filter-options.d.ts +7 -5
- package/src/lib/slider-filter/slider-filter-slots.d.ts +2 -0
- package/src/lib/slider-filter/slider-filter.d.ts +4 -2
- package/src/lib/text/index.d.ts +1 -0
- package/src/lib/text/text-options.d.ts +3 -1
- package/src/lib/text/text.d.ts +3 -1
- package/src/options.d.ts +25 -23
- package/src/slots.d.ts +23 -21
|
@@ -1,21 +1,17 @@
|
|
|
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.89/evolution-number-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"color": {
|
|
6
|
+
"default": "",
|
|
6
7
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
8
|
+
"examples": [
|
|
9
|
+
"#FF5733",
|
|
10
|
+
"#33FF57",
|
|
11
|
+
"#5733FF"
|
|
12
|
+
],
|
|
7
13
|
"type": "string"
|
|
8
14
|
},
|
|
9
|
-
"display": {
|
|
10
|
-
"description": "Title display option",
|
|
11
|
-
"properties": {
|
|
12
|
-
"title": {
|
|
13
|
-
"description": "Show or hide the title",
|
|
14
|
-
"type": "boolean"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"type": "object"
|
|
18
|
-
},
|
|
19
15
|
"evolutionColor": {
|
|
20
16
|
"default": "normal",
|
|
21
17
|
"description": "Evolution color",
|
|
@@ -82,6 +78,11 @@ declare const _default: {
|
|
|
82
78
|
"fit",
|
|
83
79
|
"stretch"
|
|
84
80
|
],
|
|
81
|
+
"examples": [
|
|
82
|
+
"fit",
|
|
83
|
+
"fill",
|
|
84
|
+
"stretch"
|
|
85
|
+
],
|
|
85
86
|
"type": "string"
|
|
86
87
|
},
|
|
87
88
|
"imageBackgroundOpacity": {
|
|
@@ -99,7 +100,14 @@ declare const _default: {
|
|
|
99
100
|
"type": "string"
|
|
100
101
|
},
|
|
101
102
|
"imageContent": {
|
|
102
|
-
"
|
|
103
|
+
"default": "",
|
|
104
|
+
"description": "Image content. It's used when \"imageMode\" is \"emoji\" or \"icon\".",
|
|
105
|
+
"examples": [
|
|
106
|
+
"1f601",
|
|
107
|
+
"1f602",
|
|
108
|
+
"fa-dollar",
|
|
109
|
+
"fa-bicycle"
|
|
110
|
+
],
|
|
103
111
|
"type": "string"
|
|
104
112
|
},
|
|
105
113
|
"imageMode": {
|
|
@@ -137,7 +145,11 @@ declare const _default: {
|
|
|
137
145
|
"description": "Interactivity options",
|
|
138
146
|
"properties": {
|
|
139
147
|
"availableExportTypes": {
|
|
140
|
-
"default":
|
|
148
|
+
"default": [
|
|
149
|
+
"xlsx",
|
|
150
|
+
"csv",
|
|
151
|
+
"png"
|
|
152
|
+
],
|
|
141
153
|
"description": "Available export types interactivity option",
|
|
142
154
|
"items": {
|
|
143
155
|
"description": "Export types",
|
|
@@ -232,7 +244,11 @@ declare const _default: {
|
|
|
232
244
|
"type": "object"
|
|
233
245
|
},
|
|
234
246
|
"exportTypes": {
|
|
235
|
-
"default":
|
|
247
|
+
"default": [
|
|
248
|
+
"xlsx",
|
|
249
|
+
"csv",
|
|
250
|
+
"png"
|
|
251
|
+
],
|
|
236
252
|
"description": "Export types interactivity option",
|
|
237
253
|
"items": {
|
|
238
254
|
"description": "Export types",
|
|
@@ -881,7 +897,10 @@ declare const _default: {
|
|
|
881
897
|
"type": "array"
|
|
882
898
|
},
|
|
883
899
|
"urlConfig": {
|
|
884
|
-
"default":
|
|
900
|
+
"default": {
|
|
901
|
+
"target": "_blank",
|
|
902
|
+
"url": null
|
|
903
|
+
},
|
|
885
904
|
"description": "Go to URL interactivity option",
|
|
886
905
|
"properties": {
|
|
887
906
|
"target": {
|
|
@@ -941,6 +960,11 @@ declare const _default: {
|
|
|
941
960
|
},
|
|
942
961
|
"numberFontSize": {
|
|
943
962
|
"description": "Number font size",
|
|
963
|
+
"examples": [
|
|
964
|
+
58,
|
|
965
|
+
14,
|
|
966
|
+
20
|
|
967
|
+
],
|
|
944
968
|
"type": "number"
|
|
945
969
|
},
|
|
946
970
|
"showImage": {
|
|
@@ -955,7 +979,7 @@ declare const _default: {
|
|
|
955
979
|
},
|
|
956
980
|
"showTitle": {
|
|
957
981
|
"default": true,
|
|
958
|
-
"description": "Show title",
|
|
982
|
+
"description": "Show title, a value for the title is taken from a slot content's \"label\" option",
|
|
959
983
|
"type": "boolean"
|
|
960
984
|
},
|
|
961
985
|
"subtitle": {
|
|
@@ -1004,14 +1028,18 @@ declare const _default: {
|
|
|
1004
1028
|
"background": {
|
|
1005
1029
|
"description": "Background color",
|
|
1006
1030
|
"examples": [
|
|
1007
|
-
"dark",
|
|
1008
|
-
"light",
|
|
1009
1031
|
"rgb(245, 245, 245)",
|
|
1010
1032
|
"rgb(61, 61, 61)"
|
|
1011
1033
|
],
|
|
1012
1034
|
"type": "string"
|
|
1013
1035
|
},
|
|
1014
1036
|
"baseFontSize": {
|
|
1037
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1038
|
+
"examples": [
|
|
1039
|
+
13,
|
|
1040
|
+
16,
|
|
1041
|
+
20
|
|
1042
|
+
],
|
|
1015
1043
|
"type": "number"
|
|
1016
1044
|
},
|
|
1017
1045
|
"borders": {
|
|
@@ -1445,15 +1473,6 @@ declare const _default: {
|
|
|
1445
1473
|
},
|
|
1446
1474
|
"type": "object"
|
|
1447
1475
|
},
|
|
1448
|
-
"title": {
|
|
1449
|
-
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1450
|
-
"examples": [
|
|
1451
|
-
{
|
|
1452
|
-
"en": "Title"
|
|
1453
|
-
}
|
|
1454
|
-
],
|
|
1455
|
-
"type": "object"
|
|
1456
|
-
},
|
|
1457
1476
|
"titleFontSize": {
|
|
1458
1477
|
"description": "Title font size",
|
|
1459
1478
|
"examples": [
|
|
@@ -1473,7 +1492,11 @@ declare const _default: {
|
|
|
1473
1492
|
"type": "string"
|
|
1474
1493
|
},
|
|
1475
1494
|
"uploadedImage": {
|
|
1476
|
-
"
|
|
1495
|
+
"default": "",
|
|
1496
|
+
"description": "Uploaded image name (usually uuid), it's used when constructing a URL of an image, for example, \"https://.../thumbnail/asset/512px/${uploadedImage}.png\". It's used when \"imageMode\" is \"image\".",
|
|
1497
|
+
"examples": [
|
|
1498
|
+
"8e15ed25-bd9d-4f84-b839-8b219b97b0a2"
|
|
1499
|
+
],
|
|
1477
1500
|
"type": "string"
|
|
1478
1501
|
},
|
|
1479
1502
|
"verticalAlignment": {
|
|
@@ -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.89/evolution-number-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -132,7 +132,7 @@ declare const _default: {
|
|
|
132
132
|
"content": {
|
|
133
133
|
"description": "Evolution slot definition",
|
|
134
134
|
"items": {
|
|
135
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
135
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
136
136
|
},
|
|
137
137
|
"maxItems": 1,
|
|
138
138
|
"type": "array"
|
|
@@ -239,13 +239,13 @@ declare const _default: {
|
|
|
239
239
|
"items": {
|
|
240
240
|
"anyOf": [
|
|
241
241
|
{
|
|
242
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
242
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/NumericSlotContent"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
245
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/HierarchySlotContent"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
248
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
249
249
|
}
|
|
250
250
|
]
|
|
251
251
|
},
|
|
@@ -289,7 +289,7 @@ declare const _default: {
|
|
|
289
289
|
"type": "string"
|
|
290
290
|
},
|
|
291
291
|
"columnSubType": {
|
|
292
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
292
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/ColumnSubtype",
|
|
293
293
|
"description": "Column subtype"
|
|
294
294
|
},
|
|
295
295
|
"set": {
|
|
@@ -415,10 +415,10 @@ declare const _default: {
|
|
|
415
415
|
"items": {
|
|
416
416
|
"anyOf": [
|
|
417
417
|
{
|
|
418
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
418
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/MeasureSlot"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
421
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/EvolutionSlot"
|
|
422
422
|
}
|
|
423
423
|
]
|
|
424
424
|
},
|
|
@@ -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.89/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.89/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.89/evolution-number-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,9 +1,15 @@
|
|
|
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.89/funnel-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"color": {
|
|
6
|
+
"default": "",
|
|
6
7
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
8
|
+
"examples": [
|
|
9
|
+
"#FF5733",
|
|
10
|
+
"#33FF57",
|
|
11
|
+
"#5733FF"
|
|
12
|
+
],
|
|
7
13
|
"type": "string"
|
|
8
14
|
},
|
|
9
15
|
"display": {
|
|
@@ -41,7 +47,7 @@ declare const _default: {
|
|
|
41
47
|
"type": "boolean"
|
|
42
48
|
},
|
|
43
49
|
"perc": {
|
|
44
|
-
"default": "
|
|
50
|
+
"default": "hide",
|
|
45
51
|
"description": "Toggle percentage",
|
|
46
52
|
"enum": [
|
|
47
53
|
"hide",
|
|
@@ -62,7 +68,11 @@ declare const _default: {
|
|
|
62
68
|
"description": "Interactivity options",
|
|
63
69
|
"properties": {
|
|
64
70
|
"availableExportTypes": {
|
|
65
|
-
"default":
|
|
71
|
+
"default": [
|
|
72
|
+
"xlsx",
|
|
73
|
+
"csv",
|
|
74
|
+
"png"
|
|
75
|
+
],
|
|
66
76
|
"description": "Available export types interactivity option",
|
|
67
77
|
"items": {
|
|
68
78
|
"description": "Export types",
|
|
@@ -2227,7 +2237,11 @@ declare const _default: {
|
|
|
2227
2237
|
"type": "object"
|
|
2228
2238
|
},
|
|
2229
2239
|
"exportTypes": {
|
|
2230
|
-
"default":
|
|
2240
|
+
"default": [
|
|
2241
|
+
"xlsx",
|
|
2242
|
+
"csv",
|
|
2243
|
+
"png"
|
|
2244
|
+
],
|
|
2231
2245
|
"description": "Export types interactivity option",
|
|
2232
2246
|
"items": {
|
|
2233
2247
|
"description": "Export types",
|
|
@@ -2881,7 +2895,10 @@ declare const _default: {
|
|
|
2881
2895
|
"type": "boolean"
|
|
2882
2896
|
},
|
|
2883
2897
|
"urlConfig": {
|
|
2884
|
-
"default":
|
|
2898
|
+
"default": {
|
|
2899
|
+
"target": "_blank",
|
|
2900
|
+
"url": null
|
|
2901
|
+
},
|
|
2885
2902
|
"description": "Go to URL interactivity option",
|
|
2886
2903
|
"properties": {
|
|
2887
2904
|
"target": {
|
|
@@ -3058,14 +3075,18 @@ declare const _default: {
|
|
|
3058
3075
|
"background": {
|
|
3059
3076
|
"description": "Background color",
|
|
3060
3077
|
"examples": [
|
|
3061
|
-
"dark",
|
|
3062
|
-
"light",
|
|
3063
3078
|
"rgb(245, 245, 245)",
|
|
3064
3079
|
"rgb(61, 61, 61)"
|
|
3065
3080
|
],
|
|
3066
3081
|
"type": "string"
|
|
3067
3082
|
},
|
|
3068
3083
|
"baseFontSize": {
|
|
3084
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
3085
|
+
"examples": [
|
|
3086
|
+
13,
|
|
3087
|
+
16,
|
|
3088
|
+
20
|
|
3089
|
+
],
|
|
3069
3090
|
"type": "number"
|
|
3070
3091
|
},
|
|
3071
3092
|
"borders": {
|
|
@@ -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.89/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.89/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.89/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.89/funnel-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -249,10 +249,10 @@ declare const _default: {
|
|
|
249
249
|
"items": {
|
|
250
250
|
"anyOf": [
|
|
251
251
|
{
|
|
252
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
252
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
255
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
258
|
},
|
|
@@ -296,7 +296,7 @@ declare const _default: {
|
|
|
296
296
|
"type": "string"
|
|
297
297
|
},
|
|
298
298
|
"columnSubType": {
|
|
299
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
299
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
300
300
|
"description": "Column subtype"
|
|
301
301
|
},
|
|
302
302
|
"set": {
|
|
@@ -422,10 +422,10 @@ declare const _default: {
|
|
|
422
422
|
"items": {
|
|
423
423
|
"anyOf": [
|
|
424
424
|
{
|
|
425
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
425
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
426
426
|
},
|
|
427
427
|
{
|
|
428
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
428
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/CategorySlot"
|
|
429
429
|
}
|
|
430
430
|
]
|
|
431
431
|
},
|
|
@@ -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.89/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.89/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.89/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.89/image-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"alignment": {
|
|
@@ -115,14 +115,18 @@ declare const _default: {
|
|
|
115
115
|
"background": {
|
|
116
116
|
"description": "Background color",
|
|
117
117
|
"examples": [
|
|
118
|
-
"dark",
|
|
119
|
-
"light",
|
|
120
118
|
"rgb(245, 245, 245)",
|
|
121
119
|
"rgb(61, 61, 61)"
|
|
122
120
|
],
|
|
123
121
|
"type": "string"
|
|
124
122
|
},
|
|
125
123
|
"baseFontSize": {
|
|
124
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
125
|
+
"examples": [
|
|
126
|
+
13,
|
|
127
|
+
16,
|
|
128
|
+
20
|
|
129
|
+
],
|
|
126
130
|
"type": "number"
|
|
127
131
|
},
|
|
128
132
|
"borders": {
|
|
@@ -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.89/image.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Image item",
|
|
6
6
|
"properties": {
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Image item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/image-options.schema.json"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
};
|
|
@@ -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.89/line-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"axis": {
|
|
@@ -278,7 +278,13 @@ declare const _default: {
|
|
|
278
278
|
"type": "object"
|
|
279
279
|
},
|
|
280
280
|
"color": {
|
|
281
|
+
"default": "",
|
|
281
282
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
283
|
+
"examples": [
|
|
284
|
+
"#FF5733",
|
|
285
|
+
"#33FF57",
|
|
286
|
+
"#5733FF"
|
|
287
|
+
],
|
|
282
288
|
"type": "string"
|
|
283
289
|
},
|
|
284
290
|
"display": {
|
|
@@ -465,7 +471,11 @@ declare const _default: {
|
|
|
465
471
|
"description": "Interactivity options",
|
|
466
472
|
"properties": {
|
|
467
473
|
"availableExportTypes": {
|
|
468
|
-
"default":
|
|
474
|
+
"default": [
|
|
475
|
+
"xlsx",
|
|
476
|
+
"csv",
|
|
477
|
+
"png"
|
|
478
|
+
],
|
|
469
479
|
"description": "Available export types interactivity option",
|
|
470
480
|
"items": {
|
|
471
481
|
"description": "Export types",
|
|
@@ -570,7 +580,11 @@ declare const _default: {
|
|
|
570
580
|
"type": "object"
|
|
571
581
|
},
|
|
572
582
|
"exportTypes": {
|
|
573
|
-
"default":
|
|
583
|
+
"default": [
|
|
584
|
+
"xlsx",
|
|
585
|
+
"csv",
|
|
586
|
+
"png"
|
|
587
|
+
],
|
|
574
588
|
"description": "Export types interactivity option",
|
|
575
589
|
"items": {
|
|
576
590
|
"description": "Export types",
|
|
@@ -1219,7 +1233,10 @@ declare const _default: {
|
|
|
1219
1233
|
"type": "array"
|
|
1220
1234
|
},
|
|
1221
1235
|
"urlConfig": {
|
|
1222
|
-
"default":
|
|
1236
|
+
"default": {
|
|
1237
|
+
"target": "_blank",
|
|
1238
|
+
"url": null
|
|
1239
|
+
},
|
|
1223
1240
|
"description": "Go to URL interactivity option",
|
|
1224
1241
|
"properties": {
|
|
1225
1242
|
"target": {
|
|
@@ -1358,6 +1375,8 @@ declare const _default: {
|
|
|
1358
1375
|
"type": "object"
|
|
1359
1376
|
},
|
|
1360
1377
|
"nullBreak": {
|
|
1378
|
+
"default": false,
|
|
1379
|
+
"description": "Null break options",
|
|
1361
1380
|
"type": "boolean"
|
|
1362
1381
|
},
|
|
1363
1382
|
"theme": {
|
|
@@ -1378,14 +1397,18 @@ declare const _default: {
|
|
|
1378
1397
|
"background": {
|
|
1379
1398
|
"description": "Background color",
|
|
1380
1399
|
"examples": [
|
|
1381
|
-
"dark",
|
|
1382
|
-
"light",
|
|
1383
1400
|
"rgb(245, 245, 245)",
|
|
1384
1401
|
"rgb(61, 61, 61)"
|
|
1385
1402
|
],
|
|
1386
1403
|
"type": "string"
|
|
1387
1404
|
},
|
|
1388
1405
|
"baseFontSize": {
|
|
1406
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1407
|
+
"examples": [
|
|
1408
|
+
13,
|
|
1409
|
+
16,
|
|
1410
|
+
20
|
|
1411
|
+
],
|
|
1389
1412
|
"type": "number"
|
|
1390
1413
|
},
|
|
1391
1414
|
"borders": {
|
|
@@ -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.89/line-chart-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -220,13 +220,13 @@ declare const _default: {
|
|
|
220
220
|
"items": {
|
|
221
221
|
"anyOf": [
|
|
222
222
|
{
|
|
223
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
223
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
226
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
229
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
230
230
|
}
|
|
231
231
|
]
|
|
232
232
|
},
|
|
@@ -249,13 +249,13 @@ declare const _default: {
|
|
|
249
249
|
"items": {
|
|
250
250
|
"anyOf": [
|
|
251
251
|
{
|
|
252
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
252
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
255
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
258
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
},
|
|
@@ -298,7 +298,7 @@ declare const _default: {
|
|
|
298
298
|
"type": "string"
|
|
299
299
|
},
|
|
300
300
|
"columnSubType": {
|
|
301
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
301
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
302
302
|
"description": "Column subtype"
|
|
303
303
|
},
|
|
304
304
|
"set": {
|
|
@@ -427,13 +427,13 @@ declare const _default: {
|
|
|
427
427
|
"items": {
|
|
428
428
|
"anyOf": [
|
|
429
429
|
{
|
|
430
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
430
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
433
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
434
434
|
},
|
|
435
435
|
{
|
|
436
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
436
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
437
437
|
}
|
|
438
438
|
]
|
|
439
439
|
},
|
|
@@ -453,13 +453,13 @@ declare const _default: {
|
|
|
453
453
|
"items": {
|
|
454
454
|
"anyOf": [
|
|
455
455
|
{
|
|
456
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
456
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
459
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/XAxisSlot"
|
|
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.89/line-chart-slots.schema.json#/definitions/LegendSlot"
|
|
463
463
|
}
|
|
464
464
|
]
|
|
465
465
|
},
|