@luzmo/dashboard-contents-types 0.1.88 → 1.0.0
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/assets/json-schemas/area-chart-options.schema.json.d.ts +55 -15
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +107 -27
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +142 -35
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +109 -29
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +55 -15
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +109 -29
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +35 -8
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +109 -29
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +105 -25
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +77 -37
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +107 -27
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +108 -28
- 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 +55 -15
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +113 -33
- 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 +53 -15
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +113 -33
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +105 -25
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +117 -37
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +121 -41
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +109 -29
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +53 -15
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +72 -19
- 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 +2 -1
- package/index.d.ts +0 -1
- package/index.js +357 -111
- package/index.mjs +4143 -1451
- package/json-schemas.d.ts +2532 -605
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +13 -15
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-slots.d.ts +0 -2
- package/src/lib/area-chart/area-chart.d.ts +2 -4
- package/src/lib/area-chart/index.d.ts +0 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +14 -16
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart.d.ts +2 -4
- package/src/lib/bar-chart/bar-chart.slots.d.ts +0 -2
- package/src/lib/bar-chart/index.d.ts +0 -1
- package/src/lib/box-plot/box-plot-options.d.ts +13 -15
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-slots.d.ts +0 -2
- package/src/lib/box-plot/box-plot.d.ts +2 -4
- package/src/lib/box-plot/index.d.ts +0 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +12 -14
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +0 -2
- package/src/lib/bubble-chart/bubble-chart.d.ts +2 -4
- package/src/lib/bubble-chart/index.d.ts +0 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +11 -13
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +0 -2
- package/src/lib/bullet-chart/bullet-chart.d.ts +2 -4
- package/src/lib/bullet-chart/index.d.ts +0 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -13
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +0 -2
- package/src/lib/choropleth-map/choropleth-map.d.ts +2 -4
- package/src/lib/choropleth-map/index.d.ts +0 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +7 -9
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +0 -2
- package/src/lib/circular-gauge/circular-gauge.d.ts +2 -4
- package/src/lib/circular-gauge/index.d.ts +0 -1
- package/src/lib/column-chart/column-chart-options.d.ts +14 -16
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-slots.d.ts +0 -2
- package/src/lib/column-chart/column-chart.d.ts +2 -4
- package/src/lib/column-chart/index.d.ts +0 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +14 -16
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-slots.d.ts +0 -2
- package/src/lib/combination-chart/combination-chart.d.ts +2 -4
- package/src/lib/combination-chart/index.d.ts +0 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +9 -11
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-slots.d.ts +0 -2
- package/src/lib/conditional-number/conditional-number.d.ts +2 -4
- package/src/lib/conditional-number/index.d.ts +0 -1
- package/src/lib/date-filter/date-filter-options.d.ts +4 -6
- package/src/lib/date-filter/date-filter-slots.d.ts +0 -2
- package/src/lib/date-filter/date-filter.d.ts +2 -4
- package/src/lib/date-filter/index.d.ts +0 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +13 -15
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-slots.d.ts +0 -2
- package/src/lib/donut-chart/donut-chart.d.ts +2 -4
- package/src/lib/donut-chart/index.d.ts +0 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +6 -8
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +0 -2
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +2 -4
- package/src/lib/dropdown-filter/index.d.ts +0 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +27 -14
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-slots.d.ts +0 -2
- package/src/lib/evolution-number/evolution-number.d.ts +2 -4
- package/src/lib/evolution-number/index.d.ts +0 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -15
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +0 -2
- package/src/lib/funnel-chart/funnel-chart.d.ts +2 -4
- package/src/lib/funnel-chart/index.d.ts +0 -1
- package/src/lib/image/image-options.d.ts +3 -5
- package/src/lib/image/image.d.ts +1 -3
- package/src/lib/image/index.d.ts +0 -1
- package/src/lib/line-chart/index.d.ts +0 -1
- package/src/lib/line-chart/line-chart-options.d.ts +13 -15
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-slots.d.ts +0 -2
- package/src/lib/line-chart/line-chart.d.ts +2 -4
- package/src/lib/pivot-table/index.d.ts +0 -1
- package/src/lib/pivot-table/pivot-table-options.d.ts +10 -12
- package/src/lib/pivot-table/pivot-table-slots.d.ts +0 -2
- package/src/lib/pivot-table/pivot-table.d.ts +2 -4
- package/src/lib/regular-table/index.d.ts +0 -1
- package/src/lib/regular-table/regular-table-options.d.ts +9 -11
- package/src/lib/regular-table/regular-table-slots.d.ts +0 -2
- package/src/lib/regular-table/regular-table.d.ts +2 -4
- package/src/lib/sankey-diagram/index.d.ts +0 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +9 -11
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +0 -2
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +2 -4
- package/src/lib/scatter-plot/index.d.ts +0 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +12 -14
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +0 -2
- package/src/lib/scatter-plot/scatter-plot.d.ts +2 -4
- package/src/lib/search-filter/index.d.ts +3 -0
- package/src/lib/search-filter/index.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-options.d.ts +56 -0
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-slots.d.ts +17 -0
- package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter.d.ts +23 -0
- package/src/lib/search-filter/search-filter.d.ts.map +1 -0
- package/src/lib/shared/axes.d.ts +0 -1
- package/src/lib/shared/axis-view-options.d.ts +0 -2
- package/src/lib/shared/common.d.ts +6 -8
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +2 -2
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/filters.d.ts +0 -1
- package/src/lib/shared/formula.d.ts +0 -2
- package/src/lib/shared/index.d.ts +0 -1
- package/src/lib/shared/info-tooltip-options.d.ts +0 -1
- package/src/lib/shared/interactivity-brush.d.ts +0 -1
- package/src/lib/shared/interactivity-custom-events.d.ts +0 -2
- package/src/lib/shared/interactivity-custom-tooltip.d.ts +0 -1
- package/src/lib/shared/interactivity-drilldown.d.ts +0 -2
- package/src/lib/shared/interactivity-export.d.ts +0 -1
- package/src/lib/shared/interactivity-filter.d.ts +0 -1
- package/src/lib/shared/interactivity-go-to-url.d.ts +0 -1
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +1 -3
- package/src/lib/shared/interactivity-target.d.ts +0 -1
- package/src/lib/shared/interpolation.d.ts +0 -1
- package/src/lib/shared/item-filter-group.d.ts +54 -3
- package/src/lib/shared/item-filter-group.d.ts.map +1 -1
- package/src/lib/shared/legend.d.ts +0 -2
- package/src/lib/shared/map-object-view-options.d.ts +2 -4
- package/src/lib/shared/object-view-options.d.ts +2 -4
- package/src/lib/shared/placeholder.d.ts +0 -1
- package/src/lib/shared/query.d.ts +0 -1
- package/src/lib/shared/ranges.d.ts +0 -1
- package/src/lib/shared/slots.d.ts +60 -6
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/sort.d.ts +0 -2
- package/src/lib/shared/theme.d.ts +4 -1
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +0 -1
- package/src/lib/slicer-filter/index.d.ts +0 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +6 -8
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +0 -2
- package/src/lib/slicer-filter/slicer-filter.d.ts +2 -4
- package/src/lib/slider-filter/index.d.ts +0 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts +5 -7
- package/src/lib/slider-filter/slider-filter-slots.d.ts +0 -2
- package/src/lib/slider-filter/slider-filter.d.ts +2 -4
- package/src/lib/text/index.d.ts +0 -1
- package/src/lib/text/text-options.d.ts +1 -3
- package/src/lib/text/text.d.ts +1 -3
- package/src/options.d.ts +23 -25
- package/src/slots.d.ts +21 -23
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -29,11 +29,16 @@ declare const _default: {
|
|
|
29
29
|
"string"
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
|
-
"
|
|
32
|
+
"columnId": {
|
|
33
33
|
"description": "Column id",
|
|
34
34
|
"format": "uuid",
|
|
35
35
|
"type": "string"
|
|
36
36
|
},
|
|
37
|
+
"datasetId": {
|
|
38
|
+
"description": "Dataset id",
|
|
39
|
+
"format": "uuid",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
37
42
|
"datetimeDisplayMode": {
|
|
38
43
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
39
44
|
"enum": [
|
|
@@ -92,10 +97,32 @@ declare const _default: {
|
|
|
92
97
|
],
|
|
93
98
|
"type": "string"
|
|
94
99
|
},
|
|
95
|
-
"
|
|
96
|
-
"description": "
|
|
97
|
-
"
|
|
98
|
-
|
|
100
|
+
"periodOverPeriod": {
|
|
101
|
+
"description": "Settings to configure period over period comparison",
|
|
102
|
+
"properties": {
|
|
103
|
+
"level": {
|
|
104
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
105
|
+
"type": "number"
|
|
106
|
+
},
|
|
107
|
+
"periodToDate": {
|
|
108
|
+
"description": "period to date comparison",
|
|
109
|
+
"type": "boolean"
|
|
110
|
+
},
|
|
111
|
+
"quantity": {
|
|
112
|
+
"description": "number of periods",
|
|
113
|
+
"type": "number"
|
|
114
|
+
},
|
|
115
|
+
"type": {
|
|
116
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
117
|
+
"enum": [
|
|
118
|
+
"change",
|
|
119
|
+
"none",
|
|
120
|
+
"past"
|
|
121
|
+
],
|
|
122
|
+
"type": "string"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"type": "object"
|
|
99
126
|
},
|
|
100
127
|
"subtype": {
|
|
101
128
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -143,11 +170,16 @@ declare const _default: {
|
|
|
143
170
|
"string"
|
|
144
171
|
]
|
|
145
172
|
},
|
|
146
|
-
"
|
|
173
|
+
"columnId": {
|
|
147
174
|
"description": "Column id",
|
|
148
175
|
"format": "uuid",
|
|
149
176
|
"type": "string"
|
|
150
177
|
},
|
|
178
|
+
"datasetId": {
|
|
179
|
+
"description": "Dataset id",
|
|
180
|
+
"format": "uuid",
|
|
181
|
+
"type": "string"
|
|
182
|
+
},
|
|
151
183
|
"format": {
|
|
152
184
|
"description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
|
|
153
185
|
"type": "string"
|
|
@@ -179,10 +211,32 @@ declare const _default: {
|
|
|
179
211
|
"number"
|
|
180
212
|
]
|
|
181
213
|
},
|
|
182
|
-
"
|
|
183
|
-
"description": "
|
|
184
|
-
"
|
|
185
|
-
|
|
214
|
+
"periodOverPeriod": {
|
|
215
|
+
"description": "Settings to configure period over period comparison",
|
|
216
|
+
"properties": {
|
|
217
|
+
"level": {
|
|
218
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
219
|
+
"type": "number"
|
|
220
|
+
},
|
|
221
|
+
"periodToDate": {
|
|
222
|
+
"description": "period to date comparison",
|
|
223
|
+
"type": "boolean"
|
|
224
|
+
},
|
|
225
|
+
"quantity": {
|
|
226
|
+
"description": "number of periods",
|
|
227
|
+
"type": "number"
|
|
228
|
+
},
|
|
229
|
+
"type": {
|
|
230
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
231
|
+
"enum": [
|
|
232
|
+
"change",
|
|
233
|
+
"none",
|
|
234
|
+
"past"
|
|
235
|
+
],
|
|
236
|
+
"type": "string"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"type": "object"
|
|
186
240
|
},
|
|
187
241
|
"subtype": {
|
|
188
242
|
"anyOf": [
|
|
@@ -220,13 +274,13 @@ declare const _default: {
|
|
|
220
274
|
"items": {
|
|
221
275
|
"anyOf": [
|
|
222
276
|
{
|
|
223
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
277
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
224
278
|
},
|
|
225
279
|
{
|
|
226
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
280
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
227
281
|
},
|
|
228
282
|
{
|
|
229
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
283
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
230
284
|
}
|
|
231
285
|
]
|
|
232
286
|
},
|
|
@@ -263,16 +317,16 @@ declare const _default: {
|
|
|
263
317
|
"aggregationWeight": {
|
|
264
318
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
265
319
|
"properties": {
|
|
266
|
-
"
|
|
320
|
+
"columnId": {
|
|
267
321
|
"description": "Column id",
|
|
268
322
|
"format": "uuid",
|
|
269
323
|
"type": "string"
|
|
270
324
|
},
|
|
271
325
|
"columnSubType": {
|
|
272
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
326
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
273
327
|
"description": "Column subtype"
|
|
274
328
|
},
|
|
275
|
-
"
|
|
329
|
+
"datasetId": {
|
|
276
330
|
"description": "Dataset id",
|
|
277
331
|
"format": "uuid",
|
|
278
332
|
"type": "string"
|
|
@@ -301,7 +355,7 @@ declare const _default: {
|
|
|
301
355
|
"string"
|
|
302
356
|
]
|
|
303
357
|
},
|
|
304
|
-
"
|
|
358
|
+
"columnId": {
|
|
305
359
|
"description": "Column id",
|
|
306
360
|
"format": "uuid",
|
|
307
361
|
"type": "string"
|
|
@@ -313,6 +367,11 @@ declare const _default: {
|
|
|
313
367
|
"string"
|
|
314
368
|
]
|
|
315
369
|
},
|
|
370
|
+
"datasetId": {
|
|
371
|
+
"description": "Dataset id",
|
|
372
|
+
"format": "uuid",
|
|
373
|
+
"type": "string"
|
|
374
|
+
},
|
|
316
375
|
"duration": {
|
|
317
376
|
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
318
377
|
"properties": {
|
|
@@ -340,8 +399,7 @@ declare const _default: {
|
|
|
340
399
|
"type": "string"
|
|
341
400
|
},
|
|
342
401
|
"formula": {
|
|
343
|
-
"description": "
|
|
344
|
-
"format": "uuid",
|
|
402
|
+
"description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas.",
|
|
345
403
|
"type": "string"
|
|
346
404
|
},
|
|
347
405
|
"grandTotals": {
|
|
@@ -357,10 +415,32 @@ declare const _default: {
|
|
|
357
415
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
358
416
|
"type": "object"
|
|
359
417
|
},
|
|
360
|
-
"
|
|
361
|
-
"description": "
|
|
362
|
-
"
|
|
363
|
-
|
|
418
|
+
"periodOverPeriod": {
|
|
419
|
+
"description": "Settings to configure period over period comparison",
|
|
420
|
+
"properties": {
|
|
421
|
+
"level": {
|
|
422
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
423
|
+
"type": "number"
|
|
424
|
+
},
|
|
425
|
+
"periodToDate": {
|
|
426
|
+
"description": "period to date comparison",
|
|
427
|
+
"type": "boolean"
|
|
428
|
+
},
|
|
429
|
+
"quantity": {
|
|
430
|
+
"description": "number of periods",
|
|
431
|
+
"type": "number"
|
|
432
|
+
},
|
|
433
|
+
"type": {
|
|
434
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
435
|
+
"enum": [
|
|
436
|
+
"change",
|
|
437
|
+
"none",
|
|
438
|
+
"past"
|
|
439
|
+
],
|
|
440
|
+
"type": "string"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"type": "object"
|
|
364
444
|
},
|
|
365
445
|
"subtype": {
|
|
366
446
|
"anyOf": [
|
|
@@ -398,13 +478,13 @@ declare const _default: {
|
|
|
398
478
|
"items": {
|
|
399
479
|
"anyOf": [
|
|
400
480
|
{
|
|
401
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
481
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
402
482
|
},
|
|
403
483
|
{
|
|
404
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
484
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
405
485
|
},
|
|
406
486
|
{
|
|
407
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
487
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
408
488
|
}
|
|
409
489
|
]
|
|
410
490
|
},
|
|
@@ -424,10 +504,10 @@ declare const _default: {
|
|
|
424
504
|
"items": {
|
|
425
505
|
"anyOf": [
|
|
426
506
|
{
|
|
427
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
507
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
428
508
|
},
|
|
429
509
|
{
|
|
430
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
510
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json#/definitions/XAxisSlot"
|
|
431
511
|
}
|
|
432
512
|
]
|
|
433
513
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Combination Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Combination Chart item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Combination Chart item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/combination-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"color": {
|
|
6
|
+
"default": "",
|
|
6
7
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
8
|
+
"examples": [
|
|
9
|
+
"#FF5733",
|
|
10
|
+
"#33FF57",
|
|
11
|
+
"#5733FF"
|
|
12
|
+
],
|
|
7
13
|
"type": "string"
|
|
8
14
|
},
|
|
9
15
|
"dateRange": {
|
|
@@ -514,7 +520,7 @@ declare const _default: {
|
|
|
514
520
|
"aggregationWeight": {
|
|
515
521
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
516
522
|
"properties": {
|
|
517
|
-
"
|
|
523
|
+
"columnId": {
|
|
518
524
|
"description": "Column id",
|
|
519
525
|
"format": "uuid",
|
|
520
526
|
"type": "string"
|
|
@@ -530,7 +536,7 @@ declare const _default: {
|
|
|
530
536
|
],
|
|
531
537
|
"type": "string"
|
|
532
538
|
},
|
|
533
|
-
"
|
|
539
|
+
"datasetId": {
|
|
534
540
|
"description": "Dataset id",
|
|
535
541
|
"format": "uuid",
|
|
536
542
|
"type": "string"
|
|
@@ -559,11 +565,6 @@ declare const _default: {
|
|
|
559
565
|
"string"
|
|
560
566
|
]
|
|
561
567
|
},
|
|
562
|
-
"column": {
|
|
563
|
-
"description": "Column id",
|
|
564
|
-
"format": "uuid",
|
|
565
|
-
"type": "string"
|
|
566
|
-
},
|
|
567
568
|
"columnHierarchies": {
|
|
568
569
|
"anyOf": [
|
|
569
570
|
{
|
|
@@ -594,6 +595,11 @@ declare const _default: {
|
|
|
594
595
|
}
|
|
595
596
|
]
|
|
596
597
|
},
|
|
598
|
+
"columnId": {
|
|
599
|
+
"description": "Column id",
|
|
600
|
+
"format": "uuid",
|
|
601
|
+
"type": "string"
|
|
602
|
+
},
|
|
597
603
|
"currency": {
|
|
598
604
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
599
605
|
"type": [
|
|
@@ -601,6 +607,11 @@ declare const _default: {
|
|
|
601
607
|
"string"
|
|
602
608
|
]
|
|
603
609
|
},
|
|
610
|
+
"datasetId": {
|
|
611
|
+
"description": "Dataset id",
|
|
612
|
+
"format": "uuid",
|
|
613
|
+
"type": "string"
|
|
614
|
+
},
|
|
604
615
|
"datetimeDisplayMode": {
|
|
605
616
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
606
617
|
"enum": [
|
|
@@ -646,8 +657,7 @@ declare const _default: {
|
|
|
646
657
|
"type": "string"
|
|
647
658
|
},
|
|
648
659
|
"formula": {
|
|
649
|
-
"description": "
|
|
650
|
-
"format": "uuid",
|
|
660
|
+
"description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas.",
|
|
651
661
|
"type": "string"
|
|
652
662
|
},
|
|
653
663
|
"grandTotals": {
|
|
@@ -693,17 +703,39 @@ declare const _default: {
|
|
|
693
703
|
],
|
|
694
704
|
"type": "string"
|
|
695
705
|
},
|
|
706
|
+
"periodOverPeriod": {
|
|
707
|
+
"description": "Settings to configure period over period comparison",
|
|
708
|
+
"properties": {
|
|
709
|
+
"level": {
|
|
710
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
711
|
+
"type": "number"
|
|
712
|
+
},
|
|
713
|
+
"periodToDate": {
|
|
714
|
+
"description": "period to date comparison",
|
|
715
|
+
"type": "boolean"
|
|
716
|
+
},
|
|
717
|
+
"quantity": {
|
|
718
|
+
"description": "number of periods",
|
|
719
|
+
"type": "number"
|
|
720
|
+
},
|
|
721
|
+
"type": {
|
|
722
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
723
|
+
"enum": [
|
|
724
|
+
"change",
|
|
725
|
+
"none",
|
|
726
|
+
"past"
|
|
727
|
+
],
|
|
728
|
+
"type": "string"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"type": "object"
|
|
732
|
+
},
|
|
696
733
|
"readonly": {
|
|
697
734
|
"type": "boolean"
|
|
698
735
|
},
|
|
699
736
|
"selected": {
|
|
700
737
|
"type": "boolean"
|
|
701
738
|
},
|
|
702
|
-
"set": {
|
|
703
|
-
"description": "Dataset id",
|
|
704
|
-
"format": "uuid",
|
|
705
|
-
"type": "string"
|
|
706
|
-
},
|
|
707
739
|
"subtype": {
|
|
708
740
|
"anyOf": [
|
|
709
741
|
{
|
|
@@ -804,6 +836,12 @@ declare const _default: {
|
|
|
804
836
|
"type": "string"
|
|
805
837
|
},
|
|
806
838
|
"baseFontSize": {
|
|
839
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
840
|
+
"examples": [
|
|
841
|
+
13,
|
|
842
|
+
16,
|
|
843
|
+
20
|
|
844
|
+
],
|
|
807
845
|
"type": "number"
|
|
808
846
|
},
|
|
809
847
|
"borders": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"DateTimeSlotContent": {
|
|
@@ -19,11 +19,16 @@ declare const _default: {
|
|
|
19
19
|
"string"
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
|
-
"
|
|
22
|
+
"columnId": {
|
|
23
23
|
"description": "Column id",
|
|
24
24
|
"format": "uuid",
|
|
25
25
|
"type": "string"
|
|
26
26
|
},
|
|
27
|
+
"datasetId": {
|
|
28
|
+
"description": "Dataset id",
|
|
29
|
+
"format": "uuid",
|
|
30
|
+
"type": "string"
|
|
31
|
+
},
|
|
27
32
|
"datetimeDisplayMode": {
|
|
28
33
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
29
34
|
"enum": [
|
|
@@ -82,10 +87,32 @@ declare const _default: {
|
|
|
82
87
|
],
|
|
83
88
|
"type": "string"
|
|
84
89
|
},
|
|
85
|
-
"
|
|
86
|
-
"description": "
|
|
87
|
-
"
|
|
88
|
-
|
|
90
|
+
"periodOverPeriod": {
|
|
91
|
+
"description": "Settings to configure period over period comparison",
|
|
92
|
+
"properties": {
|
|
93
|
+
"level": {
|
|
94
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
95
|
+
"type": "number"
|
|
96
|
+
},
|
|
97
|
+
"periodToDate": {
|
|
98
|
+
"description": "period to date comparison",
|
|
99
|
+
"type": "boolean"
|
|
100
|
+
},
|
|
101
|
+
"quantity": {
|
|
102
|
+
"description": "number of periods",
|
|
103
|
+
"type": "number"
|
|
104
|
+
},
|
|
105
|
+
"type": {
|
|
106
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
107
|
+
"enum": [
|
|
108
|
+
"change",
|
|
109
|
+
"none",
|
|
110
|
+
"past"
|
|
111
|
+
],
|
|
112
|
+
"type": "string"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"type": "object"
|
|
89
116
|
},
|
|
90
117
|
"subtype": {
|
|
91
118
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -122,7 +149,7 @@ declare const _default: {
|
|
|
122
149
|
"content": {
|
|
123
150
|
"description": "Time slot definition",
|
|
124
151
|
"items": {
|
|
125
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
152
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
126
153
|
},
|
|
127
154
|
"type": "array"
|
|
128
155
|
},
|
|
@@ -137,7 +164,7 @@ declare const _default: {
|
|
|
137
164
|
},
|
|
138
165
|
"description": "Data definition of the Date filter",
|
|
139
166
|
"items": {
|
|
140
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
167
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json#/definitions/TimeSlot"
|
|
141
168
|
},
|
|
142
169
|
"maxItems": 1,
|
|
143
170
|
"type": "array"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Date Filter item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Date Filter item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Date Filter item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/date-filter-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|