@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,9 +1,9 @@
|
|
|
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/choropleth-map-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"classification": {
|
|
6
|
-
"default": "
|
|
6
|
+
"default": "quantile",
|
|
7
7
|
"description": "Classification options: quantile, interval, continuous or manual",
|
|
8
8
|
"enum": [
|
|
9
9
|
"continuous",
|
|
@@ -14,11 +14,17 @@ declare const _default: {
|
|
|
14
14
|
"type": "string"
|
|
15
15
|
},
|
|
16
16
|
"color": {
|
|
17
|
+
"default": "",
|
|
17
18
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
19
|
+
"examples": [
|
|
20
|
+
"#FF5733",
|
|
21
|
+
"#33FF57",
|
|
22
|
+
"#5733FF"
|
|
23
|
+
],
|
|
18
24
|
"type": "string"
|
|
19
25
|
},
|
|
20
26
|
"colorsClass": {
|
|
21
|
-
"default": "
|
|
27
|
+
"default": "PuBu",
|
|
22
28
|
"description": "Set classes on the colors",
|
|
23
29
|
"type": "string"
|
|
24
30
|
},
|
|
@@ -67,8 +73,11 @@ declare const _default: {
|
|
|
67
73
|
"type": "boolean"
|
|
68
74
|
},
|
|
69
75
|
"color": {
|
|
70
|
-
"default": "
|
|
76
|
+
"default": "rgb(255,255,255)",
|
|
71
77
|
"description": "If enabled, color of the highlight",
|
|
78
|
+
"examples": [
|
|
79
|
+
"#000000"
|
|
80
|
+
],
|
|
72
81
|
"type": "string"
|
|
73
82
|
}
|
|
74
83
|
},
|
|
@@ -78,7 +87,11 @@ declare const _default: {
|
|
|
78
87
|
"description": "Interactivity options",
|
|
79
88
|
"properties": {
|
|
80
89
|
"availableExportTypes": {
|
|
81
|
-
"default":
|
|
90
|
+
"default": [
|
|
91
|
+
"xlsx",
|
|
92
|
+
"csv",
|
|
93
|
+
"png"
|
|
94
|
+
],
|
|
82
95
|
"description": "Available export types interactivity option",
|
|
83
96
|
"items": {
|
|
84
97
|
"description": "Export types",
|
|
@@ -178,7 +191,11 @@ declare const _default: {
|
|
|
178
191
|
"type": "object"
|
|
179
192
|
},
|
|
180
193
|
"exportTypes": {
|
|
181
|
-
"default":
|
|
194
|
+
"default": [
|
|
195
|
+
"xlsx",
|
|
196
|
+
"csv",
|
|
197
|
+
"png"
|
|
198
|
+
],
|
|
182
199
|
"description": "Export types interactivity option",
|
|
183
200
|
"items": {
|
|
184
201
|
"description": "Export types",
|
|
@@ -832,7 +849,10 @@ declare const _default: {
|
|
|
832
849
|
"type": "boolean"
|
|
833
850
|
},
|
|
834
851
|
"urlConfig": {
|
|
835
|
-
"default":
|
|
852
|
+
"default": {
|
|
853
|
+
"target": "_blank",
|
|
854
|
+
"url": null
|
|
855
|
+
},
|
|
836
856
|
"description": "Go to URL interactivity option",
|
|
837
857
|
"properties": {
|
|
838
858
|
"target": {
|
|
@@ -978,8 +998,11 @@ declare const _default: {
|
|
|
978
998
|
"type": "object"
|
|
979
999
|
},
|
|
980
1000
|
"strokeColor": {
|
|
981
|
-
"default": "
|
|
1001
|
+
"default": "rgba(0,0,0,.3)",
|
|
982
1002
|
"description": "Stroke color of the map",
|
|
1003
|
+
"examples": [
|
|
1004
|
+
"#000000"
|
|
1005
|
+
],
|
|
983
1006
|
"type": "string"
|
|
984
1007
|
},
|
|
985
1008
|
"theme": {
|
|
@@ -1000,14 +1023,18 @@ declare const _default: {
|
|
|
1000
1023
|
"background": {
|
|
1001
1024
|
"description": "Background color",
|
|
1002
1025
|
"examples": [
|
|
1003
|
-
"dark",
|
|
1004
|
-
"light",
|
|
1005
1026
|
"rgb(245, 245, 245)",
|
|
1006
1027
|
"rgb(61, 61, 61)"
|
|
1007
1028
|
],
|
|
1008
1029
|
"type": "string"
|
|
1009
1030
|
},
|
|
1010
1031
|
"baseFontSize": {
|
|
1032
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1033
|
+
"examples": [
|
|
1034
|
+
13,
|
|
1035
|
+
16,
|
|
1036
|
+
20
|
|
1037
|
+
],
|
|
1011
1038
|
"type": "number"
|
|
1012
1039
|
},
|
|
1013
1040
|
"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/choropleth-map-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CategorySlot": {
|
|
@@ -10,10 +10,10 @@ 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/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
|
|
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/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
17
17
|
}
|
|
18
18
|
]
|
|
19
19
|
},
|
|
@@ -158,7 +158,7 @@ declare const _default: {
|
|
|
158
158
|
"content": {
|
|
159
159
|
"description": "Geo slot definition",
|
|
160
160
|
"items": {
|
|
161
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
161
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/SpatialSlotContent"
|
|
162
162
|
},
|
|
163
163
|
"maxItems": 1,
|
|
164
164
|
"type": "array"
|
|
@@ -265,13 +265,13 @@ declare const _default: {
|
|
|
265
265
|
"items": {
|
|
266
266
|
"anyOf": [
|
|
267
267
|
{
|
|
268
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
268
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/NumericSlotContent"
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
271
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
274
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
275
275
|
}
|
|
276
276
|
]
|
|
277
277
|
},
|
|
@@ -315,7 +315,7 @@ declare const _default: {
|
|
|
315
315
|
"type": "string"
|
|
316
316
|
},
|
|
317
317
|
"columnSubType": {
|
|
318
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
318
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/ColumnSubtype",
|
|
319
319
|
"description": "Column subtype"
|
|
320
320
|
},
|
|
321
321
|
"set": {
|
|
@@ -496,13 +496,13 @@ declare const _default: {
|
|
|
496
496
|
"items": {
|
|
497
497
|
"anyOf": [
|
|
498
498
|
{
|
|
499
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
499
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/GeoSlot"
|
|
500
500
|
},
|
|
501
501
|
{
|
|
502
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
502
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/MeasureSlot"
|
|
503
503
|
},
|
|
504
504
|
{
|
|
505
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
505
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/CategorySlot"
|
|
506
506
|
}
|
|
507
507
|
]
|
|
508
508
|
},
|
|
@@ -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/choropleth-map.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Choropleth Map item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Choropleth Map item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Choropleth Map item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
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/circular-gauge-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"circle": {
|
|
6
6
|
"description": "Circle configuration of the Circular Gauge",
|
|
7
7
|
"properties": {
|
|
8
8
|
"background": {
|
|
9
|
-
"default": "
|
|
9
|
+
"default": "rgba(0,0,0,.1)",
|
|
10
10
|
"description": "Background color of the circle",
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
@@ -32,7 +32,7 @@ declare const _default: {
|
|
|
32
32
|
},
|
|
33
33
|
"lineCap": {
|
|
34
34
|
"const": "round",
|
|
35
|
-
"default": "
|
|
35
|
+
"default": "round",
|
|
36
36
|
"description": "Line cap of the circle",
|
|
37
37
|
"type": "string"
|
|
38
38
|
},
|
|
@@ -45,7 +45,13 @@ declare const _default: {
|
|
|
45
45
|
"type": "object"
|
|
46
46
|
},
|
|
47
47
|
"color": {
|
|
48
|
+
"default": "",
|
|
48
49
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
50
|
+
"examples": [
|
|
51
|
+
"#FF5733",
|
|
52
|
+
"#33FF57",
|
|
53
|
+
"#5733FF"
|
|
54
|
+
],
|
|
49
55
|
"type": "string"
|
|
50
56
|
},
|
|
51
57
|
"display": {
|
|
@@ -83,7 +89,11 @@ declare const _default: {
|
|
|
83
89
|
"description": "Interactivity options",
|
|
84
90
|
"properties": {
|
|
85
91
|
"availableExportTypes": {
|
|
86
|
-
"default":
|
|
92
|
+
"default": [
|
|
93
|
+
"xlsx",
|
|
94
|
+
"csv",
|
|
95
|
+
"png"
|
|
96
|
+
],
|
|
87
97
|
"description": "Available export types interactivity option",
|
|
88
98
|
"items": {
|
|
89
99
|
"description": "Export types",
|
|
@@ -178,7 +188,11 @@ declare const _default: {
|
|
|
178
188
|
"type": "object"
|
|
179
189
|
},
|
|
180
190
|
"exportTypes": {
|
|
181
|
-
"default":
|
|
191
|
+
"default": [
|
|
192
|
+
"xlsx",
|
|
193
|
+
"csv",
|
|
194
|
+
"png"
|
|
195
|
+
],
|
|
182
196
|
"description": "Export types interactivity option",
|
|
183
197
|
"items": {
|
|
184
198
|
"description": "Export types",
|
|
@@ -827,7 +841,10 @@ declare const _default: {
|
|
|
827
841
|
"type": "array"
|
|
828
842
|
},
|
|
829
843
|
"urlConfig": {
|
|
830
|
-
"default":
|
|
844
|
+
"default": {
|
|
845
|
+
"target": "_blank",
|
|
846
|
+
"url": null
|
|
847
|
+
},
|
|
831
848
|
"description": "Go to URL interactivity option",
|
|
832
849
|
"properties": {
|
|
833
850
|
"target": {
|
|
@@ -881,7 +898,7 @@ declare const _default: {
|
|
|
881
898
|
"type": "object"
|
|
882
899
|
},
|
|
883
900
|
"mode": {
|
|
884
|
-
"default": "
|
|
901
|
+
"default": "normal",
|
|
885
902
|
"description": "Mode of the Circular Gauge: normal, percentage or difference",
|
|
886
903
|
"enum": [
|
|
887
904
|
"difference",
|
|
@@ -908,14 +925,18 @@ declare const _default: {
|
|
|
908
925
|
"background": {
|
|
909
926
|
"description": "Background color",
|
|
910
927
|
"examples": [
|
|
911
|
-
"dark",
|
|
912
|
-
"light",
|
|
913
928
|
"rgb(245, 245, 245)",
|
|
914
929
|
"rgb(61, 61, 61)"
|
|
915
930
|
],
|
|
916
931
|
"type": "string"
|
|
917
932
|
},
|
|
918
933
|
"baseFontSize": {
|
|
934
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
935
|
+
"examples": [
|
|
936
|
+
13,
|
|
937
|
+
16,
|
|
938
|
+
20
|
|
939
|
+
],
|
|
919
940
|
"type": "number"
|
|
920
941
|
},
|
|
921
942
|
"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/circular-gauge-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/circular-gauge-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/circular-gauge-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/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
230
230
|
}
|
|
231
231
|
]
|
|
232
232
|
},
|
|
@@ -270,7 +270,7 @@ declare const _default: {
|
|
|
270
270
|
"type": "string"
|
|
271
271
|
},
|
|
272
272
|
"columnSubType": {
|
|
273
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
273
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/ColumnSubtype",
|
|
274
274
|
"description": "Column subtype"
|
|
275
275
|
},
|
|
276
276
|
"set": {
|
|
@@ -399,13 +399,13 @@ declare const _default: {
|
|
|
399
399
|
"items": {
|
|
400
400
|
"anyOf": [
|
|
401
401
|
{
|
|
402
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
402
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
405
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
408
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
409
409
|
}
|
|
410
410
|
]
|
|
411
411
|
},
|
|
@@ -425,10 +425,10 @@ declare const _default: {
|
|
|
425
425
|
"items": {
|
|
426
426
|
"anyOf": [
|
|
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/circular-gauge-slots.schema.json#/definitions/TargetSlot"
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
431
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/MeasureSlot"
|
|
432
432
|
}
|
|
433
433
|
]
|
|
434
434
|
},
|
|
@@ -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/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.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/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.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/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.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"axis": {
|
|
@@ -17,7 +17,7 @@ declare const _default: {
|
|
|
17
17
|
"type": "string"
|
|
18
18
|
},
|
|
19
19
|
"ticksMode": {
|
|
20
|
-
"default": "
|
|
20
|
+
"default": "ticks",
|
|
21
21
|
"description": "Ticks mode of the X-axis",
|
|
22
22
|
"enum": [
|
|
23
23
|
"gridlines",
|
|
@@ -42,7 +42,7 @@ declare const _default: {
|
|
|
42
42
|
"type": "string"
|
|
43
43
|
},
|
|
44
44
|
"scale": {
|
|
45
|
-
"default": "
|
|
45
|
+
"default": "linear",
|
|
46
46
|
"description": "Y-axis scale type",
|
|
47
47
|
"enum": [
|
|
48
48
|
"linear",
|
|
@@ -68,7 +68,7 @@ declare const _default: {
|
|
|
68
68
|
"type": "string"
|
|
69
69
|
},
|
|
70
70
|
"ticksMode": {
|
|
71
|
-
"default": "
|
|
71
|
+
"default": "ticks",
|
|
72
72
|
"description": "Ticks mode of the Y-axis",
|
|
73
73
|
"enum": [
|
|
74
74
|
"gridlines",
|
|
@@ -135,7 +135,7 @@ declare const _default: {
|
|
|
135
135
|
"description": "Bars options",
|
|
136
136
|
"properties": {
|
|
137
137
|
"label": {
|
|
138
|
-
"default": "
|
|
138
|
+
"default": "none",
|
|
139
139
|
"description": "Bar label options",
|
|
140
140
|
"enum": [
|
|
141
141
|
"none",
|
|
@@ -170,7 +170,13 @@ declare const _default: {
|
|
|
170
170
|
"type": "object"
|
|
171
171
|
},
|
|
172
172
|
"color": {
|
|
173
|
+
"default": "",
|
|
173
174
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
175
|
+
"examples": [
|
|
176
|
+
"#FF5733",
|
|
177
|
+
"#33FF57",
|
|
178
|
+
"#5733FF"
|
|
179
|
+
],
|
|
174
180
|
"type": "string"
|
|
175
181
|
},
|
|
176
182
|
"display": {
|
|
@@ -333,7 +339,11 @@ declare const _default: {
|
|
|
333
339
|
"description": "Interactivity options",
|
|
334
340
|
"properties": {
|
|
335
341
|
"availableExportTypes": {
|
|
336
|
-
"default":
|
|
342
|
+
"default": [
|
|
343
|
+
"xlsx",
|
|
344
|
+
"csv",
|
|
345
|
+
"png"
|
|
346
|
+
],
|
|
337
347
|
"description": "Available export types interactivity option",
|
|
338
348
|
"items": {
|
|
339
349
|
"description": "Export types",
|
|
@@ -2498,7 +2508,11 @@ declare const _default: {
|
|
|
2498
2508
|
"type": "object"
|
|
2499
2509
|
},
|
|
2500
2510
|
"exportTypes": {
|
|
2501
|
-
"default":
|
|
2511
|
+
"default": [
|
|
2512
|
+
"xlsx",
|
|
2513
|
+
"csv",
|
|
2514
|
+
"png"
|
|
2515
|
+
],
|
|
2502
2516
|
"description": "Export types interactivity option",
|
|
2503
2517
|
"items": {
|
|
2504
2518
|
"description": "Export types",
|
|
@@ -3152,7 +3166,10 @@ declare const _default: {
|
|
|
3152
3166
|
"type": "boolean"
|
|
3153
3167
|
},
|
|
3154
3168
|
"urlConfig": {
|
|
3155
|
-
"default":
|
|
3169
|
+
"default": {
|
|
3170
|
+
"target": "_blank",
|
|
3171
|
+
"url": null
|
|
3172
|
+
},
|
|
3156
3173
|
"description": "Go to URL interactivity option",
|
|
3157
3174
|
"properties": {
|
|
3158
3175
|
"target": {
|
|
@@ -3238,7 +3255,7 @@ declare const _default: {
|
|
|
3238
3255
|
"type": "array"
|
|
3239
3256
|
},
|
|
3240
3257
|
"mode": {
|
|
3241
|
-
"default": "
|
|
3258
|
+
"default": "grouped",
|
|
3242
3259
|
"description": "Mode of the Column chart: grouped, stacked or 100% stacked",
|
|
3243
3260
|
"enum": [
|
|
3244
3261
|
"100",
|
|
@@ -3367,14 +3384,18 @@ declare const _default: {
|
|
|
3367
3384
|
"background": {
|
|
3368
3385
|
"description": "Background color",
|
|
3369
3386
|
"examples": [
|
|
3370
|
-
"dark",
|
|
3371
|
-
"light",
|
|
3372
3387
|
"rgb(245, 245, 245)",
|
|
3373
3388
|
"rgb(61, 61, 61)"
|
|
3374
3389
|
],
|
|
3375
3390
|
"type": "string"
|
|
3376
3391
|
},
|
|
3377
3392
|
"baseFontSize": {
|
|
3393
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
3394
|
+
"examples": [
|
|
3395
|
+
13,
|
|
3396
|
+
16,
|
|
3397
|
+
20
|
|
3398
|
+
],
|
|
3378
3399
|
"type": "number"
|
|
3379
3400
|
},
|
|
3380
3401
|
"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/column-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/column-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/column-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/column-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/column-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/column-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/column-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/column-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/column-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/column-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/column-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/column-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/column-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/column-chart-slots.schema.json#/definitions/LegendSlot"
|
|
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.89/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.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/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.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|