@luzmo/dashboard-contents-types 0.1.88 → 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 +15 -1
- 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 +13 -1
- 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 +13 -1
- 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 +13 -1
- 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 +13 -1
- 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 +13 -1
- 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 +13 -1
- 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 +13 -1
- 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 +15 -1
- 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 -1
- 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 +13 -1
- 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 -1
- 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 +37 -23
- 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 +13 -1
- 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 -1
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +15 -1
- 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 +13 -1
- 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 +13 -1
- 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 +13 -1
- 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 +13 -1
- 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 +13 -1
- 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 -1
- 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 -1
- 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.js +69 -69
- package/index.mjs +719 -447
- package/json-schemas.d.ts +100 -17
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +20 -5
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/shared/common.d.ts +4 -4
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +2 -0
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +4 -0
- package/src/lib/shared/theme.d.ts.map +1 -1
package/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var t = /* @__PURE__ */ ((e) => (e.Grouped = "grouped", e.Stacked = "stacked", e.Percentage = "100", e))(t || {}), i = /* @__PURE__ */ ((e) => (e.SingleColumn = "singleColumn", e.MultiColumn = "multiColumn", e))(i || {});
|
|
2
|
-
const o = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
const o = "https://developer.luzmo.com/assets/json-schemas/0.1.89/viz-item-type.schema.json", r = "http://json-schema.org/draft-07/schema#", n = "string", s = {
|
|
3
3
|
$id: o,
|
|
4
4
|
$schema: r,
|
|
5
5
|
enum: [
|
|
@@ -52,149 +52,149 @@ const o = "https://developer.luzmo.com/assets/json-schemas/0.1.88/viz-item-type.
|
|
|
52
52
|
"wordcloud-chart"
|
|
53
53
|
],
|
|
54
54
|
type: n
|
|
55
|
-
}, a = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
55
|
+
}, a = "https://developer.luzmo.com/assets/json-schemas/0.1.89/options.schema.json", p = "http://json-schema.org/draft-07/schema#", l = [
|
|
56
56
|
{
|
|
57
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
57
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-options.schema.json"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
60
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-options.schema.json"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
63
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-options.schema.json"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
66
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-options.schema.json"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
69
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-options.schema.json"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
72
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-options.schema.json"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
75
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-options.schema.json"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
78
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-options.schema.json"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
81
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-options.schema.json"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
84
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
87
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-options.schema.json"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
90
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-options.schema.json"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
93
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-options.schema.json"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
96
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-options.schema.json"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
99
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/image-options.schema.json"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
102
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-options.schema.json"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
105
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-options.schema.json"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
108
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-options.schema.json"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
111
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-options.schema.json"
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
114
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-options.schema.json"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
117
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-options.schema.json"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
120
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-options.schema.json"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
123
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/text-options.schema.json"
|
|
124
124
|
}
|
|
125
125
|
], c = {
|
|
126
126
|
$id: a,
|
|
127
127
|
$schema: p,
|
|
128
128
|
anyOf: l
|
|
129
|
-
}, m = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
129
|
+
}, m = "https://developer.luzmo.com/assets/json-schemas/0.1.89/slots.schema.json", d = "http://json-schema.org/draft-07/schema#", y = [
|
|
130
130
|
{
|
|
131
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
131
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
134
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
137
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
140
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json"
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
143
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
146
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
149
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json"
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
152
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
155
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
158
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
161
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json"
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
164
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
167
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
170
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
173
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
176
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
179
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json"
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
182
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
185
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json"
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
188
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
191
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json"
|
|
192
192
|
}
|
|
193
193
|
], u = {
|
|
194
194
|
$id: m,
|
|
195
195
|
$schema: d,
|
|
196
196
|
anyOf: y
|
|
197
|
-
}, b = "http://json-schema.org/draft-07/schema#", g = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
197
|
+
}, b = "http://json-schema.org/draft-07/schema#", g = "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart.schema.json", h = "object", f = "Area Chart item", v = {
|
|
198
198
|
type: {
|
|
199
199
|
description: "Type of the item",
|
|
200
200
|
type: "string",
|
|
@@ -202,11 +202,11 @@ const o = "https://developer.luzmo.com/assets/json-schemas/0.1.88/viz-item-type.
|
|
|
202
202
|
},
|
|
203
203
|
options: {
|
|
204
204
|
description: "Options of the Area Chart item",
|
|
205
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
205
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-options.schema.json"
|
|
206
206
|
},
|
|
207
207
|
slots: {
|
|
208
208
|
description: "Data definition of the Area Chart item",
|
|
209
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
209
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json"
|
|
210
210
|
}
|
|
211
211
|
}, j = {
|
|
212
212
|
$schema: b,
|
|
@@ -214,7 +214,7 @@ const o = "https://developer.luzmo.com/assets/json-schemas/0.1.88/viz-item-type.
|
|
|
214
214
|
type: h,
|
|
215
215
|
description: f,
|
|
216
216
|
properties: v
|
|
217
|
-
}, x = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
217
|
+
}, x = "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-options.schema.json", w = "http://json-schema.org/draft-07/schema#", S = {
|
|
218
218
|
axis: {
|
|
219
219
|
description: "Axes options",
|
|
220
220
|
properties: {
|
|
@@ -506,7 +506,13 @@ const o = "https://developer.luzmo.com/assets/json-schemas/0.1.88/viz-item-type.
|
|
|
506
506
|
type: "object"
|
|
507
507
|
},
|
|
508
508
|
color: {
|
|
509
|
+
default: "",
|
|
509
510
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
511
|
+
examples: [
|
|
512
|
+
"#FF5733",
|
|
513
|
+
"#33FF57",
|
|
514
|
+
"#5733FF"
|
|
515
|
+
],
|
|
510
516
|
type: "string"
|
|
511
517
|
},
|
|
512
518
|
display: {
|
|
@@ -1579,6 +1585,8 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
1579
1585
|
type: "string"
|
|
1580
1586
|
},
|
|
1581
1587
|
nullBreak: {
|
|
1588
|
+
default: !1,
|
|
1589
|
+
description: "Null break options",
|
|
1582
1590
|
type: "boolean"
|
|
1583
1591
|
},
|
|
1584
1592
|
theme: {
|
|
@@ -1605,6 +1613,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
1605
1613
|
type: "string"
|
|
1606
1614
|
},
|
|
1607
1615
|
baseFontSize: {
|
|
1616
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1617
|
+
examples: [
|
|
1618
|
+
13,
|
|
1619
|
+
16,
|
|
1620
|
+
20
|
|
1621
|
+
],
|
|
1608
1622
|
type: "number"
|
|
1609
1623
|
},
|
|
1610
1624
|
borders: {
|
|
@@ -2052,7 +2066,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
2052
2066
|
$schema: w,
|
|
2053
2067
|
properties: S,
|
|
2054
2068
|
type: _
|
|
2055
|
-
}, C = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2069
|
+
}, C = "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json", D = "http://json-schema.org/draft-07/schema#", k = {
|
|
2056
2070
|
ColumnSubtype: {
|
|
2057
2071
|
enum: [
|
|
2058
2072
|
"coordinates",
|
|
@@ -2273,13 +2287,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
2273
2287
|
items: {
|
|
2274
2288
|
anyOf: [
|
|
2275
2289
|
{
|
|
2276
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2290
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
2277
2291
|
},
|
|
2278
2292
|
{
|
|
2279
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2293
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
2280
2294
|
},
|
|
2281
2295
|
{
|
|
2282
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2296
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
2283
2297
|
}
|
|
2284
2298
|
]
|
|
2285
2299
|
},
|
|
@@ -2302,13 +2316,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
2302
2316
|
items: {
|
|
2303
2317
|
anyOf: [
|
|
2304
2318
|
{
|
|
2305
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2319
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
2306
2320
|
},
|
|
2307
2321
|
{
|
|
2308
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2322
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
2309
2323
|
},
|
|
2310
2324
|
{
|
|
2311
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2325
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
2312
2326
|
}
|
|
2313
2327
|
]
|
|
2314
2328
|
},
|
|
@@ -2351,7 +2365,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
2351
2365
|
type: "string"
|
|
2352
2366
|
},
|
|
2353
2367
|
columnSubType: {
|
|
2354
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2368
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
2355
2369
|
description: "Column subtype"
|
|
2356
2370
|
},
|
|
2357
2371
|
set: {
|
|
@@ -2481,13 +2495,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
2481
2495
|
items: {
|
|
2482
2496
|
anyOf: [
|
|
2483
2497
|
{
|
|
2484
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2498
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
2485
2499
|
},
|
|
2486
2500
|
{
|
|
2487
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2501
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
2488
2502
|
},
|
|
2489
2503
|
{
|
|
2490
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2504
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
2491
2505
|
}
|
|
2492
2506
|
]
|
|
2493
2507
|
},
|
|
@@ -2505,24 +2519,24 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
2505
2519
|
}, I = "Data definition of the Area chart", $ = {
|
|
2506
2520
|
anyOf: [
|
|
2507
2521
|
{
|
|
2508
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2522
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/XAxisSlot"
|
|
2509
2523
|
},
|
|
2510
2524
|
{
|
|
2511
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2525
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
2512
2526
|
},
|
|
2513
2527
|
{
|
|
2514
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2528
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/LegendSlot"
|
|
2515
2529
|
}
|
|
2516
2530
|
]
|
|
2517
|
-
}, L = 3,
|
|
2531
|
+
}, L = 3, F = "array", z = {
|
|
2518
2532
|
$id: C,
|
|
2519
2533
|
$schema: D,
|
|
2520
2534
|
definitions: k,
|
|
2521
2535
|
description: I,
|
|
2522
2536
|
items: $,
|
|
2523
2537
|
maxItems: L,
|
|
2524
|
-
type:
|
|
2525
|
-
}, O = "http://json-schema.org/draft-07/schema#", M = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2538
|
+
type: F
|
|
2539
|
+
}, O = "http://json-schema.org/draft-07/schema#", M = "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart.schema.json", Y = "object", R = "Bar Chart item", B = {
|
|
2526
2540
|
type: {
|
|
2527
2541
|
description: "Type of the item",
|
|
2528
2542
|
type: "string",
|
|
@@ -2530,19 +2544,19 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
2530
2544
|
},
|
|
2531
2545
|
options: {
|
|
2532
2546
|
description: "Options of the Bar Chart item",
|
|
2533
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2547
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-options.schema.json"
|
|
2534
2548
|
},
|
|
2535
2549
|
slots: {
|
|
2536
2550
|
description: "Data definition of the Bar Chart item",
|
|
2537
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2551
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json"
|
|
2538
2552
|
}
|
|
2539
|
-
},
|
|
2553
|
+
}, H = {
|
|
2540
2554
|
$schema: O,
|
|
2541
2555
|
$id: M,
|
|
2542
2556
|
type: Y,
|
|
2543
2557
|
description: R,
|
|
2544
|
-
properties:
|
|
2545
|
-
},
|
|
2558
|
+
properties: B
|
|
2559
|
+
}, A = "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-options.schema.json", N = "http://json-schema.org/draft-07/schema#", P = {
|
|
2546
2560
|
axis: {
|
|
2547
2561
|
description: "Axes options",
|
|
2548
2562
|
properties: {
|
|
@@ -2712,7 +2726,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
2712
2726
|
type: "object"
|
|
2713
2727
|
},
|
|
2714
2728
|
color: {
|
|
2729
|
+
default: "",
|
|
2715
2730
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
2731
|
+
examples: [
|
|
2732
|
+
"#FF5733",
|
|
2733
|
+
"#33FF57",
|
|
2734
|
+
"#5733FF"
|
|
2735
|
+
],
|
|
2716
2736
|
type: "string"
|
|
2717
2737
|
},
|
|
2718
2738
|
display: {
|
|
@@ -5928,6 +5948,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
5928
5948
|
type: "string"
|
|
5929
5949
|
},
|
|
5930
5950
|
baseFontSize: {
|
|
5951
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
5952
|
+
examples: [
|
|
5953
|
+
13,
|
|
5954
|
+
16,
|
|
5955
|
+
20
|
|
5956
|
+
],
|
|
5931
5957
|
type: "number"
|
|
5932
5958
|
},
|
|
5933
5959
|
borders: {
|
|
@@ -6371,11 +6397,11 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
6371
6397
|
type: "object"
|
|
6372
6398
|
}
|
|
6373
6399
|
}, E = "object", q = {
|
|
6374
|
-
$id:
|
|
6400
|
+
$id: A,
|
|
6375
6401
|
$schema: N,
|
|
6376
6402
|
properties: P,
|
|
6377
6403
|
type: E
|
|
6378
|
-
}, W = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6404
|
+
}, W = "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json", Z = "http://json-schema.org/draft-07/schema#", X = {
|
|
6379
6405
|
ColumnSubtype: {
|
|
6380
6406
|
enum: [
|
|
6381
6407
|
"coordinates",
|
|
@@ -6596,13 +6622,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
6596
6622
|
items: {
|
|
6597
6623
|
anyOf: [
|
|
6598
6624
|
{
|
|
6599
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6625
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
6600
6626
|
},
|
|
6601
6627
|
{
|
|
6602
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6628
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
6603
6629
|
},
|
|
6604
6630
|
{
|
|
6605
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6631
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
6606
6632
|
}
|
|
6607
6633
|
]
|
|
6608
6634
|
},
|
|
@@ -6625,13 +6651,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
6625
6651
|
items: {
|
|
6626
6652
|
anyOf: [
|
|
6627
6653
|
{
|
|
6628
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6654
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
6629
6655
|
},
|
|
6630
6656
|
{
|
|
6631
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6657
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
6632
6658
|
},
|
|
6633
6659
|
{
|
|
6634
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6660
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
6635
6661
|
}
|
|
6636
6662
|
]
|
|
6637
6663
|
},
|
|
@@ -6674,7 +6700,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
6674
6700
|
type: "string"
|
|
6675
6701
|
},
|
|
6676
6702
|
columnSubType: {
|
|
6677
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6703
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
6678
6704
|
description: "Column subtype"
|
|
6679
6705
|
},
|
|
6680
6706
|
set: {
|
|
@@ -6804,13 +6830,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
6804
6830
|
items: {
|
|
6805
6831
|
anyOf: [
|
|
6806
6832
|
{
|
|
6807
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6833
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
6808
6834
|
},
|
|
6809
6835
|
{
|
|
6810
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6836
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
6811
6837
|
},
|
|
6812
6838
|
{
|
|
6813
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6839
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
6814
6840
|
}
|
|
6815
6841
|
]
|
|
6816
6842
|
},
|
|
@@ -6828,13 +6854,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
6828
6854
|
}, J = "Data definition of the Bar chart", U = {
|
|
6829
6855
|
anyOf: [
|
|
6830
6856
|
{
|
|
6831
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6857
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
6832
6858
|
},
|
|
6833
6859
|
{
|
|
6834
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6860
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/YAxisSlot"
|
|
6835
6861
|
},
|
|
6836
6862
|
{
|
|
6837
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6863
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/LegendSlot"
|
|
6838
6864
|
}
|
|
6839
6865
|
]
|
|
6840
6866
|
}, G = 3, V = "array", K = {
|
|
@@ -6845,7 +6871,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
6845
6871
|
items: U,
|
|
6846
6872
|
maxItems: G,
|
|
6847
6873
|
type: V
|
|
6848
|
-
}, Q = "http://json-schema.org/draft-07/schema#", ee = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6874
|
+
}, Q = "http://json-schema.org/draft-07/schema#", ee = "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot.schema.json", te = "object", ie = "Box Plot item", oe = {
|
|
6849
6875
|
type: {
|
|
6850
6876
|
description: "Type of the item",
|
|
6851
6877
|
type: "string",
|
|
@@ -6853,11 +6879,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
6853
6879
|
},
|
|
6854
6880
|
options: {
|
|
6855
6881
|
description: "Options of the Box Plot item",
|
|
6856
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6882
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-options.schema.json"
|
|
6857
6883
|
},
|
|
6858
6884
|
slots: {
|
|
6859
6885
|
description: "Data definition of the Box Plot item",
|
|
6860
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6886
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json"
|
|
6861
6887
|
}
|
|
6862
6888
|
}, re = {
|
|
6863
6889
|
$schema: Q,
|
|
@@ -6865,7 +6891,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
6865
6891
|
type: te,
|
|
6866
6892
|
description: ie,
|
|
6867
6893
|
properties: oe
|
|
6868
|
-
}, ne = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
6894
|
+
}, ne = "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-options.schema.json", se = "http://json-schema.org/draft-07/schema#", ae = {
|
|
6869
6895
|
axis: {
|
|
6870
6896
|
description: "Axes options",
|
|
6871
6897
|
properties: {
|
|
@@ -7042,7 +7068,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
7042
7068
|
type: "number"
|
|
7043
7069
|
},
|
|
7044
7070
|
color: {
|
|
7071
|
+
default: "",
|
|
7045
7072
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
7073
|
+
examples: [
|
|
7074
|
+
"#FF5733",
|
|
7075
|
+
"#33FF57",
|
|
7076
|
+
"#5733FF"
|
|
7077
|
+
],
|
|
7046
7078
|
type: "string"
|
|
7047
7079
|
},
|
|
7048
7080
|
display: {
|
|
@@ -8096,6 +8128,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
8096
8128
|
type: "string"
|
|
8097
8129
|
},
|
|
8098
8130
|
baseFontSize: {
|
|
8131
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
8132
|
+
examples: [
|
|
8133
|
+
13,
|
|
8134
|
+
16,
|
|
8135
|
+
20
|
|
8136
|
+
],
|
|
8099
8137
|
type: "number"
|
|
8100
8138
|
},
|
|
8101
8139
|
borders: {
|
|
@@ -8543,7 +8581,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
8543
8581
|
$schema: se,
|
|
8544
8582
|
properties: ae,
|
|
8545
8583
|
type: pe
|
|
8546
|
-
}, ce = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
8584
|
+
}, ce = "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json", me = "http://json-schema.org/draft-07/schema#", de = {
|
|
8547
8585
|
CategorySlot: {
|
|
8548
8586
|
description: "Category slot definition of the Box plot. This is a required slot.",
|
|
8549
8587
|
properties: {
|
|
@@ -8552,13 +8590,13 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
8552
8590
|
items: {
|
|
8553
8591
|
anyOf: [
|
|
8554
8592
|
{
|
|
8555
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
8593
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
8556
8594
|
},
|
|
8557
8595
|
{
|
|
8558
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
8596
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
8559
8597
|
},
|
|
8560
8598
|
{
|
|
8561
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
8599
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
8562
8600
|
}
|
|
8563
8601
|
]
|
|
8564
8602
|
},
|
|
@@ -8792,7 +8830,7 @@ A Box plot measure slot can accept only numeric type columns.`,
|
|
|
8792
8830
|
content: {
|
|
8793
8831
|
description: "Measure slot definition",
|
|
8794
8832
|
items: {
|
|
8795
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
8833
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
8796
8834
|
},
|
|
8797
8835
|
maxItems: 1,
|
|
8798
8836
|
type: "array"
|
|
@@ -8834,7 +8872,7 @@ A Box plot measure slot can accept only numeric type columns.`,
|
|
|
8834
8872
|
type: "string"
|
|
8835
8873
|
},
|
|
8836
8874
|
columnSubType: {
|
|
8837
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
8875
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/ColumnSubtype",
|
|
8838
8876
|
description: "Column subtype"
|
|
8839
8877
|
},
|
|
8840
8878
|
set: {
|
|
@@ -8959,10 +8997,10 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
8959
8997
|
}, ye = "Data definition of the Box plot", ue = {
|
|
8960
8998
|
anyOf: [
|
|
8961
8999
|
{
|
|
8962
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
9000
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/MeasureSlot"
|
|
8963
9001
|
},
|
|
8964
9002
|
{
|
|
8965
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
9003
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/CategorySlot"
|
|
8966
9004
|
}
|
|
8967
9005
|
]
|
|
8968
9006
|
}, be = 2, ge = "array", he = {
|
|
@@ -8973,7 +9011,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
8973
9011
|
items: ue,
|
|
8974
9012
|
maxItems: be,
|
|
8975
9013
|
type: ge
|
|
8976
|
-
}, fe = "http://json-schema.org/draft-07/schema#", ve = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
9014
|
+
}, fe = "http://json-schema.org/draft-07/schema#", ve = "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart.schema.json", je = "object", xe = "Bubble Chart item", we = {
|
|
8977
9015
|
type: {
|
|
8978
9016
|
description: "Type of the item",
|
|
8979
9017
|
type: "string",
|
|
@@ -8981,11 +9019,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
8981
9019
|
},
|
|
8982
9020
|
options: {
|
|
8983
9021
|
description: "Options of the Bubble Chart item",
|
|
8984
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
9022
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-options.schema.json"
|
|
8985
9023
|
},
|
|
8986
9024
|
slots: {
|
|
8987
9025
|
description: "Data definition of the Bubble Chart item",
|
|
8988
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
9026
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json"
|
|
8989
9027
|
}
|
|
8990
9028
|
}, Se = {
|
|
8991
9029
|
$schema: fe,
|
|
@@ -8993,7 +9031,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
8993
9031
|
type: je,
|
|
8994
9032
|
description: xe,
|
|
8995
9033
|
properties: we
|
|
8996
|
-
}, _e = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
9034
|
+
}, _e = "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-options.schema.json", Te = "http://json-schema.org/draft-07/schema#", Ce = {
|
|
8997
9035
|
categories: {
|
|
8998
9036
|
description: "Categories options",
|
|
8999
9037
|
properties: {
|
|
@@ -9006,7 +9044,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
9006
9044
|
type: "object"
|
|
9007
9045
|
},
|
|
9008
9046
|
color: {
|
|
9047
|
+
default: "",
|
|
9009
9048
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
9049
|
+
examples: [
|
|
9050
|
+
"#FF5733",
|
|
9051
|
+
"#33FF57",
|
|
9052
|
+
"#5733FF"
|
|
9053
|
+
],
|
|
9010
9054
|
type: "string"
|
|
9011
9055
|
},
|
|
9012
9056
|
display: {
|
|
@@ -11971,6 +12015,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
11971
12015
|
type: "string"
|
|
11972
12016
|
},
|
|
11973
12017
|
baseFontSize: {
|
|
12018
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
12019
|
+
examples: [
|
|
12020
|
+
13,
|
|
12021
|
+
16,
|
|
12022
|
+
20
|
|
12023
|
+
],
|
|
11974
12024
|
type: "number"
|
|
11975
12025
|
},
|
|
11976
12026
|
borders: {
|
|
@@ -12418,7 +12468,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
12418
12468
|
$schema: Te,
|
|
12419
12469
|
properties: Ce,
|
|
12420
12470
|
type: De
|
|
12421
|
-
}, Ie = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12471
|
+
}, Ie = "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json", $e = "http://json-schema.org/draft-07/schema#", Le = {
|
|
12422
12472
|
CategorySlot: {
|
|
12423
12473
|
description: `Category slot definition of the bubble chart. This defines the category of the bubbles.
|
|
12424
12474
|
This is a required slot`,
|
|
@@ -12428,13 +12478,13 @@ This is a required slot`,
|
|
|
12428
12478
|
items: {
|
|
12429
12479
|
anyOf: [
|
|
12430
12480
|
{
|
|
12431
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12481
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
12432
12482
|
},
|
|
12433
12483
|
{
|
|
12434
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12484
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
12435
12485
|
},
|
|
12436
12486
|
{
|
|
12437
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12487
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
12438
12488
|
}
|
|
12439
12489
|
]
|
|
12440
12490
|
},
|
|
@@ -12457,13 +12507,13 @@ This is a required slot`,
|
|
|
12457
12507
|
items: {
|
|
12458
12508
|
anyOf: [
|
|
12459
12509
|
{
|
|
12460
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12510
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
12461
12511
|
},
|
|
12462
12512
|
{
|
|
12463
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12513
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
12464
12514
|
},
|
|
12465
12515
|
{
|
|
12466
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12516
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
12467
12517
|
}
|
|
12468
12518
|
]
|
|
12469
12519
|
},
|
|
@@ -12698,13 +12748,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
12698
12748
|
items: {
|
|
12699
12749
|
anyOf: [
|
|
12700
12750
|
{
|
|
12701
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12751
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
12702
12752
|
},
|
|
12703
12753
|
{
|
|
12704
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12754
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
12705
12755
|
},
|
|
12706
12756
|
{
|
|
12707
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12757
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
12708
12758
|
}
|
|
12709
12759
|
]
|
|
12710
12760
|
},
|
|
@@ -12748,7 +12798,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
12748
12798
|
type: "string"
|
|
12749
12799
|
},
|
|
12750
12800
|
columnSubType: {
|
|
12751
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12801
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
12752
12802
|
description: "Column subtype"
|
|
12753
12803
|
},
|
|
12754
12804
|
set: {
|
|
@@ -12870,27 +12920,27 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
12870
12920
|
},
|
|
12871
12921
|
type: "object"
|
|
12872
12922
|
}
|
|
12873
|
-
},
|
|
12923
|
+
}, Fe = "Data definition of the Bubble chart", ze = {
|
|
12874
12924
|
anyOf: [
|
|
12875
12925
|
{
|
|
12876
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12926
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
12877
12927
|
},
|
|
12878
12928
|
{
|
|
12879
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12929
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/CategorySlot"
|
|
12880
12930
|
},
|
|
12881
12931
|
{
|
|
12882
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12932
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bubble-chart-slots.schema.json#/definitions/ColorSlot"
|
|
12883
12933
|
}
|
|
12884
12934
|
]
|
|
12885
12935
|
}, Oe = 3, Me = "array", Ye = {
|
|
12886
12936
|
$id: Ie,
|
|
12887
12937
|
$schema: $e,
|
|
12888
12938
|
definitions: Le,
|
|
12889
|
-
description:
|
|
12890
|
-
items:
|
|
12939
|
+
description: Fe,
|
|
12940
|
+
items: ze,
|
|
12891
12941
|
maxItems: Oe,
|
|
12892
12942
|
type: Me
|
|
12893
|
-
}, Re = "http://json-schema.org/draft-07/schema#",
|
|
12943
|
+
}, Re = "http://json-schema.org/draft-07/schema#", Be = "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart.schema.json", He = "object", Ae = "Bullet Chart item", Ne = {
|
|
12894
12944
|
type: {
|
|
12895
12945
|
description: "Type of the item",
|
|
12896
12946
|
type: "string",
|
|
@@ -12898,21 +12948,27 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
12898
12948
|
},
|
|
12899
12949
|
options: {
|
|
12900
12950
|
description: "Options of the Bullet Chart item",
|
|
12901
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12951
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-options.schema.json"
|
|
12902
12952
|
},
|
|
12903
12953
|
slots: {
|
|
12904
12954
|
description: "Data definition of the Bullet Chart item",
|
|
12905
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12955
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json"
|
|
12906
12956
|
}
|
|
12907
12957
|
}, Pe = {
|
|
12908
12958
|
$schema: Re,
|
|
12909
|
-
$id:
|
|
12910
|
-
type:
|
|
12911
|
-
description:
|
|
12959
|
+
$id: Be,
|
|
12960
|
+
type: He,
|
|
12961
|
+
description: Ae,
|
|
12912
12962
|
properties: Ne
|
|
12913
|
-
}, Ee = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
12963
|
+
}, Ee = "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-options.schema.json", qe = "http://json-schema.org/draft-07/schema#", We = {
|
|
12914
12964
|
color: {
|
|
12965
|
+
default: "",
|
|
12915
12966
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
12967
|
+
examples: [
|
|
12968
|
+
"#FF5733",
|
|
12969
|
+
"#33FF57",
|
|
12970
|
+
"#5733FF"
|
|
12971
|
+
],
|
|
12916
12972
|
type: "string"
|
|
12917
12973
|
},
|
|
12918
12974
|
display: {
|
|
@@ -13896,6 +13952,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
13896
13952
|
type: "string"
|
|
13897
13953
|
},
|
|
13898
13954
|
baseFontSize: {
|
|
13955
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
13956
|
+
examples: [
|
|
13957
|
+
13,
|
|
13958
|
+
16,
|
|
13959
|
+
20
|
|
13960
|
+
],
|
|
13899
13961
|
type: "number"
|
|
13900
13962
|
},
|
|
13901
13963
|
borders: {
|
|
@@ -14343,7 +14405,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
14343
14405
|
$schema: qe,
|
|
14344
14406
|
properties: We,
|
|
14345
14407
|
type: Ze
|
|
14346
|
-
}, Je = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14408
|
+
}, Je = "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json", Ue = "http://json-schema.org/draft-07/schema#", Ge = {
|
|
14347
14409
|
CategorySlot: {
|
|
14348
14410
|
description: "Category slot definition of the bullet chart.",
|
|
14349
14411
|
properties: {
|
|
@@ -14352,13 +14414,13 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
14352
14414
|
items: {
|
|
14353
14415
|
anyOf: [
|
|
14354
14416
|
{
|
|
14355
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14417
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
14356
14418
|
},
|
|
14357
14419
|
{
|
|
14358
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14420
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
14359
14421
|
},
|
|
14360
14422
|
{
|
|
14361
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14423
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
14362
14424
|
}
|
|
14363
14425
|
]
|
|
14364
14426
|
},
|
|
@@ -14593,13 +14655,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
14593
14655
|
items: {
|
|
14594
14656
|
anyOf: [
|
|
14595
14657
|
{
|
|
14596
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14658
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
14597
14659
|
},
|
|
14598
14660
|
{
|
|
14599
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14661
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
14600
14662
|
},
|
|
14601
14663
|
{
|
|
14602
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14664
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
14603
14665
|
}
|
|
14604
14666
|
]
|
|
14605
14667
|
},
|
|
@@ -14643,7 +14705,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
14643
14705
|
type: "string"
|
|
14644
14706
|
},
|
|
14645
14707
|
columnSubType: {
|
|
14646
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14708
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
14647
14709
|
description: "Column subtype"
|
|
14648
14710
|
},
|
|
14649
14711
|
set: {
|
|
@@ -14773,13 +14835,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
14773
14835
|
items: {
|
|
14774
14836
|
anyOf: [
|
|
14775
14837
|
{
|
|
14776
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14838
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
14777
14839
|
},
|
|
14778
14840
|
{
|
|
14779
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14841
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
14780
14842
|
},
|
|
14781
14843
|
{
|
|
14782
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14844
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
14783
14845
|
}
|
|
14784
14846
|
]
|
|
14785
14847
|
},
|
|
@@ -14797,13 +14859,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
14797
14859
|
}, Ve = "Data definition of the Bullet chart", Ke = {
|
|
14798
14860
|
anyOf: [
|
|
14799
14861
|
{
|
|
14800
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14862
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
14801
14863
|
},
|
|
14802
14864
|
{
|
|
14803
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14865
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/CategorySlot"
|
|
14804
14866
|
},
|
|
14805
14867
|
{
|
|
14806
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14868
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/bullet-chart-slots.schema.json#/definitions/TargetSlot"
|
|
14807
14869
|
}
|
|
14808
14870
|
]
|
|
14809
14871
|
}, Qe = 3, et = "array", tt = {
|
|
@@ -14814,7 +14876,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
14814
14876
|
items: Ke,
|
|
14815
14877
|
maxItems: Qe,
|
|
14816
14878
|
type: et
|
|
14817
|
-
}, it = "http://json-schema.org/draft-07/schema#", ot = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14879
|
+
}, it = "http://json-schema.org/draft-07/schema#", ot = "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map.schema.json", rt = "object", nt = "Choropleth Map item", st = {
|
|
14818
14880
|
type: {
|
|
14819
14881
|
description: "Type of the item",
|
|
14820
14882
|
type: "string",
|
|
@@ -14822,11 +14884,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
14822
14884
|
},
|
|
14823
14885
|
options: {
|
|
14824
14886
|
description: "Options of the Choropleth Map item",
|
|
14825
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14887
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-options.schema.json"
|
|
14826
14888
|
},
|
|
14827
14889
|
slots: {
|
|
14828
14890
|
description: "Data definition of the Choropleth Map item",
|
|
14829
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14891
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json"
|
|
14830
14892
|
}
|
|
14831
14893
|
}, at = {
|
|
14832
14894
|
$schema: it,
|
|
@@ -14834,7 +14896,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
14834
14896
|
type: rt,
|
|
14835
14897
|
description: nt,
|
|
14836
14898
|
properties: st
|
|
14837
|
-
}, pt = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14899
|
+
}, pt = "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-options.schema.json", lt = "http://json-schema.org/draft-07/schema#", ct = {
|
|
14838
14900
|
classification: {
|
|
14839
14901
|
default: "quantile",
|
|
14840
14902
|
description: "Classification options: quantile, interval, continuous or manual",
|
|
@@ -14847,7 +14909,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
14847
14909
|
type: "string"
|
|
14848
14910
|
},
|
|
14849
14911
|
color: {
|
|
14912
|
+
default: "",
|
|
14850
14913
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
14914
|
+
examples: [
|
|
14915
|
+
"#FF5733",
|
|
14916
|
+
"#33FF57",
|
|
14917
|
+
"#5733FF"
|
|
14918
|
+
],
|
|
14851
14919
|
type: "string"
|
|
14852
14920
|
},
|
|
14853
14921
|
colorsClass: {
|
|
@@ -15858,6 +15926,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
15858
15926
|
type: "string"
|
|
15859
15927
|
},
|
|
15860
15928
|
baseFontSize: {
|
|
15929
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
15930
|
+
examples: [
|
|
15931
|
+
13,
|
|
15932
|
+
16,
|
|
15933
|
+
20
|
|
15934
|
+
],
|
|
15861
15935
|
type: "number"
|
|
15862
15936
|
},
|
|
15863
15937
|
borders: {
|
|
@@ -16397,7 +16471,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
16397
16471
|
$schema: lt,
|
|
16398
16472
|
properties: ct,
|
|
16399
16473
|
type: mt
|
|
16400
|
-
}, yt = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16474
|
+
}, yt = "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json", ut = "http://json-schema.org/draft-07/schema#", bt = {
|
|
16401
16475
|
CategorySlot: {
|
|
16402
16476
|
description: "Category slot definition of the Choropleth map.",
|
|
16403
16477
|
properties: {
|
|
@@ -16406,10 +16480,10 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
16406
16480
|
items: {
|
|
16407
16481
|
anyOf: [
|
|
16408
16482
|
{
|
|
16409
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16483
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
|
|
16410
16484
|
},
|
|
16411
16485
|
{
|
|
16412
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16486
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
16413
16487
|
}
|
|
16414
16488
|
]
|
|
16415
16489
|
},
|
|
@@ -16556,7 +16630,7 @@ This slot can only accept a Geo content type column.`,
|
|
|
16556
16630
|
content: {
|
|
16557
16631
|
description: "Geo slot definition",
|
|
16558
16632
|
items: {
|
|
16559
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16633
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/SpatialSlotContent"
|
|
16560
16634
|
},
|
|
16561
16635
|
maxItems: 1,
|
|
16562
16636
|
type: "array"
|
|
@@ -16664,13 +16738,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
16664
16738
|
items: {
|
|
16665
16739
|
anyOf: [
|
|
16666
16740
|
{
|
|
16667
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16741
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/NumericSlotContent"
|
|
16668
16742
|
},
|
|
16669
16743
|
{
|
|
16670
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16744
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
|
|
16671
16745
|
},
|
|
16672
16746
|
{
|
|
16673
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16747
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
16674
16748
|
}
|
|
16675
16749
|
]
|
|
16676
16750
|
},
|
|
@@ -16714,7 +16788,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
16714
16788
|
type: "string"
|
|
16715
16789
|
},
|
|
16716
16790
|
columnSubType: {
|
|
16717
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16791
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/ColumnSubtype",
|
|
16718
16792
|
description: "Column subtype"
|
|
16719
16793
|
},
|
|
16720
16794
|
set: {
|
|
@@ -16895,13 +16969,13 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
16895
16969
|
}, gt = "Data definition of the Choropleth map", ht = {
|
|
16896
16970
|
anyOf: [
|
|
16897
16971
|
{
|
|
16898
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16972
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/GeoSlot"
|
|
16899
16973
|
},
|
|
16900
16974
|
{
|
|
16901
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16975
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/MeasureSlot"
|
|
16902
16976
|
},
|
|
16903
16977
|
{
|
|
16904
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16978
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/CategorySlot"
|
|
16905
16979
|
}
|
|
16906
16980
|
]
|
|
16907
16981
|
}, ft = 3, vt = "array", jt = {
|
|
@@ -16912,7 +16986,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
16912
16986
|
items: ht,
|
|
16913
16987
|
maxItems: ft,
|
|
16914
16988
|
type: vt
|
|
16915
|
-
}, xt = "http://json-schema.org/draft-07/schema#", wt = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16989
|
+
}, xt = "http://json-schema.org/draft-07/schema#", wt = "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge.schema.json", St = "object", _t = "Circular Gauge item", Tt = {
|
|
16916
16990
|
type: {
|
|
16917
16991
|
description: "Type of the item",
|
|
16918
16992
|
type: "string",
|
|
@@ -16920,11 +16994,11 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
16920
16994
|
},
|
|
16921
16995
|
options: {
|
|
16922
16996
|
description: "Options of the Circular Gauge item",
|
|
16923
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16997
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-options.schema.json"
|
|
16924
16998
|
},
|
|
16925
16999
|
slots: {
|
|
16926
17000
|
description: "Data definition of the Circular Gauge item",
|
|
16927
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
17001
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json"
|
|
16928
17002
|
}
|
|
16929
17003
|
}, Ct = {
|
|
16930
17004
|
$schema: xt,
|
|
@@ -16932,7 +17006,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
16932
17006
|
type: St,
|
|
16933
17007
|
description: _t,
|
|
16934
17008
|
properties: Tt
|
|
16935
|
-
}, Dt = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
17009
|
+
}, Dt = "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-options.schema.json", kt = "http://json-schema.org/draft-07/schema#", It = {
|
|
16936
17010
|
circle: {
|
|
16937
17011
|
description: "Circle configuration of the Circular Gauge",
|
|
16938
17012
|
properties: {
|
|
@@ -16976,7 +17050,13 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
16976
17050
|
type: "object"
|
|
16977
17051
|
},
|
|
16978
17052
|
color: {
|
|
17053
|
+
default: "",
|
|
16979
17054
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
17055
|
+
examples: [
|
|
17056
|
+
"#FF5733",
|
|
17057
|
+
"#33FF57",
|
|
17058
|
+
"#5733FF"
|
|
17059
|
+
],
|
|
16980
17060
|
type: "string"
|
|
16981
17061
|
},
|
|
16982
17062
|
display: {
|
|
@@ -17858,6 +17938,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
17858
17938
|
type: "string"
|
|
17859
17939
|
},
|
|
17860
17940
|
baseFontSize: {
|
|
17941
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
17942
|
+
examples: [
|
|
17943
|
+
13,
|
|
17944
|
+
16,
|
|
17945
|
+
20
|
|
17946
|
+
],
|
|
17861
17947
|
type: "number"
|
|
17862
17948
|
},
|
|
17863
17949
|
borders: {
|
|
@@ -18305,7 +18391,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
18305
18391
|
$schema: kt,
|
|
18306
18392
|
properties: It,
|
|
18307
18393
|
type: $t
|
|
18308
|
-
},
|
|
18394
|
+
}, Ft = "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json", zt = "http://json-schema.org/draft-07/schema#", Ot = {
|
|
18309
18395
|
ColumnSubtype: {
|
|
18310
18396
|
enum: [
|
|
18311
18397
|
"coordinates",
|
|
@@ -18526,13 +18612,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
18526
18612
|
items: {
|
|
18527
18613
|
anyOf: [
|
|
18528
18614
|
{
|
|
18529
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18615
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
|
|
18530
18616
|
},
|
|
18531
18617
|
{
|
|
18532
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18618
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
|
|
18533
18619
|
},
|
|
18534
18620
|
{
|
|
18535
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18621
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
18536
18622
|
}
|
|
18537
18623
|
]
|
|
18538
18624
|
},
|
|
@@ -18576,7 +18662,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
18576
18662
|
type: "string"
|
|
18577
18663
|
},
|
|
18578
18664
|
columnSubType: {
|
|
18579
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18665
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/ColumnSubtype",
|
|
18580
18666
|
description: "Column subtype"
|
|
18581
18667
|
},
|
|
18582
18668
|
set: {
|
|
@@ -18706,13 +18792,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
18706
18792
|
items: {
|
|
18707
18793
|
anyOf: [
|
|
18708
18794
|
{
|
|
18709
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18795
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/NumericSlotContent"
|
|
18710
18796
|
},
|
|
18711
18797
|
{
|
|
18712
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18798
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/HierarchySlotContent"
|
|
18713
18799
|
},
|
|
18714
18800
|
{
|
|
18715
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18801
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
18716
18802
|
}
|
|
18717
18803
|
]
|
|
18718
18804
|
},
|
|
@@ -18730,21 +18816,21 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
18730
18816
|
}, Mt = "Data definition of the Circular gauge", Yt = {
|
|
18731
18817
|
anyOf: [
|
|
18732
18818
|
{
|
|
18733
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18819
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/TargetSlot"
|
|
18734
18820
|
},
|
|
18735
18821
|
{
|
|
18736
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18822
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-slots.schema.json#/definitions/MeasureSlot"
|
|
18737
18823
|
}
|
|
18738
18824
|
]
|
|
18739
|
-
}, Rt = 2,
|
|
18740
|
-
$id:
|
|
18741
|
-
$schema:
|
|
18825
|
+
}, Rt = 2, Bt = "array", Ht = {
|
|
18826
|
+
$id: Ft,
|
|
18827
|
+
$schema: zt,
|
|
18742
18828
|
definitions: Ot,
|
|
18743
18829
|
description: Mt,
|
|
18744
18830
|
items: Yt,
|
|
18745
18831
|
maxItems: Rt,
|
|
18746
|
-
type:
|
|
18747
|
-
},
|
|
18832
|
+
type: Bt
|
|
18833
|
+
}, At = "http://json-schema.org/draft-07/schema#", Nt = "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart.schema.json", Pt = "object", Et = "Column Chart item", qt = {
|
|
18748
18834
|
type: {
|
|
18749
18835
|
description: "Type of the item",
|
|
18750
18836
|
type: "string",
|
|
@@ -18752,19 +18838,19 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
18752
18838
|
},
|
|
18753
18839
|
options: {
|
|
18754
18840
|
description: "Options of the Column Chart item",
|
|
18755
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18841
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-options.schema.json"
|
|
18756
18842
|
},
|
|
18757
18843
|
slots: {
|
|
18758
18844
|
description: "Data definition of the Column Chart item",
|
|
18759
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18845
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json"
|
|
18760
18846
|
}
|
|
18761
18847
|
}, Wt = {
|
|
18762
|
-
$schema:
|
|
18848
|
+
$schema: At,
|
|
18763
18849
|
$id: Nt,
|
|
18764
18850
|
type: Pt,
|
|
18765
18851
|
description: Et,
|
|
18766
18852
|
properties: qt
|
|
18767
|
-
}, Zt = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18853
|
+
}, Zt = "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-options.schema.json", Xt = "http://json-schema.org/draft-07/schema#", Jt = {
|
|
18768
18854
|
axis: {
|
|
18769
18855
|
description: "Axes options",
|
|
18770
18856
|
properties: {
|
|
@@ -18933,7 +19019,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
18933
19019
|
type: "object"
|
|
18934
19020
|
},
|
|
18935
19021
|
color: {
|
|
19022
|
+
default: "",
|
|
18936
19023
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
19024
|
+
examples: [
|
|
19025
|
+
"#FF5733",
|
|
19026
|
+
"#33FF57",
|
|
19027
|
+
"#5733FF"
|
|
19028
|
+
],
|
|
18937
19029
|
type: "string"
|
|
18938
19030
|
},
|
|
18939
19031
|
display: {
|
|
@@ -22149,6 +22241,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
22149
22241
|
type: "string"
|
|
22150
22242
|
},
|
|
22151
22243
|
baseFontSize: {
|
|
22244
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
22245
|
+
examples: [
|
|
22246
|
+
13,
|
|
22247
|
+
16,
|
|
22248
|
+
20
|
|
22249
|
+
],
|
|
22152
22250
|
type: "number"
|
|
22153
22251
|
},
|
|
22154
22252
|
borders: {
|
|
@@ -22596,7 +22694,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
22596
22694
|
$schema: Xt,
|
|
22597
22695
|
properties: Jt,
|
|
22598
22696
|
type: Ut
|
|
22599
|
-
}, Vt = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
22697
|
+
}, Vt = "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json", Kt = "http://json-schema.org/draft-07/schema#", Qt = {
|
|
22600
22698
|
ColumnSubtype: {
|
|
22601
22699
|
enum: [
|
|
22602
22700
|
"coordinates",
|
|
@@ -22817,13 +22915,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
22817
22915
|
items: {
|
|
22818
22916
|
anyOf: [
|
|
22819
22917
|
{
|
|
22820
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
22918
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
22821
22919
|
},
|
|
22822
22920
|
{
|
|
22823
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
22921
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
22824
22922
|
},
|
|
22825
22923
|
{
|
|
22826
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
22924
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
22827
22925
|
}
|
|
22828
22926
|
]
|
|
22829
22927
|
},
|
|
@@ -22846,13 +22944,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
22846
22944
|
items: {
|
|
22847
22945
|
anyOf: [
|
|
22848
22946
|
{
|
|
22849
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
22947
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
22850
22948
|
},
|
|
22851
22949
|
{
|
|
22852
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
22950
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
22853
22951
|
},
|
|
22854
22952
|
{
|
|
22855
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
22953
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
22856
22954
|
}
|
|
22857
22955
|
]
|
|
22858
22956
|
},
|
|
@@ -22895,7 +22993,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
22895
22993
|
type: "string"
|
|
22896
22994
|
},
|
|
22897
22995
|
columnSubType: {
|
|
22898
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
22996
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
22899
22997
|
description: "Column subtype"
|
|
22900
22998
|
},
|
|
22901
22999
|
set: {
|
|
@@ -23025,13 +23123,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
23025
23123
|
items: {
|
|
23026
23124
|
anyOf: [
|
|
23027
23125
|
{
|
|
23028
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23126
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
23029
23127
|
},
|
|
23030
23128
|
{
|
|
23031
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23129
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
23032
23130
|
},
|
|
23033
23131
|
{
|
|
23034
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23132
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
23035
23133
|
}
|
|
23036
23134
|
]
|
|
23037
23135
|
},
|
|
@@ -23049,13 +23147,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
23049
23147
|
}, ei = "Data definition of the Column chart", ti = {
|
|
23050
23148
|
anyOf: [
|
|
23051
23149
|
{
|
|
23052
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23150
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
23053
23151
|
},
|
|
23054
23152
|
{
|
|
23055
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23153
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/XAxisSlot"
|
|
23056
23154
|
},
|
|
23057
23155
|
{
|
|
23058
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23156
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/column-chart-slots.schema.json#/definitions/LegendSlot"
|
|
23059
23157
|
}
|
|
23060
23158
|
]
|
|
23061
23159
|
}, ii = 3, oi = "array", ri = {
|
|
@@ -23066,7 +23164,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
23066
23164
|
items: ti,
|
|
23067
23165
|
maxItems: ii,
|
|
23068
23166
|
type: oi
|
|
23069
|
-
}, ni = "http://json-schema.org/draft-07/schema#", si = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23167
|
+
}, ni = "http://json-schema.org/draft-07/schema#", si = "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart.schema.json", ai = "object", pi = "Combination Chart item", li = {
|
|
23070
23168
|
type: {
|
|
23071
23169
|
description: "Type of the item",
|
|
23072
23170
|
type: "string",
|
|
@@ -23074,11 +23172,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
23074
23172
|
},
|
|
23075
23173
|
options: {
|
|
23076
23174
|
description: "Options of the Combination Chart item",
|
|
23077
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23175
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-options.schema.json"
|
|
23078
23176
|
},
|
|
23079
23177
|
slots: {
|
|
23080
23178
|
description: "Data definition of the Combination Chart item",
|
|
23081
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23179
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json"
|
|
23082
23180
|
}
|
|
23083
23181
|
}, ci = {
|
|
23084
23182
|
$schema: ni,
|
|
@@ -23086,7 +23184,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
23086
23184
|
type: ai,
|
|
23087
23185
|
description: pi,
|
|
23088
23186
|
properties: li
|
|
23089
|
-
}, mi = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
23187
|
+
}, mi = "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-options.schema.json", di = "http://json-schema.org/draft-07/schema#", yi = {
|
|
23090
23188
|
axis: {
|
|
23091
23189
|
description: "Axes options",
|
|
23092
23190
|
properties: {
|
|
@@ -23358,7 +23456,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
23358
23456
|
type: "object"
|
|
23359
23457
|
},
|
|
23360
23458
|
color: {
|
|
23459
|
+
default: "",
|
|
23361
23460
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
23461
|
+
examples: [
|
|
23462
|
+
"#FF5733",
|
|
23463
|
+
"#33FF57",
|
|
23464
|
+
"#5733FF"
|
|
23465
|
+
],
|
|
23362
23466
|
type: "string"
|
|
23363
23467
|
},
|
|
23364
23468
|
display: {
|
|
@@ -24508,6 +24612,8 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
24508
24612
|
type: "array"
|
|
24509
24613
|
},
|
|
24510
24614
|
nullBreak: {
|
|
24615
|
+
default: !1,
|
|
24616
|
+
description: "Null break options",
|
|
24511
24617
|
type: "boolean"
|
|
24512
24618
|
},
|
|
24513
24619
|
ranking: {
|
|
@@ -24561,6 +24667,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
24561
24667
|
type: "string"
|
|
24562
24668
|
},
|
|
24563
24669
|
baseFontSize: {
|
|
24670
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
24671
|
+
examples: [
|
|
24672
|
+
13,
|
|
24673
|
+
16,
|
|
24674
|
+
20
|
|
24675
|
+
],
|
|
24564
24676
|
type: "number"
|
|
24565
24677
|
},
|
|
24566
24678
|
borders: {
|
|
@@ -25008,7 +25120,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
25008
25120
|
$schema: di,
|
|
25009
25121
|
properties: yi,
|
|
25010
25122
|
type: ui
|
|
25011
|
-
}, gi = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25123
|
+
}, gi = "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json", hi = "http://json-schema.org/draft-07/schema#", fi = {
|
|
25012
25124
|
ColumnSubtype: {
|
|
25013
25125
|
enum: [
|
|
25014
25126
|
"coordinates",
|
|
@@ -25229,13 +25341,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
25229
25341
|
items: {
|
|
25230
25342
|
anyOf: [
|
|
25231
25343
|
{
|
|
25232
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25344
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
25233
25345
|
},
|
|
25234
25346
|
{
|
|
25235
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25347
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
25236
25348
|
},
|
|
25237
25349
|
{
|
|
25238
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25350
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
25239
25351
|
}
|
|
25240
25352
|
]
|
|
25241
25353
|
},
|
|
@@ -25278,7 +25390,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
25278
25390
|
type: "string"
|
|
25279
25391
|
},
|
|
25280
25392
|
columnSubType: {
|
|
25281
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25393
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
25282
25394
|
description: "Column subtype"
|
|
25283
25395
|
},
|
|
25284
25396
|
set: {
|
|
@@ -25408,13 +25520,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
25408
25520
|
items: {
|
|
25409
25521
|
anyOf: [
|
|
25410
25522
|
{
|
|
25411
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25523
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
25412
25524
|
},
|
|
25413
25525
|
{
|
|
25414
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25526
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
25415
25527
|
},
|
|
25416
25528
|
{
|
|
25417
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25529
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
25418
25530
|
}
|
|
25419
25531
|
]
|
|
25420
25532
|
},
|
|
@@ -25432,10 +25544,10 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
25432
25544
|
}, vi = "Data definition of the Combination chart", ji = {
|
|
25433
25545
|
anyOf: [
|
|
25434
25546
|
{
|
|
25435
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25547
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
25436
25548
|
},
|
|
25437
25549
|
{
|
|
25438
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25550
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/XAxisSlot"
|
|
25439
25551
|
}
|
|
25440
25552
|
]
|
|
25441
25553
|
}, xi = 2, wi = "array", Si = {
|
|
@@ -25446,7 +25558,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
25446
25558
|
items: ji,
|
|
25447
25559
|
maxItems: xi,
|
|
25448
25560
|
type: wi
|
|
25449
|
-
}, _i = "http://json-schema.org/draft-07/schema#", Ti = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25561
|
+
}, _i = "http://json-schema.org/draft-07/schema#", Ti = "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter.schema.json", Ci = "object", Di = "Date Filter item", ki = {
|
|
25450
25562
|
type: {
|
|
25451
25563
|
description: "Type of the item",
|
|
25452
25564
|
type: "string",
|
|
@@ -25454,11 +25566,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
25454
25566
|
},
|
|
25455
25567
|
options: {
|
|
25456
25568
|
description: "Options of the Date Filter item",
|
|
25457
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25569
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json"
|
|
25458
25570
|
},
|
|
25459
25571
|
slots: {
|
|
25460
25572
|
description: "Data definition of the Date Filter item",
|
|
25461
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25573
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json"
|
|
25462
25574
|
}
|
|
25463
25575
|
}, Ii = {
|
|
25464
25576
|
$schema: _i,
|
|
@@ -25466,9 +25578,15 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
25466
25578
|
type: Ci,
|
|
25467
25579
|
description: Di,
|
|
25468
25580
|
properties: ki
|
|
25469
|
-
}, $i = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
25581
|
+
}, $i = "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json", Li = "http://json-schema.org/draft-07/schema#", Fi = {
|
|
25470
25582
|
color: {
|
|
25583
|
+
default: "",
|
|
25471
25584
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
25585
|
+
examples: [
|
|
25586
|
+
"#FF5733",
|
|
25587
|
+
"#33FF57",
|
|
25588
|
+
"#5733FF"
|
|
25589
|
+
],
|
|
25472
25590
|
type: "string"
|
|
25473
25591
|
},
|
|
25474
25592
|
dateRange: {
|
|
@@ -26272,6 +26390,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
26272
26390
|
type: "string"
|
|
26273
26391
|
},
|
|
26274
26392
|
baseFontSize: {
|
|
26393
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
26394
|
+
examples: [
|
|
26395
|
+
13,
|
|
26396
|
+
16,
|
|
26397
|
+
20
|
|
26398
|
+
],
|
|
26275
26399
|
type: "number"
|
|
26276
26400
|
},
|
|
26277
26401
|
borders: {
|
|
@@ -26714,12 +26838,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
26714
26838
|
],
|
|
26715
26839
|
type: "object"
|
|
26716
26840
|
}
|
|
26717
|
-
},
|
|
26841
|
+
}, zi = "object", Oi = {
|
|
26718
26842
|
$id: $i,
|
|
26719
26843
|
$schema: Li,
|
|
26720
|
-
properties:
|
|
26721
|
-
type:
|
|
26722
|
-
}, Mi = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
26844
|
+
properties: Fi,
|
|
26845
|
+
type: zi
|
|
26846
|
+
}, Mi = "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json", Yi = "http://json-schema.org/draft-07/schema#", Ri = {
|
|
26723
26847
|
DateTimeSlotContent: {
|
|
26724
26848
|
properties: {
|
|
26725
26849
|
aggregationFunc: {
|
|
@@ -26842,7 +26966,7 @@ This can include multiple time slots to filter on multiple columns at once.`,
|
|
|
26842
26966
|
content: {
|
|
26843
26967
|
description: "Time slot definition",
|
|
26844
26968
|
items: {
|
|
26845
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
26969
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
26846
26970
|
},
|
|
26847
26971
|
type: "array"
|
|
26848
26972
|
},
|
|
@@ -26854,17 +26978,17 @@ This can include multiple time slots to filter on multiple columns at once.`,
|
|
|
26854
26978
|
},
|
|
26855
26979
|
type: "object"
|
|
26856
26980
|
}
|
|
26857
|
-
},
|
|
26858
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
26859
|
-
},
|
|
26981
|
+
}, Bi = "Data definition of the Date filter", Hi = {
|
|
26982
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json#/definitions/TimeSlot"
|
|
26983
|
+
}, Ai = 1, Ni = "array", Pi = {
|
|
26860
26984
|
$id: Mi,
|
|
26861
26985
|
$schema: Yi,
|
|
26862
26986
|
definitions: Ri,
|
|
26863
|
-
description:
|
|
26864
|
-
items:
|
|
26865
|
-
maxItems:
|
|
26987
|
+
description: Bi,
|
|
26988
|
+
items: Hi,
|
|
26989
|
+
maxItems: Ai,
|
|
26866
26990
|
type: Ni
|
|
26867
|
-
}, Ei = "http://json-schema.org/draft-07/schema#", qi = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
26991
|
+
}, Ei = "http://json-schema.org/draft-07/schema#", qi = "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart.schema.json", Wi = "object", Zi = "Donut Chart item", Xi = {
|
|
26868
26992
|
type: {
|
|
26869
26993
|
description: "Type of the item",
|
|
26870
26994
|
type: "string",
|
|
@@ -26872,11 +26996,11 @@ This can include multiple time slots to filter on multiple columns at once.`,
|
|
|
26872
26996
|
},
|
|
26873
26997
|
options: {
|
|
26874
26998
|
description: "Options of the Donut Chart item",
|
|
26875
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
26999
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-options.schema.json"
|
|
26876
27000
|
},
|
|
26877
27001
|
slots: {
|
|
26878
27002
|
description: "Data definition of the Donut Chart item",
|
|
26879
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
27003
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json"
|
|
26880
27004
|
}
|
|
26881
27005
|
}, Ji = {
|
|
26882
27006
|
$schema: Ei,
|
|
@@ -26884,9 +27008,15 @@ This can include multiple time slots to filter on multiple columns at once.`,
|
|
|
26884
27008
|
type: Wi,
|
|
26885
27009
|
description: Zi,
|
|
26886
27010
|
properties: Xi
|
|
26887
|
-
}, Ui = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
27011
|
+
}, Ui = "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-options.schema.json", Gi = "http://json-schema.org/draft-07/schema#", Vi = {
|
|
26888
27012
|
color: {
|
|
27013
|
+
default: "",
|
|
26889
27014
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
27015
|
+
examples: [
|
|
27016
|
+
"#FF5733",
|
|
27017
|
+
"#33FF57",
|
|
27018
|
+
"#5733FF"
|
|
27019
|
+
],
|
|
26890
27020
|
type: "string"
|
|
26891
27021
|
},
|
|
26892
27022
|
display: {
|
|
@@ -29972,6 +30102,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
29972
30102
|
type: "string"
|
|
29973
30103
|
},
|
|
29974
30104
|
baseFontSize: {
|
|
30105
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
30106
|
+
examples: [
|
|
30107
|
+
13,
|
|
30108
|
+
16,
|
|
30109
|
+
20
|
|
30110
|
+
],
|
|
29975
30111
|
type: "number"
|
|
29976
30112
|
},
|
|
29977
30113
|
borders: {
|
|
@@ -30419,7 +30555,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
30419
30555
|
$schema: Gi,
|
|
30420
30556
|
properties: Vi,
|
|
30421
30557
|
type: Ki
|
|
30422
|
-
}, eo = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30558
|
+
}, eo = "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json", to = "http://json-schema.org/draft-07/schema#", io = {
|
|
30423
30559
|
CategorySlot: {
|
|
30424
30560
|
description: "Category slot definition of the donut chart.",
|
|
30425
30561
|
properties: {
|
|
@@ -30428,13 +30564,13 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
30428
30564
|
items: {
|
|
30429
30565
|
anyOf: [
|
|
30430
30566
|
{
|
|
30431
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30567
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
30432
30568
|
},
|
|
30433
30569
|
{
|
|
30434
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30570
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
30435
30571
|
},
|
|
30436
30572
|
{
|
|
30437
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30573
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
30438
30574
|
}
|
|
30439
30575
|
]
|
|
30440
30576
|
},
|
|
@@ -30669,13 +30805,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
30669
30805
|
items: {
|
|
30670
30806
|
anyOf: [
|
|
30671
30807
|
{
|
|
30672
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30808
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
30673
30809
|
},
|
|
30674
30810
|
{
|
|
30675
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30811
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
30676
30812
|
},
|
|
30677
30813
|
{
|
|
30678
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30814
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
30679
30815
|
}
|
|
30680
30816
|
]
|
|
30681
30817
|
},
|
|
@@ -30718,7 +30854,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
30718
30854
|
type: "string"
|
|
30719
30855
|
},
|
|
30720
30856
|
columnSubType: {
|
|
30721
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30857
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
30722
30858
|
description: "Column subtype"
|
|
30723
30859
|
},
|
|
30724
30860
|
set: {
|
|
@@ -30843,10 +30979,10 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
30843
30979
|
}, oo = "Data definition of the Donut chart", ro = {
|
|
30844
30980
|
anyOf: [
|
|
30845
30981
|
{
|
|
30846
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30982
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
30847
30983
|
},
|
|
30848
30984
|
{
|
|
30849
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30985
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/donut-chart-slots.schema.json#/definitions/CategorySlot"
|
|
30850
30986
|
}
|
|
30851
30987
|
]
|
|
30852
30988
|
}, no = 2, so = "array", ao = {
|
|
@@ -30857,7 +30993,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
30857
30993
|
items: ro,
|
|
30858
30994
|
maxItems: no,
|
|
30859
30995
|
type: so
|
|
30860
|
-
}, po = "http://json-schema.org/draft-07/schema#", lo = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
30996
|
+
}, po = "http://json-schema.org/draft-07/schema#", lo = "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter.schema.json", co = "object", mo = "Dropdown Filter item", yo = {
|
|
30861
30997
|
type: {
|
|
30862
30998
|
description: "Type of the item",
|
|
30863
30999
|
type: "string",
|
|
@@ -30865,11 +31001,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
30865
31001
|
},
|
|
30866
31002
|
options: {
|
|
30867
31003
|
description: "Options of the Dropdown Filter item",
|
|
30868
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
31004
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-options.schema.json"
|
|
30869
31005
|
},
|
|
30870
31006
|
slots: {
|
|
30871
31007
|
description: "Data definition of the Dropdown Filter item",
|
|
30872
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
31008
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json"
|
|
30873
31009
|
}
|
|
30874
31010
|
}, uo = {
|
|
30875
31011
|
$schema: po,
|
|
@@ -30877,14 +31013,20 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
30877
31013
|
type: co,
|
|
30878
31014
|
description: mo,
|
|
30879
31015
|
properties: yo
|
|
30880
|
-
}, bo = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
31016
|
+
}, bo = "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-options.schema.json", go = "http://json-schema.org/draft-07/schema#", ho = {
|
|
30881
31017
|
applyFiltersWithButton: {
|
|
30882
31018
|
default: !1,
|
|
30883
31019
|
description: "Whether to auto apply filters or add the apply button",
|
|
30884
31020
|
type: "boolean"
|
|
30885
31021
|
},
|
|
30886
31022
|
color: {
|
|
31023
|
+
default: "",
|
|
30887
31024
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
31025
|
+
examples: [
|
|
31026
|
+
"#FF5733",
|
|
31027
|
+
"#33FF57",
|
|
31028
|
+
"#5733FF"
|
|
31029
|
+
],
|
|
30888
31030
|
type: "string"
|
|
30889
31031
|
},
|
|
30890
31032
|
display: {
|
|
@@ -31708,6 +31850,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
31708
31850
|
type: "string"
|
|
31709
31851
|
},
|
|
31710
31852
|
baseFontSize: {
|
|
31853
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
31854
|
+
examples: [
|
|
31855
|
+
13,
|
|
31856
|
+
16,
|
|
31857
|
+
20
|
|
31858
|
+
],
|
|
31711
31859
|
type: "number"
|
|
31712
31860
|
},
|
|
31713
31861
|
borders: {
|
|
@@ -32155,7 +32303,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
32155
32303
|
$schema: go,
|
|
32156
32304
|
properties: ho,
|
|
32157
32305
|
type: fo
|
|
32158
|
-
}, jo = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
32306
|
+
}, jo = "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json", xo = "http://json-schema.org/draft-07/schema#", wo = {
|
|
32159
32307
|
ColumnSubtype: {
|
|
32160
32308
|
enum: [
|
|
32161
32309
|
"coordinates",
|
|
@@ -32289,13 +32437,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
32289
32437
|
items: {
|
|
32290
32438
|
anyOf: [
|
|
32291
32439
|
{
|
|
32292
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
32440
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/NumericSlotContent"
|
|
32293
32441
|
},
|
|
32294
32442
|
{
|
|
32295
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
32443
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/HierarchySlotContent"
|
|
32296
32444
|
},
|
|
32297
32445
|
{
|
|
32298
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
32446
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
32299
32447
|
}
|
|
32300
32448
|
]
|
|
32301
32449
|
},
|
|
@@ -32425,7 +32573,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
32425
32573
|
type: "string"
|
|
32426
32574
|
},
|
|
32427
32575
|
columnSubType: {
|
|
32428
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
32576
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/ColumnSubtype",
|
|
32429
32577
|
description: "Column subtype"
|
|
32430
32578
|
},
|
|
32431
32579
|
set: {
|
|
@@ -32548,7 +32696,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
32548
32696
|
type: "object"
|
|
32549
32697
|
}
|
|
32550
32698
|
}, So = "Data definition of the Dropdown filter", _o = {
|
|
32551
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
32699
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/dropdown-filter-slots.schema.json#/definitions/DimensionSlot"
|
|
32552
32700
|
}, To = 1, Co = "array", Do = {
|
|
32553
32701
|
$id: jo,
|
|
32554
32702
|
$schema: xo,
|
|
@@ -32557,7 +32705,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
32557
32705
|
items: _o,
|
|
32558
32706
|
maxItems: To,
|
|
32559
32707
|
type: Co
|
|
32560
|
-
}, ko = "http://json-schema.org/draft-07/schema#", Io = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
32708
|
+
}, ko = "http://json-schema.org/draft-07/schema#", Io = "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number.schema.json", $o = "object", Lo = "Evolution Number item", Fo = {
|
|
32561
32709
|
type: {
|
|
32562
32710
|
description: "Type of the item",
|
|
32563
32711
|
type: "string",
|
|
@@ -32565,33 +32713,29 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
32565
32713
|
},
|
|
32566
32714
|
options: {
|
|
32567
32715
|
description: "Options of the Evolution Number item",
|
|
32568
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
32716
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-options.schema.json"
|
|
32569
32717
|
},
|
|
32570
32718
|
slots: {
|
|
32571
32719
|
description: "Data definition of the Evolution Number item",
|
|
32572
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
32720
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json"
|
|
32573
32721
|
}
|
|
32574
|
-
},
|
|
32722
|
+
}, zo = {
|
|
32575
32723
|
$schema: ko,
|
|
32576
32724
|
$id: Io,
|
|
32577
32725
|
type: $o,
|
|
32578
32726
|
description: Lo,
|
|
32579
|
-
properties:
|
|
32580
|
-
}, Oo = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
32727
|
+
properties: Fo
|
|
32728
|
+
}, Oo = "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-options.schema.json", Mo = "http://json-schema.org/draft-07/schema#", Yo = {
|
|
32581
32729
|
color: {
|
|
32730
|
+
default: "",
|
|
32582
32731
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
32732
|
+
examples: [
|
|
32733
|
+
"#FF5733",
|
|
32734
|
+
"#33FF57",
|
|
32735
|
+
"#5733FF"
|
|
32736
|
+
],
|
|
32583
32737
|
type: "string"
|
|
32584
32738
|
},
|
|
32585
|
-
display: {
|
|
32586
|
-
description: "Title display option",
|
|
32587
|
-
properties: {
|
|
32588
|
-
title: {
|
|
32589
|
-
description: "Show or hide the title",
|
|
32590
|
-
type: "boolean"
|
|
32591
|
-
}
|
|
32592
|
-
},
|
|
32593
|
-
type: "object"
|
|
32594
|
-
},
|
|
32595
32739
|
evolutionColor: {
|
|
32596
32740
|
default: "normal",
|
|
32597
32741
|
description: "Evolution color",
|
|
@@ -32658,6 +32802,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
32658
32802
|
"fit",
|
|
32659
32803
|
"stretch"
|
|
32660
32804
|
],
|
|
32805
|
+
examples: [
|
|
32806
|
+
"fit",
|
|
32807
|
+
"fill",
|
|
32808
|
+
"stretch"
|
|
32809
|
+
],
|
|
32661
32810
|
type: "string"
|
|
32662
32811
|
},
|
|
32663
32812
|
imageBackgroundOpacity: {
|
|
@@ -32675,7 +32824,14 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
32675
32824
|
type: "string"
|
|
32676
32825
|
},
|
|
32677
32826
|
imageContent: {
|
|
32678
|
-
|
|
32827
|
+
default: "",
|
|
32828
|
+
description: `Image content. It's used when "imageMode" is "emoji" or "icon".`,
|
|
32829
|
+
examples: [
|
|
32830
|
+
"1f601",
|
|
32831
|
+
"1f602",
|
|
32832
|
+
"fa-dollar",
|
|
32833
|
+
"fa-bicycle"
|
|
32834
|
+
],
|
|
32679
32835
|
type: "string"
|
|
32680
32836
|
},
|
|
32681
32837
|
imageMode: {
|
|
@@ -33530,6 +33686,11 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
33530
33686
|
},
|
|
33531
33687
|
numberFontSize: {
|
|
33532
33688
|
description: "Number font size",
|
|
33689
|
+
examples: [
|
|
33690
|
+
58,
|
|
33691
|
+
14,
|
|
33692
|
+
20
|
|
33693
|
+
],
|
|
33533
33694
|
type: "number"
|
|
33534
33695
|
},
|
|
33535
33696
|
showImage: {
|
|
@@ -33544,7 +33705,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
33544
33705
|
},
|
|
33545
33706
|
showTitle: {
|
|
33546
33707
|
default: !0,
|
|
33547
|
-
description:
|
|
33708
|
+
description: `Show title, a value for the title is taken from a slot content's "label" option`,
|
|
33548
33709
|
type: "boolean"
|
|
33549
33710
|
},
|
|
33550
33711
|
subtitle: {
|
|
@@ -33599,6 +33760,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
33599
33760
|
type: "string"
|
|
33600
33761
|
},
|
|
33601
33762
|
baseFontSize: {
|
|
33763
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
33764
|
+
examples: [
|
|
33765
|
+
13,
|
|
33766
|
+
16,
|
|
33767
|
+
20
|
|
33768
|
+
],
|
|
33602
33769
|
type: "number"
|
|
33603
33770
|
},
|
|
33604
33771
|
borders: {
|
|
@@ -34032,15 +34199,6 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
34032
34199
|
},
|
|
34033
34200
|
type: "object"
|
|
34034
34201
|
},
|
|
34035
|
-
title: {
|
|
34036
|
-
description: 'Title in format {locale: "title"}, for example, {en: "Title"}',
|
|
34037
|
-
examples: [
|
|
34038
|
-
{
|
|
34039
|
-
en: "Title"
|
|
34040
|
-
}
|
|
34041
|
-
],
|
|
34042
|
-
type: "object"
|
|
34043
|
-
},
|
|
34044
34202
|
titleFontSize: {
|
|
34045
34203
|
description: "Title font size",
|
|
34046
34204
|
examples: [
|
|
@@ -34060,7 +34218,11 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
34060
34218
|
type: "string"
|
|
34061
34219
|
},
|
|
34062
34220
|
uploadedImage: {
|
|
34063
|
-
|
|
34221
|
+
default: "",
|
|
34222
|
+
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".`,
|
|
34223
|
+
examples: [
|
|
34224
|
+
"8e15ed25-bd9d-4f84-b839-8b219b97b0a2"
|
|
34225
|
+
],
|
|
34064
34226
|
type: "string"
|
|
34065
34227
|
},
|
|
34066
34228
|
verticalAlignment: {
|
|
@@ -34073,12 +34235,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
34073
34235
|
],
|
|
34074
34236
|
type: "string"
|
|
34075
34237
|
}
|
|
34076
|
-
}, Ro = "object",
|
|
34238
|
+
}, Ro = "object", Bo = {
|
|
34077
34239
|
$id: Oo,
|
|
34078
34240
|
$schema: Mo,
|
|
34079
34241
|
properties: Yo,
|
|
34080
34242
|
type: Ro
|
|
34081
|
-
},
|
|
34243
|
+
}, Ho = "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json", Ao = "http://json-schema.org/draft-07/schema#", No = {
|
|
34082
34244
|
ColumnSubtype: {
|
|
34083
34245
|
enum: [
|
|
34084
34246
|
"coordinates",
|
|
@@ -34210,7 +34372,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
34210
34372
|
content: {
|
|
34211
34373
|
description: "Evolution slot definition",
|
|
34212
34374
|
items: {
|
|
34213
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34375
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
34214
34376
|
},
|
|
34215
34377
|
maxItems: 1,
|
|
34216
34378
|
type: "array"
|
|
@@ -34318,13 +34480,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
34318
34480
|
items: {
|
|
34319
34481
|
anyOf: [
|
|
34320
34482
|
{
|
|
34321
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34483
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/NumericSlotContent"
|
|
34322
34484
|
},
|
|
34323
34485
|
{
|
|
34324
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34486
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/HierarchySlotContent"
|
|
34325
34487
|
},
|
|
34326
34488
|
{
|
|
34327
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34489
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
34328
34490
|
}
|
|
34329
34491
|
]
|
|
34330
34492
|
},
|
|
@@ -34368,7 +34530,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
34368
34530
|
type: "string"
|
|
34369
34531
|
},
|
|
34370
34532
|
columnSubType: {
|
|
34371
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34533
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/ColumnSubtype",
|
|
34372
34534
|
description: "Column subtype"
|
|
34373
34535
|
},
|
|
34374
34536
|
set: {
|
|
@@ -34493,21 +34655,21 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
34493
34655
|
}, Po = "Data definition of the Evolution number", Eo = {
|
|
34494
34656
|
anyOf: [
|
|
34495
34657
|
{
|
|
34496
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34658
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/MeasureSlot"
|
|
34497
34659
|
},
|
|
34498
34660
|
{
|
|
34499
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34661
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/evolution-number-slots.schema.json#/definitions/EvolutionSlot"
|
|
34500
34662
|
}
|
|
34501
34663
|
]
|
|
34502
34664
|
}, qo = 2, Wo = "array", Zo = {
|
|
34503
|
-
$id:
|
|
34504
|
-
$schema:
|
|
34665
|
+
$id: Ho,
|
|
34666
|
+
$schema: Ao,
|
|
34505
34667
|
definitions: No,
|
|
34506
34668
|
description: Po,
|
|
34507
34669
|
items: Eo,
|
|
34508
34670
|
maxItems: qo,
|
|
34509
34671
|
type: Wo
|
|
34510
|
-
}, Xo = "http://json-schema.org/draft-07/schema#", Jo = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34672
|
+
}, Xo = "http://json-schema.org/draft-07/schema#", Jo = "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart.schema.json", Uo = "object", Go = "Funnel Chart item", Vo = {
|
|
34511
34673
|
type: {
|
|
34512
34674
|
description: "Type of the item",
|
|
34513
34675
|
type: "string",
|
|
@@ -34515,11 +34677,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
34515
34677
|
},
|
|
34516
34678
|
options: {
|
|
34517
34679
|
description: "Options of the Funnel Chart item",
|
|
34518
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34680
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-options.schema.json"
|
|
34519
34681
|
},
|
|
34520
34682
|
slots: {
|
|
34521
34683
|
description: "Data definition of the Funnel Chart item",
|
|
34522
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34684
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json"
|
|
34523
34685
|
}
|
|
34524
34686
|
}, Ko = {
|
|
34525
34687
|
$schema: Xo,
|
|
@@ -34527,9 +34689,15 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
34527
34689
|
type: Uo,
|
|
34528
34690
|
description: Go,
|
|
34529
34691
|
properties: Vo
|
|
34530
|
-
}, Qo = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
34692
|
+
}, Qo = "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-options.schema.json", er = "http://json-schema.org/draft-07/schema#", tr = {
|
|
34531
34693
|
color: {
|
|
34694
|
+
default: "",
|
|
34532
34695
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
34696
|
+
examples: [
|
|
34697
|
+
"#FF5733",
|
|
34698
|
+
"#33FF57",
|
|
34699
|
+
"#5733FF"
|
|
34700
|
+
],
|
|
34533
34701
|
type: "string"
|
|
34534
34702
|
},
|
|
34535
34703
|
display: {
|
|
@@ -37603,6 +37771,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
37603
37771
|
type: "string"
|
|
37604
37772
|
},
|
|
37605
37773
|
baseFontSize: {
|
|
37774
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
37775
|
+
examples: [
|
|
37776
|
+
13,
|
|
37777
|
+
16,
|
|
37778
|
+
20
|
|
37779
|
+
],
|
|
37606
37780
|
type: "number"
|
|
37607
37781
|
},
|
|
37608
37782
|
borders: {
|
|
@@ -38050,7 +38224,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
38050
38224
|
$schema: er,
|
|
38051
38225
|
properties: tr,
|
|
38052
38226
|
type: ir
|
|
38053
|
-
}, rr = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38227
|
+
}, rr = "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json", nr = "http://json-schema.org/draft-07/schema#", sr = {
|
|
38054
38228
|
CategorySlot: {
|
|
38055
38229
|
description: "Category slot definition of the funnel chart.",
|
|
38056
38230
|
properties: {
|
|
@@ -38059,13 +38233,13 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
38059
38233
|
items: {
|
|
38060
38234
|
anyOf: [
|
|
38061
38235
|
{
|
|
38062
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38236
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
38063
38237
|
},
|
|
38064
38238
|
{
|
|
38065
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38239
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
38066
38240
|
},
|
|
38067
38241
|
{
|
|
38068
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38242
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
38069
38243
|
}
|
|
38070
38244
|
]
|
|
38071
38245
|
},
|
|
@@ -38300,10 +38474,10 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
38300
38474
|
items: {
|
|
38301
38475
|
anyOf: [
|
|
38302
38476
|
{
|
|
38303
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38477
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
38304
38478
|
},
|
|
38305
38479
|
{
|
|
38306
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38480
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
38307
38481
|
}
|
|
38308
38482
|
]
|
|
38309
38483
|
},
|
|
@@ -38347,7 +38521,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
38347
38521
|
type: "string"
|
|
38348
38522
|
},
|
|
38349
38523
|
columnSubType: {
|
|
38350
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38524
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
38351
38525
|
description: "Column subtype"
|
|
38352
38526
|
},
|
|
38353
38527
|
set: {
|
|
@@ -38472,10 +38646,10 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
38472
38646
|
}, ar = "Data definition of the Funnel chart", pr = {
|
|
38473
38647
|
anyOf: [
|
|
38474
38648
|
{
|
|
38475
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38649
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
38476
38650
|
},
|
|
38477
38651
|
{
|
|
38478
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38652
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/funnel-chart-slots.schema.json#/definitions/CategorySlot"
|
|
38479
38653
|
}
|
|
38480
38654
|
]
|
|
38481
38655
|
}, lr = 2, cr = "array", mr = {
|
|
@@ -38486,7 +38660,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
38486
38660
|
items: pr,
|
|
38487
38661
|
maxItems: lr,
|
|
38488
38662
|
type: cr
|
|
38489
|
-
}, dr = "http://json-schema.org/draft-07/schema#", yr = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38663
|
+
}, dr = "http://json-schema.org/draft-07/schema#", yr = "https://developer.luzmo.com/assets/json-schemas/0.1.89/image.schema.json", ur = "object", br = "Image item", gr = {
|
|
38490
38664
|
type: {
|
|
38491
38665
|
description: "Type of the item",
|
|
38492
38666
|
type: "string",
|
|
@@ -38494,7 +38668,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
38494
38668
|
},
|
|
38495
38669
|
options: {
|
|
38496
38670
|
description: "Options of the Image item",
|
|
38497
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38671
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/image-options.schema.json"
|
|
38498
38672
|
}
|
|
38499
38673
|
}, hr = {
|
|
38500
38674
|
$schema: dr,
|
|
@@ -38502,7 +38676,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
38502
38676
|
type: ur,
|
|
38503
38677
|
description: br,
|
|
38504
38678
|
properties: gr
|
|
38505
|
-
}, fr = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
38679
|
+
}, fr = "https://developer.luzmo.com/assets/json-schemas/0.1.89/image-options.schema.json", vr = "http://json-schema.org/draft-07/schema#", jr = {
|
|
38506
38680
|
alignment: {
|
|
38507
38681
|
description: "Horizontal and vertical alignment of the image",
|
|
38508
38682
|
properties: {
|
|
@@ -38622,6 +38796,12 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
38622
38796
|
type: "string"
|
|
38623
38797
|
},
|
|
38624
38798
|
baseFontSize: {
|
|
38799
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
38800
|
+
examples: [
|
|
38801
|
+
13,
|
|
38802
|
+
16,
|
|
38803
|
+
20
|
|
38804
|
+
],
|
|
38625
38805
|
type: "number"
|
|
38626
38806
|
},
|
|
38627
38807
|
borders: {
|
|
@@ -39074,7 +39254,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
39074
39254
|
$schema: vr,
|
|
39075
39255
|
properties: jr,
|
|
39076
39256
|
type: xr
|
|
39077
|
-
}, Sr = "http://json-schema.org/draft-07/schema#", _r = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
39257
|
+
}, Sr = "http://json-schema.org/draft-07/schema#", _r = "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart.schema.json", Tr = "object", Cr = "Line Chart item", Dr = {
|
|
39078
39258
|
type: {
|
|
39079
39259
|
description: "Type of the item",
|
|
39080
39260
|
type: "string",
|
|
@@ -39082,11 +39262,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
39082
39262
|
},
|
|
39083
39263
|
options: {
|
|
39084
39264
|
description: "Options of the Line Chart item",
|
|
39085
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
39265
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-options.schema.json"
|
|
39086
39266
|
},
|
|
39087
39267
|
slots: {
|
|
39088
39268
|
description: "Data definition of the Line Chart item",
|
|
39089
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
39269
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json"
|
|
39090
39270
|
}
|
|
39091
39271
|
}, kr = {
|
|
39092
39272
|
$schema: Sr,
|
|
@@ -39094,7 +39274,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
39094
39274
|
type: Tr,
|
|
39095
39275
|
description: Cr,
|
|
39096
39276
|
properties: Dr
|
|
39097
|
-
}, Ir = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
39277
|
+
}, Ir = "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-options.schema.json", $r = "http://json-schema.org/draft-07/schema#", Lr = {
|
|
39098
39278
|
axis: {
|
|
39099
39279
|
description: "Axes options",
|
|
39100
39280
|
properties: {
|
|
@@ -39371,7 +39551,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
39371
39551
|
type: "object"
|
|
39372
39552
|
},
|
|
39373
39553
|
color: {
|
|
39554
|
+
default: "",
|
|
39374
39555
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
39556
|
+
examples: [
|
|
39557
|
+
"#FF5733",
|
|
39558
|
+
"#33FF57",
|
|
39559
|
+
"#5733FF"
|
|
39560
|
+
],
|
|
39375
39561
|
type: "string"
|
|
39376
39562
|
},
|
|
39377
39563
|
display: {
|
|
@@ -40464,6 +40650,8 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
40464
40650
|
type: "object"
|
|
40465
40651
|
},
|
|
40466
40652
|
nullBreak: {
|
|
40653
|
+
default: !1,
|
|
40654
|
+
description: "Null break options",
|
|
40467
40655
|
type: "boolean"
|
|
40468
40656
|
},
|
|
40469
40657
|
theme: {
|
|
@@ -40490,6 +40678,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
40490
40678
|
type: "string"
|
|
40491
40679
|
},
|
|
40492
40680
|
baseFontSize: {
|
|
40681
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
40682
|
+
examples: [
|
|
40683
|
+
13,
|
|
40684
|
+
16,
|
|
40685
|
+
20
|
|
40686
|
+
],
|
|
40493
40687
|
type: "number"
|
|
40494
40688
|
},
|
|
40495
40689
|
borders: {
|
|
@@ -40932,12 +41126,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
40932
41126
|
],
|
|
40933
41127
|
type: "object"
|
|
40934
41128
|
}
|
|
40935
|
-
},
|
|
41129
|
+
}, Fr = "object", zr = {
|
|
40936
41130
|
$id: Ir,
|
|
40937
41131
|
$schema: $r,
|
|
40938
41132
|
properties: Lr,
|
|
40939
|
-
type:
|
|
40940
|
-
}, Or = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41133
|
+
type: Fr
|
|
41134
|
+
}, Or = "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json", Mr = "http://json-schema.org/draft-07/schema#", Yr = {
|
|
40941
41135
|
ColumnSubtype: {
|
|
40942
41136
|
enum: [
|
|
40943
41137
|
"coordinates",
|
|
@@ -41158,13 +41352,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
41158
41352
|
items: {
|
|
41159
41353
|
anyOf: [
|
|
41160
41354
|
{
|
|
41161
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41355
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
41162
41356
|
},
|
|
41163
41357
|
{
|
|
41164
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41358
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
41165
41359
|
},
|
|
41166
41360
|
{
|
|
41167
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41361
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
41168
41362
|
}
|
|
41169
41363
|
]
|
|
41170
41364
|
},
|
|
@@ -41187,13 +41381,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
41187
41381
|
items: {
|
|
41188
41382
|
anyOf: [
|
|
41189
41383
|
{
|
|
41190
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41384
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
41191
41385
|
},
|
|
41192
41386
|
{
|
|
41193
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41387
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
41194
41388
|
},
|
|
41195
41389
|
{
|
|
41196
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41390
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
41197
41391
|
}
|
|
41198
41392
|
]
|
|
41199
41393
|
},
|
|
@@ -41236,7 +41430,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
41236
41430
|
type: "string"
|
|
41237
41431
|
},
|
|
41238
41432
|
columnSubType: {
|
|
41239
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41433
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
41240
41434
|
description: "Column subtype"
|
|
41241
41435
|
},
|
|
41242
41436
|
set: {
|
|
@@ -41366,13 +41560,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
41366
41560
|
items: {
|
|
41367
41561
|
anyOf: [
|
|
41368
41562
|
{
|
|
41369
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41563
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
41370
41564
|
},
|
|
41371
41565
|
{
|
|
41372
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41566
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
41373
41567
|
},
|
|
41374
41568
|
{
|
|
41375
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41569
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
41376
41570
|
}
|
|
41377
41571
|
]
|
|
41378
41572
|
},
|
|
@@ -41387,27 +41581,27 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
41387
41581
|
},
|
|
41388
41582
|
type: "object"
|
|
41389
41583
|
}
|
|
41390
|
-
}, Rr = "Data definition of the Line chart",
|
|
41584
|
+
}, Rr = "Data definition of the Line chart", Br = {
|
|
41391
41585
|
anyOf: [
|
|
41392
41586
|
{
|
|
41393
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41587
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
41394
41588
|
},
|
|
41395
41589
|
{
|
|
41396
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41590
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/XAxisSlot"
|
|
41397
41591
|
},
|
|
41398
41592
|
{
|
|
41399
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41593
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/line-chart-slots.schema.json#/definitions/LegendSlot"
|
|
41400
41594
|
}
|
|
41401
41595
|
]
|
|
41402
|
-
},
|
|
41596
|
+
}, Hr = 3, Ar = "array", Nr = {
|
|
41403
41597
|
$id: Or,
|
|
41404
41598
|
$schema: Mr,
|
|
41405
41599
|
definitions: Yr,
|
|
41406
41600
|
description: Rr,
|
|
41407
|
-
items:
|
|
41408
|
-
maxItems:
|
|
41409
|
-
type:
|
|
41410
|
-
}, Pr = "http://json-schema.org/draft-07/schema#", Er = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41601
|
+
items: Br,
|
|
41602
|
+
maxItems: Hr,
|
|
41603
|
+
type: Ar
|
|
41604
|
+
}, Pr = "http://json-schema.org/draft-07/schema#", Er = "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table.schema.json", qr = "object", Wr = "Pivot Table item", Zr = {
|
|
41411
41605
|
type: {
|
|
41412
41606
|
description: "Type of the item",
|
|
41413
41607
|
type: "string",
|
|
@@ -41415,11 +41609,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
41415
41609
|
},
|
|
41416
41610
|
options: {
|
|
41417
41611
|
description: "Options of the Pivot Table item",
|
|
41418
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41612
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-options.schema.json"
|
|
41419
41613
|
},
|
|
41420
41614
|
slots: {
|
|
41421
41615
|
description: "Data definition of the Pivot Table item",
|
|
41422
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41616
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json"
|
|
41423
41617
|
}
|
|
41424
41618
|
}, Xr = {
|
|
41425
41619
|
$schema: Pr,
|
|
@@ -41427,12 +41621,18 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
41427
41621
|
type: qr,
|
|
41428
41622
|
description: Wr,
|
|
41429
41623
|
properties: Zr
|
|
41430
|
-
}, Jr = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
41624
|
+
}, Jr = "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-options.schema.json", Ur = "http://json-schema.org/draft-07/schema#", Gr = {
|
|
41431
41625
|
colWidths: {
|
|
41432
41626
|
type: "object"
|
|
41433
41627
|
},
|
|
41434
41628
|
color: {
|
|
41629
|
+
default: "",
|
|
41435
41630
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
41631
|
+
examples: [
|
|
41632
|
+
"#FF5733",
|
|
41633
|
+
"#33FF57",
|
|
41634
|
+
"#5733FF"
|
|
41635
|
+
],
|
|
41436
41636
|
type: "string"
|
|
41437
41637
|
},
|
|
41438
41638
|
columnHeaders: {
|
|
@@ -42473,6 +42673,12 @@ axisDataItem key -> isExpanded`,
|
|
|
42473
42673
|
type: "string"
|
|
42474
42674
|
},
|
|
42475
42675
|
baseFontSize: {
|
|
42676
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
42677
|
+
examples: [
|
|
42678
|
+
13,
|
|
42679
|
+
16,
|
|
42680
|
+
20
|
|
42681
|
+
],
|
|
42476
42682
|
type: "number"
|
|
42477
42683
|
},
|
|
42478
42684
|
borders: {
|
|
@@ -42946,7 +43152,7 @@ axisDataItem key -> isExpanded`,
|
|
|
42946
43152
|
$schema: Ur,
|
|
42947
43153
|
properties: Gr,
|
|
42948
43154
|
type: Vr
|
|
42949
|
-
}, Qr = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43155
|
+
}, Qr = "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json", en = "http://json-schema.org/draft-07/schema#", tn = {
|
|
42950
43156
|
ColumnSlot: {
|
|
42951
43157
|
description: "Column slot of the pivot table. This defines the columns of the pivot table. A pivot table can contain any number of columns.",
|
|
42952
43158
|
properties: {
|
|
@@ -42955,13 +43161,13 @@ axisDataItem key -> isExpanded`,
|
|
|
42955
43161
|
items: {
|
|
42956
43162
|
anyOf: [
|
|
42957
43163
|
{
|
|
42958
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43164
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
|
|
42959
43165
|
},
|
|
42960
43166
|
{
|
|
42961
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43167
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
|
|
42962
43168
|
},
|
|
42963
43169
|
{
|
|
42964
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43170
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
42965
43171
|
}
|
|
42966
43172
|
]
|
|
42967
43173
|
},
|
|
@@ -43195,13 +43401,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
43195
43401
|
items: {
|
|
43196
43402
|
anyOf: [
|
|
43197
43403
|
{
|
|
43198
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43404
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
|
|
43199
43405
|
},
|
|
43200
43406
|
{
|
|
43201
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43407
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
|
|
43202
43408
|
},
|
|
43203
43409
|
{
|
|
43204
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43410
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
43205
43411
|
}
|
|
43206
43412
|
]
|
|
43207
43413
|
},
|
|
@@ -43244,7 +43450,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
43244
43450
|
type: "string"
|
|
43245
43451
|
},
|
|
43246
43452
|
columnSubType: {
|
|
43247
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43453
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/ColumnSubtype",
|
|
43248
43454
|
description: "Column subtype"
|
|
43249
43455
|
},
|
|
43250
43456
|
set: {
|
|
@@ -43374,13 +43580,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
43374
43580
|
items: {
|
|
43375
43581
|
anyOf: [
|
|
43376
43582
|
{
|
|
43377
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43583
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/NumericSlotContent"
|
|
43378
43584
|
},
|
|
43379
43585
|
{
|
|
43380
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43586
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/HierarchySlotContent"
|
|
43381
43587
|
},
|
|
43382
43588
|
{
|
|
43383
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43589
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
43384
43590
|
}
|
|
43385
43591
|
]
|
|
43386
43592
|
},
|
|
@@ -43397,13 +43603,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
43397
43603
|
}, on = "Data definition of the Pivot table", rn = {
|
|
43398
43604
|
anyOf: [
|
|
43399
43605
|
{
|
|
43400
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43606
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/RowSlot"
|
|
43401
43607
|
},
|
|
43402
43608
|
{
|
|
43403
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43609
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/ColumnSlot"
|
|
43404
43610
|
},
|
|
43405
43611
|
{
|
|
43406
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43612
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/pivot-table-slots.schema.json#/definitions/MeasureSlot"
|
|
43407
43613
|
}
|
|
43408
43614
|
]
|
|
43409
43615
|
}, nn = 3, sn = "array", an = {
|
|
@@ -43414,7 +43620,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
43414
43620
|
items: rn,
|
|
43415
43621
|
maxItems: nn,
|
|
43416
43622
|
type: sn
|
|
43417
|
-
}, pn = "http://json-schema.org/draft-07/schema#", ln = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43623
|
+
}, pn = "http://json-schema.org/draft-07/schema#", ln = "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table.schema.json", cn = "object", mn = "Regular Table item", dn = {
|
|
43418
43624
|
type: {
|
|
43419
43625
|
description: "Type of the item",
|
|
43420
43626
|
type: "string",
|
|
@@ -43422,11 +43628,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
43422
43628
|
},
|
|
43423
43629
|
options: {
|
|
43424
43630
|
description: "Options of the Regular Table item",
|
|
43425
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43631
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-options.schema.json"
|
|
43426
43632
|
},
|
|
43427
43633
|
slots: {
|
|
43428
43634
|
description: "Data definition of the Regular Table item",
|
|
43429
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43635
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json"
|
|
43430
43636
|
}
|
|
43431
43637
|
}, yn = {
|
|
43432
43638
|
$schema: pn,
|
|
@@ -43434,14 +43640,20 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
43434
43640
|
type: cn,
|
|
43435
43641
|
description: mn,
|
|
43436
43642
|
properties: dn
|
|
43437
|
-
}, un = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
43643
|
+
}, un = "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-options.schema.json", bn = "http://json-schema.org/draft-07/schema#", gn = {
|
|
43438
43644
|
alternateRowColor: {
|
|
43439
43645
|
default: !0,
|
|
43440
43646
|
description: "Toggle alternate row coloring",
|
|
43441
43647
|
type: "boolean"
|
|
43442
43648
|
},
|
|
43443
43649
|
color: {
|
|
43650
|
+
default: "",
|
|
43444
43651
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
43652
|
+
examples: [
|
|
43653
|
+
"#FF5733",
|
|
43654
|
+
"#33FF57",
|
|
43655
|
+
"#5733FF"
|
|
43656
|
+
],
|
|
43445
43657
|
type: "string"
|
|
43446
43658
|
},
|
|
43447
43659
|
columns: {
|
|
@@ -44538,6 +44750,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
44538
44750
|
type: "string"
|
|
44539
44751
|
},
|
|
44540
44752
|
baseFontSize: {
|
|
44753
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
44754
|
+
examples: [
|
|
44755
|
+
13,
|
|
44756
|
+
16,
|
|
44757
|
+
20
|
|
44758
|
+
],
|
|
44541
44759
|
type: "number"
|
|
44542
44760
|
},
|
|
44543
44761
|
borders: {
|
|
@@ -44985,7 +45203,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
44985
45203
|
$schema: bn,
|
|
44986
45204
|
properties: gn,
|
|
44987
45205
|
type: hn
|
|
44988
|
-
}, vn = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45206
|
+
}, vn = "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json", jn = "http://json-schema.org/draft-07/schema#", xn = {
|
|
44989
45207
|
ColumnSubtype: {
|
|
44990
45208
|
enum: [
|
|
44991
45209
|
"coordinates",
|
|
@@ -45004,13 +45222,13 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
45004
45222
|
items: {
|
|
45005
45223
|
anyOf: [
|
|
45006
45224
|
{
|
|
45007
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45225
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/NumericSlotContent"
|
|
45008
45226
|
},
|
|
45009
45227
|
{
|
|
45010
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45228
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/HierarchySlotContent"
|
|
45011
45229
|
},
|
|
45012
45230
|
{
|
|
45013
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45231
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
45014
45232
|
}
|
|
45015
45233
|
]
|
|
45016
45234
|
},
|
|
@@ -45255,7 +45473,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
45255
45473
|
type: "string"
|
|
45256
45474
|
},
|
|
45257
45475
|
columnSubType: {
|
|
45258
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45476
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/ColumnSubtype",
|
|
45259
45477
|
description: "Column subtype"
|
|
45260
45478
|
},
|
|
45261
45479
|
set: {
|
|
@@ -45378,7 +45596,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
45378
45596
|
type: "object"
|
|
45379
45597
|
}
|
|
45380
45598
|
}, wn = "Data definition of the Regular table", Sn = {
|
|
45381
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45599
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/regular-table-slots.schema.json#/definitions/ColumnsSlot"
|
|
45382
45600
|
}, _n = 1, Tn = "array", Cn = {
|
|
45383
45601
|
$id: vn,
|
|
45384
45602
|
$schema: jn,
|
|
@@ -45387,7 +45605,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
45387
45605
|
items: Sn,
|
|
45388
45606
|
maxItems: _n,
|
|
45389
45607
|
type: Tn
|
|
45390
|
-
}, Dn = "http://json-schema.org/draft-07/schema#", kn = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45608
|
+
}, Dn = "http://json-schema.org/draft-07/schema#", kn = "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram.schema.json", In = "object", $n = "Sankey Diagram item", Ln = {
|
|
45391
45609
|
type: {
|
|
45392
45610
|
description: "Type of the item",
|
|
45393
45611
|
type: "string",
|
|
@@ -45395,19 +45613,19 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
45395
45613
|
},
|
|
45396
45614
|
options: {
|
|
45397
45615
|
description: "Options of the Sankey Diagram item",
|
|
45398
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45616
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-options.schema.json"
|
|
45399
45617
|
},
|
|
45400
45618
|
slots: {
|
|
45401
45619
|
description: "Data definition of the Sankey Diagram item",
|
|
45402
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45620
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json"
|
|
45403
45621
|
}
|
|
45404
|
-
},
|
|
45622
|
+
}, Fn = {
|
|
45405
45623
|
$schema: Dn,
|
|
45406
45624
|
$id: kn,
|
|
45407
45625
|
type: In,
|
|
45408
45626
|
description: $n,
|
|
45409
45627
|
properties: Ln
|
|
45410
|
-
},
|
|
45628
|
+
}, zn = "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-options.schema.json", On = "http://json-schema.org/draft-07/schema#", Mn = {
|
|
45411
45629
|
alignment: {
|
|
45412
45630
|
default: "justify",
|
|
45413
45631
|
description: "Set alignment",
|
|
@@ -45420,7 +45638,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
45420
45638
|
type: "string"
|
|
45421
45639
|
},
|
|
45422
45640
|
color: {
|
|
45641
|
+
default: "",
|
|
45423
45642
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
45643
|
+
examples: [
|
|
45644
|
+
"#FF5733",
|
|
45645
|
+
"#33FF57",
|
|
45646
|
+
"#5733FF"
|
|
45647
|
+
],
|
|
45424
45648
|
type: "string"
|
|
45425
45649
|
},
|
|
45426
45650
|
colors: {
|
|
@@ -46330,6 +46554,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
46330
46554
|
type: "string"
|
|
46331
46555
|
},
|
|
46332
46556
|
baseFontSize: {
|
|
46557
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
46558
|
+
examples: [
|
|
46559
|
+
13,
|
|
46560
|
+
16,
|
|
46561
|
+
20
|
|
46562
|
+
],
|
|
46333
46563
|
type: "number"
|
|
46334
46564
|
},
|
|
46335
46565
|
borders: {
|
|
@@ -46781,11 +47011,11 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
46781
47011
|
type: "string"
|
|
46782
47012
|
}
|
|
46783
47013
|
}, Yn = "object", Rn = {
|
|
46784
|
-
$id:
|
|
47014
|
+
$id: zn,
|
|
46785
47015
|
$schema: On,
|
|
46786
47016
|
properties: Mn,
|
|
46787
47017
|
type: Yn
|
|
46788
|
-
},
|
|
47018
|
+
}, Bn = "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json", Hn = "http://json-schema.org/draft-07/schema#", An = {
|
|
46789
47019
|
CategorySlot: {
|
|
46790
47020
|
description: "Category slot definition of the Sankey diagram",
|
|
46791
47021
|
properties: {
|
|
@@ -46794,13 +47024,13 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
46794
47024
|
items: {
|
|
46795
47025
|
anyOf: [
|
|
46796
47026
|
{
|
|
46797
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47027
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
46798
47028
|
},
|
|
46799
47029
|
{
|
|
46800
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47030
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
46801
47031
|
},
|
|
46802
47032
|
{
|
|
46803
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47033
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
46804
47034
|
}
|
|
46805
47035
|
]
|
|
46806
47036
|
},
|
|
@@ -46947,13 +47177,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
46947
47177
|
items: {
|
|
46948
47178
|
anyOf: [
|
|
46949
47179
|
{
|
|
46950
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47180
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
46951
47181
|
},
|
|
46952
47182
|
{
|
|
46953
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47183
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
46954
47184
|
},
|
|
46955
47185
|
{
|
|
46956
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47186
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
46957
47187
|
}
|
|
46958
47188
|
]
|
|
46959
47189
|
},
|
|
@@ -47063,13 +47293,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
47063
47293
|
items: {
|
|
47064
47294
|
anyOf: [
|
|
47065
47295
|
{
|
|
47066
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47296
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
47067
47297
|
},
|
|
47068
47298
|
{
|
|
47069
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47299
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
47070
47300
|
},
|
|
47071
47301
|
{
|
|
47072
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47302
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
47073
47303
|
}
|
|
47074
47304
|
]
|
|
47075
47305
|
},
|
|
@@ -47113,7 +47343,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
47113
47343
|
type: "string"
|
|
47114
47344
|
},
|
|
47115
47345
|
columnSubType: {
|
|
47116
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47346
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/ColumnSubtype",
|
|
47117
47347
|
description: "Column subtype"
|
|
47118
47348
|
},
|
|
47119
47349
|
set: {
|
|
@@ -47243,13 +47473,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
47243
47473
|
items: {
|
|
47244
47474
|
anyOf: [
|
|
47245
47475
|
{
|
|
47246
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47476
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
47247
47477
|
},
|
|
47248
47478
|
{
|
|
47249
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47479
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
47250
47480
|
},
|
|
47251
47481
|
{
|
|
47252
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47482
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
47253
47483
|
}
|
|
47254
47484
|
]
|
|
47255
47485
|
},
|
|
@@ -47267,27 +47497,27 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
47267
47497
|
}, Nn = "Data definition of the Sankey diagram", Pn = {
|
|
47268
47498
|
anyOf: [
|
|
47269
47499
|
{
|
|
47270
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47500
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/SourceSlot"
|
|
47271
47501
|
},
|
|
47272
47502
|
{
|
|
47273
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47503
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/CategorySlot"
|
|
47274
47504
|
},
|
|
47275
47505
|
{
|
|
47276
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47506
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/MeasureSlot"
|
|
47277
47507
|
},
|
|
47278
47508
|
{
|
|
47279
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47509
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DestinationSlot"
|
|
47280
47510
|
}
|
|
47281
47511
|
]
|
|
47282
47512
|
}, En = 4, qn = "array", Wn = {
|
|
47283
|
-
$id:
|
|
47284
|
-
$schema:
|
|
47285
|
-
definitions:
|
|
47513
|
+
$id: Bn,
|
|
47514
|
+
$schema: Hn,
|
|
47515
|
+
definitions: An,
|
|
47286
47516
|
description: Nn,
|
|
47287
47517
|
items: Pn,
|
|
47288
47518
|
maxItems: En,
|
|
47289
47519
|
type: qn
|
|
47290
|
-
}, Zn = "http://json-schema.org/draft-07/schema#", Xn = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47520
|
+
}, Zn = "http://json-schema.org/draft-07/schema#", Xn = "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot.schema.json", Jn = "object", Un = "Scatter Plot item", Gn = {
|
|
47291
47521
|
type: {
|
|
47292
47522
|
description: "Type of the item",
|
|
47293
47523
|
type: "string",
|
|
@@ -47295,11 +47525,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
47295
47525
|
},
|
|
47296
47526
|
options: {
|
|
47297
47527
|
description: "Options of the Scatter Plot item",
|
|
47298
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47528
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-options.schema.json"
|
|
47299
47529
|
},
|
|
47300
47530
|
slots: {
|
|
47301
47531
|
description: "Data definition of the Scatter Plot item",
|
|
47302
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47532
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json"
|
|
47303
47533
|
}
|
|
47304
47534
|
}, Vn = {
|
|
47305
47535
|
$schema: Zn,
|
|
@@ -47307,7 +47537,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
47307
47537
|
type: Jn,
|
|
47308
47538
|
description: Un,
|
|
47309
47539
|
properties: Gn
|
|
47310
|
-
}, Kn = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
47540
|
+
}, Kn = "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-options.schema.json", Qn = "http://json-schema.org/draft-07/schema#", es = {
|
|
47311
47541
|
axis: {
|
|
47312
47542
|
description: "Axes options",
|
|
47313
47543
|
properties: {
|
|
@@ -47554,7 +47784,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
47554
47784
|
type: "object"
|
|
47555
47785
|
},
|
|
47556
47786
|
color: {
|
|
47787
|
+
default: "",
|
|
47557
47788
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
47789
|
+
examples: [
|
|
47790
|
+
"#FF5733",
|
|
47791
|
+
"#33FF57",
|
|
47792
|
+
"#5733FF"
|
|
47793
|
+
],
|
|
47558
47794
|
type: "string"
|
|
47559
47795
|
},
|
|
47560
47796
|
display: {
|
|
@@ -48549,6 +48785,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
48549
48785
|
type: "string"
|
|
48550
48786
|
},
|
|
48551
48787
|
baseFontSize: {
|
|
48788
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
48789
|
+
examples: [
|
|
48790
|
+
13,
|
|
48791
|
+
16,
|
|
48792
|
+
20
|
|
48793
|
+
],
|
|
48552
48794
|
type: "number"
|
|
48553
48795
|
},
|
|
48554
48796
|
borders: {
|
|
@@ -48996,7 +49238,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
48996
49238
|
$schema: Qn,
|
|
48997
49239
|
properties: es,
|
|
48998
49240
|
type: ts
|
|
48999
|
-
}, os = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49241
|
+
}, os = "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json", rs = "http://json-schema.org/draft-07/schema#", ns = {
|
|
49000
49242
|
ColorSlot: {
|
|
49001
49243
|
description: "Color slot definition of the scatter plot",
|
|
49002
49244
|
properties: {
|
|
@@ -49005,13 +49247,13 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
49005
49247
|
items: {
|
|
49006
49248
|
anyOf: [
|
|
49007
49249
|
{
|
|
49008
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49250
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
49009
49251
|
},
|
|
49010
49252
|
{
|
|
49011
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49253
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
49012
49254
|
},
|
|
49013
49255
|
{
|
|
49014
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49256
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
49015
49257
|
}
|
|
49016
49258
|
]
|
|
49017
49259
|
},
|
|
@@ -49246,13 +49488,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
49246
49488
|
items: {
|
|
49247
49489
|
anyOf: [
|
|
49248
49490
|
{
|
|
49249
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49491
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
49250
49492
|
},
|
|
49251
49493
|
{
|
|
49252
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49494
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
49253
49495
|
},
|
|
49254
49496
|
{
|
|
49255
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49497
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
49256
49498
|
}
|
|
49257
49499
|
]
|
|
49258
49500
|
},
|
|
@@ -49295,7 +49537,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
49295
49537
|
type: "string"
|
|
49296
49538
|
},
|
|
49297
49539
|
columnSubType: {
|
|
49298
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49540
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/ColumnSubtype",
|
|
49299
49541
|
description: "Column subtype"
|
|
49300
49542
|
},
|
|
49301
49543
|
set: {
|
|
@@ -49425,13 +49667,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
49425
49667
|
items: {
|
|
49426
49668
|
anyOf: [
|
|
49427
49669
|
{
|
|
49428
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49670
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
49429
49671
|
},
|
|
49430
49672
|
{
|
|
49431
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49673
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
49432
49674
|
},
|
|
49433
49675
|
{
|
|
49434
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49676
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
49435
49677
|
}
|
|
49436
49678
|
]
|
|
49437
49679
|
},
|
|
@@ -49454,13 +49696,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
49454
49696
|
items: {
|
|
49455
49697
|
anyOf: [
|
|
49456
49698
|
{
|
|
49457
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49699
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
49458
49700
|
},
|
|
49459
49701
|
{
|
|
49460
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49702
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
49461
49703
|
},
|
|
49462
49704
|
{
|
|
49463
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49705
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
49464
49706
|
}
|
|
49465
49707
|
]
|
|
49466
49708
|
},
|
|
@@ -49483,13 +49725,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
49483
49725
|
items: {
|
|
49484
49726
|
anyOf: [
|
|
49485
49727
|
{
|
|
49486
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49728
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
49487
49729
|
},
|
|
49488
49730
|
{
|
|
49489
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49731
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
49490
49732
|
},
|
|
49491
49733
|
{
|
|
49492
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49734
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
49493
49735
|
}
|
|
49494
49736
|
]
|
|
49495
49737
|
},
|
|
@@ -49507,19 +49749,19 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
49507
49749
|
}, ss = "Data definition of the Scatter plot", as = {
|
|
49508
49750
|
anyOf: [
|
|
49509
49751
|
{
|
|
49510
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49752
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/YAxisSlot"
|
|
49511
49753
|
},
|
|
49512
49754
|
{
|
|
49513
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49755
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NameSlot"
|
|
49514
49756
|
},
|
|
49515
49757
|
{
|
|
49516
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49758
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/SizeSlot"
|
|
49517
49759
|
},
|
|
49518
49760
|
{
|
|
49519
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49761
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/XAxisSlot"
|
|
49520
49762
|
},
|
|
49521
49763
|
{
|
|
49522
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49764
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/ColorSlot"
|
|
49523
49765
|
}
|
|
49524
49766
|
]
|
|
49525
49767
|
}, ps = 5, ls = "array", cs = {
|
|
@@ -49530,7 +49772,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
49530
49772
|
items: as,
|
|
49531
49773
|
maxItems: ps,
|
|
49532
49774
|
type: ls
|
|
49533
|
-
}, ms = "http://json-schema.org/draft-07/schema#", ds = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49775
|
+
}, ms = "http://json-schema.org/draft-07/schema#", ds = "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter.schema.json", ys = "object", us = "Slicer Filter item", bs = {
|
|
49534
49776
|
type: {
|
|
49535
49777
|
description: "Type of the item",
|
|
49536
49778
|
type: "string",
|
|
@@ -49538,11 +49780,11 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
49538
49780
|
},
|
|
49539
49781
|
options: {
|
|
49540
49782
|
description: "Options of the Slicer Filter item",
|
|
49541
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49783
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-options.schema.json"
|
|
49542
49784
|
},
|
|
49543
49785
|
slots: {
|
|
49544
49786
|
description: "Data definition of the Slicer Filter item",
|
|
49545
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49787
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json"
|
|
49546
49788
|
}
|
|
49547
49789
|
}, gs = {
|
|
49548
49790
|
$schema: ms,
|
|
@@ -49550,14 +49792,20 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
49550
49792
|
type: ys,
|
|
49551
49793
|
description: us,
|
|
49552
49794
|
properties: bs
|
|
49553
|
-
}, hs = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
49795
|
+
}, hs = "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-options.schema.json", fs = "http://json-schema.org/draft-07/schema#", vs = {
|
|
49554
49796
|
applyFiltersWithButton: {
|
|
49555
49797
|
default: !1,
|
|
49556
49798
|
description: "Filter with Apply button",
|
|
49557
49799
|
type: "boolean"
|
|
49558
49800
|
},
|
|
49559
49801
|
color: {
|
|
49802
|
+
default: "",
|
|
49560
49803
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
49804
|
+
examples: [
|
|
49805
|
+
"#FF5733",
|
|
49806
|
+
"#33FF57",
|
|
49807
|
+
"#5733FF"
|
|
49808
|
+
],
|
|
49561
49809
|
type: "string"
|
|
49562
49810
|
},
|
|
49563
49811
|
display: {
|
|
@@ -50542,6 +50790,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
50542
50790
|
type: "string"
|
|
50543
50791
|
},
|
|
50544
50792
|
baseFontSize: {
|
|
50793
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
50794
|
+
examples: [
|
|
50795
|
+
13,
|
|
50796
|
+
16,
|
|
50797
|
+
20
|
|
50798
|
+
],
|
|
50545
50799
|
type: "number"
|
|
50546
50800
|
},
|
|
50547
50801
|
borders: {
|
|
@@ -50989,7 +51243,7 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
50989
51243
|
$schema: fs,
|
|
50990
51244
|
properties: vs,
|
|
50991
51245
|
type: js
|
|
50992
|
-
}, ws = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51246
|
+
}, ws = "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json", Ss = "http://json-schema.org/draft-07/schema#", _s = {
|
|
50993
51247
|
ColumnSubtype: {
|
|
50994
51248
|
enum: [
|
|
50995
51249
|
"coordinates",
|
|
@@ -51123,13 +51377,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
51123
51377
|
items: {
|
|
51124
51378
|
anyOf: [
|
|
51125
51379
|
{
|
|
51126
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51380
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/NumericSlotContent"
|
|
51127
51381
|
},
|
|
51128
51382
|
{
|
|
51129
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51383
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/HierarchySlotContent"
|
|
51130
51384
|
},
|
|
51131
51385
|
{
|
|
51132
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51386
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
51133
51387
|
}
|
|
51134
51388
|
]
|
|
51135
51389
|
},
|
|
@@ -51238,13 +51492,13 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
51238
51492
|
items: {
|
|
51239
51493
|
anyOf: [
|
|
51240
51494
|
{
|
|
51241
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51495
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/NumericSlotContent"
|
|
51242
51496
|
},
|
|
51243
51497
|
{
|
|
51244
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51498
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/HierarchySlotContent"
|
|
51245
51499
|
},
|
|
51246
51500
|
{
|
|
51247
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51501
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
51248
51502
|
}
|
|
51249
51503
|
]
|
|
51250
51504
|
},
|
|
@@ -51288,7 +51542,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
51288
51542
|
type: "string"
|
|
51289
51543
|
},
|
|
51290
51544
|
columnSubType: {
|
|
51291
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51545
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/ColumnSubtype",
|
|
51292
51546
|
description: "Column subtype"
|
|
51293
51547
|
},
|
|
51294
51548
|
set: {
|
|
@@ -51413,10 +51667,10 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
51413
51667
|
}, Ts = "Data definition of the Slicer filter", Cs = {
|
|
51414
51668
|
anyOf: [
|
|
51415
51669
|
{
|
|
51416
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51670
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/MeasureSlot"
|
|
51417
51671
|
},
|
|
51418
51672
|
{
|
|
51419
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51673
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/DimensionSlot"
|
|
51420
51674
|
}
|
|
51421
51675
|
]
|
|
51422
51676
|
}, Ds = 2, ks = "array", Is = {
|
|
@@ -51427,7 +51681,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
51427
51681
|
items: Cs,
|
|
51428
51682
|
maxItems: Ds,
|
|
51429
51683
|
type: ks
|
|
51430
|
-
}, $s = "http://json-schema.org/draft-07/schema#", Ls = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51684
|
+
}, $s = "http://json-schema.org/draft-07/schema#", Ls = "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter.schema.json", Fs = "object", zs = "Slider Filter item", Os = {
|
|
51431
51685
|
type: {
|
|
51432
51686
|
description: "Type of the item",
|
|
51433
51687
|
type: "string",
|
|
@@ -51435,21 +51689,27 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
51435
51689
|
},
|
|
51436
51690
|
options: {
|
|
51437
51691
|
description: "Options of the Slider Filter item",
|
|
51438
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51692
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-options.schema.json"
|
|
51439
51693
|
},
|
|
51440
51694
|
slots: {
|
|
51441
51695
|
description: "Data definition of the Slider Filter item",
|
|
51442
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51696
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json"
|
|
51443
51697
|
}
|
|
51444
51698
|
}, Ms = {
|
|
51445
51699
|
$schema: $s,
|
|
51446
51700
|
$id: Ls,
|
|
51447
|
-
type:
|
|
51448
|
-
description:
|
|
51701
|
+
type: Fs,
|
|
51702
|
+
description: zs,
|
|
51449
51703
|
properties: Os
|
|
51450
|
-
}, Ys = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
51704
|
+
}, Ys = "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-options.schema.json", Rs = "http://json-schema.org/draft-07/schema#", Bs = {
|
|
51451
51705
|
color: {
|
|
51706
|
+
default: "",
|
|
51452
51707
|
description: "The main color for the item, if omitted the default color from the theme will be used.",
|
|
51708
|
+
examples: [
|
|
51709
|
+
"#FF5733",
|
|
51710
|
+
"#33FF57",
|
|
51711
|
+
"#5733FF"
|
|
51712
|
+
],
|
|
51453
51713
|
type: "string"
|
|
51454
51714
|
},
|
|
51455
51715
|
display: {
|
|
@@ -52151,6 +52411,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
52151
52411
|
type: "string"
|
|
52152
52412
|
},
|
|
52153
52413
|
baseFontSize: {
|
|
52414
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
52415
|
+
examples: [
|
|
52416
|
+
13,
|
|
52417
|
+
16,
|
|
52418
|
+
20
|
|
52419
|
+
],
|
|
52154
52420
|
type: "number"
|
|
52155
52421
|
},
|
|
52156
52422
|
borders: {
|
|
@@ -52593,12 +52859,12 @@ Also, it can be set in the options' advanced settings of the Choropleth map.`,
|
|
|
52593
52859
|
],
|
|
52594
52860
|
type: "object"
|
|
52595
52861
|
}
|
|
52596
|
-
},
|
|
52862
|
+
}, Hs = "object", As = {
|
|
52597
52863
|
$id: Ys,
|
|
52598
52864
|
$schema: Rs,
|
|
52599
|
-
properties:
|
|
52600
|
-
type:
|
|
52601
|
-
}, Ns = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
52865
|
+
properties: Bs,
|
|
52866
|
+
type: Hs
|
|
52867
|
+
}, Ns = "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json", Ps = "http://json-schema.org/draft-07/schema#", Es = {
|
|
52602
52868
|
ColumnSubtype: {
|
|
52603
52869
|
enum: [
|
|
52604
52870
|
"coordinates",
|
|
@@ -52753,7 +53019,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
52753
53019
|
type: "string"
|
|
52754
53020
|
},
|
|
52755
53021
|
columnSubType: {
|
|
52756
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
53022
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/ColumnSubtype",
|
|
52757
53023
|
description: "Column subtype"
|
|
52758
53024
|
},
|
|
52759
53025
|
set: {
|
|
@@ -52883,10 +53149,10 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
52883
53149
|
items: {
|
|
52884
53150
|
anyOf: [
|
|
52885
53151
|
{
|
|
52886
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
53152
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/NumericSlotContent"
|
|
52887
53153
|
},
|
|
52888
53154
|
{
|
|
52889
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
53155
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
52890
53156
|
}
|
|
52891
53157
|
]
|
|
52892
53158
|
},
|
|
@@ -52901,7 +53167,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
52901
53167
|
type: "object"
|
|
52902
53168
|
}
|
|
52903
53169
|
}, qs = "Data definition of the Slider filter", Ws = {
|
|
52904
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
53170
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/SliderMetricSlot"
|
|
52905
53171
|
}, Zs = 1, Xs = "array", Js = {
|
|
52906
53172
|
$id: Ns,
|
|
52907
53173
|
$schema: Ps,
|
|
@@ -52910,7 +53176,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
52910
53176
|
items: Ws,
|
|
52911
53177
|
maxItems: Zs,
|
|
52912
53178
|
type: Xs
|
|
52913
|
-
}, Us = "http://json-schema.org/draft-07/schema#", Gs = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
53179
|
+
}, Us = "http://json-schema.org/draft-07/schema#", Gs = "https://developer.luzmo.com/assets/json-schemas/0.1.89/text.schema.json", Vs = "object", Ks = "Text item", Qs = {
|
|
52914
53180
|
type: {
|
|
52915
53181
|
description: "Type of the item",
|
|
52916
53182
|
type: "string",
|
|
@@ -52918,7 +53184,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
52918
53184
|
},
|
|
52919
53185
|
options: {
|
|
52920
53186
|
description: "Options of the Text item",
|
|
52921
|
-
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
53187
|
+
$ref: "https://developer.luzmo.com/assets/json-schemas/0.1.89/text-options.schema.json"
|
|
52922
53188
|
}
|
|
52923
53189
|
}, ea = {
|
|
52924
53190
|
$schema: Us,
|
|
@@ -52926,7 +53192,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
52926
53192
|
type: Vs,
|
|
52927
53193
|
description: Ks,
|
|
52928
53194
|
properties: Qs
|
|
52929
|
-
}, ta = "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
53195
|
+
}, ta = "https://developer.luzmo.com/assets/json-schemas/0.1.89/text-options.schema.json", ia = "http://json-schema.org/draft-07/schema#", oa = {
|
|
52930
53196
|
display: {
|
|
52931
53197
|
description: "Display options of the text item",
|
|
52932
53198
|
properties: {
|
|
@@ -53003,6 +53269,12 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
53003
53269
|
type: "string"
|
|
53004
53270
|
},
|
|
53005
53271
|
baseFontSize: {
|
|
53272
|
+
description: "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
53273
|
+
examples: [
|
|
53274
|
+
13,
|
|
53275
|
+
16,
|
|
53276
|
+
20
|
|
53277
|
+
],
|
|
53006
53278
|
type: "number"
|
|
53007
53279
|
},
|
|
53008
53280
|
borders: {
|
|
@@ -53456,8 +53728,8 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
53456
53728
|
"slots.schema.json": u,
|
|
53457
53729
|
"area-chart.schema.json": j,
|
|
53458
53730
|
"area-chart-options.schema.json": T,
|
|
53459
|
-
"area-chart-slots.schema.json":
|
|
53460
|
-
"bar-chart.schema.json":
|
|
53731
|
+
"area-chart-slots.schema.json": z,
|
|
53732
|
+
"bar-chart.schema.json": H,
|
|
53461
53733
|
"bar-chart-options.schema.json": q,
|
|
53462
53734
|
"bar-chart-slots.schema.json": K,
|
|
53463
53735
|
"box-plot.schema.json": re,
|
|
@@ -53474,7 +53746,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
53474
53746
|
"choropleth-map-slots.schema.json": jt,
|
|
53475
53747
|
"circular-gauge.schema.json": Ct,
|
|
53476
53748
|
"circular-gauge-options.schema.json": Lt,
|
|
53477
|
-
"circular-gauge-slots.schema.json":
|
|
53749
|
+
"circular-gauge-slots.schema.json": Ht,
|
|
53478
53750
|
"column-chart.schema.json": Wt,
|
|
53479
53751
|
"column-chart-options.schema.json": Gt,
|
|
53480
53752
|
"column-chart-slots.schema.json": ri,
|
|
@@ -53490,8 +53762,8 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
53490
53762
|
"dropdown-filter.schema.json": uo,
|
|
53491
53763
|
"dropdown-filter-options.schema.json": vo,
|
|
53492
53764
|
"dropdown-filter-slots.schema.json": Do,
|
|
53493
|
-
"evolution-number.schema.json":
|
|
53494
|
-
"evolution-number-options.schema.json":
|
|
53765
|
+
"evolution-number.schema.json": zo,
|
|
53766
|
+
"evolution-number-options.schema.json": Bo,
|
|
53495
53767
|
"evolution-number-slots.schema.json": Zo,
|
|
53496
53768
|
"funnel-chart.schema.json": Ko,
|
|
53497
53769
|
"funnel-chart-options.schema.json": or,
|
|
@@ -53499,7 +53771,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
53499
53771
|
"image.schema.json": hr,
|
|
53500
53772
|
"image-options.schema.json": wr,
|
|
53501
53773
|
"line-chart.schema.json": kr,
|
|
53502
|
-
"line-chart-options.schema.json":
|
|
53774
|
+
"line-chart-options.schema.json": zr,
|
|
53503
53775
|
"line-chart-slots.schema.json": Nr,
|
|
53504
53776
|
"pivot-table.schema.json": Xr,
|
|
53505
53777
|
"pivot-table-options.schema.json": Kr,
|
|
@@ -53507,7 +53779,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
53507
53779
|
"regular-table.schema.json": yn,
|
|
53508
53780
|
"regular-table-options.schema.json": fn,
|
|
53509
53781
|
"regular-table-slots.schema.json": Cn,
|
|
53510
|
-
"sankey-diagram.schema.json":
|
|
53782
|
+
"sankey-diagram.schema.json": Fn,
|
|
53511
53783
|
"sankey-diagram-options.schema.json": Rn,
|
|
53512
53784
|
"sankey-diagram-slots.schema.json": Wn,
|
|
53513
53785
|
"scatter-plot.schema.json": Vn,
|
|
@@ -53517,7 +53789,7 @@ It can also be used for "hierarchy" formatting but when it's used in the measure
|
|
|
53517
53789
|
"slicer-filter-options.schema.json": xs,
|
|
53518
53790
|
"slicer-filter-slots.schema.json": Is,
|
|
53519
53791
|
"slider-filter.schema.json": Ms,
|
|
53520
|
-
"slider-filter-options.schema.json":
|
|
53792
|
+
"slider-filter-options.schema.json": As,
|
|
53521
53793
|
"slider-filter-slots.schema.json": Js,
|
|
53522
53794
|
"text.schema.json": ea,
|
|
53523
53795
|
"text-options.schema.json": na
|