@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/sankey-diagram-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CategorySlot": {
|
|
@@ -10,13 +10,13 @@ declare const _default: {
|
|
|
10
10
|
"items": {
|
|
11
11
|
"anyOf": [
|
|
12
12
|
{
|
|
13
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
13
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
19
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -57,11 +57,16 @@ declare const _default: {
|
|
|
57
57
|
"string"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"
|
|
60
|
+
"columnId": {
|
|
61
61
|
"description": "Column id",
|
|
62
62
|
"format": "uuid",
|
|
63
63
|
"type": "string"
|
|
64
64
|
},
|
|
65
|
+
"datasetId": {
|
|
66
|
+
"description": "Dataset id",
|
|
67
|
+
"format": "uuid",
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
65
70
|
"datetimeDisplayMode": {
|
|
66
71
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
67
72
|
"enum": [
|
|
@@ -120,10 +125,32 @@ declare const _default: {
|
|
|
120
125
|
],
|
|
121
126
|
"type": "string"
|
|
122
127
|
},
|
|
123
|
-
"
|
|
124
|
-
"description": "
|
|
125
|
-
"
|
|
126
|
-
|
|
128
|
+
"periodOverPeriod": {
|
|
129
|
+
"description": "Settings to configure period over period comparison",
|
|
130
|
+
"properties": {
|
|
131
|
+
"level": {
|
|
132
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
133
|
+
"type": "number"
|
|
134
|
+
},
|
|
135
|
+
"periodToDate": {
|
|
136
|
+
"description": "period to date comparison",
|
|
137
|
+
"type": "boolean"
|
|
138
|
+
},
|
|
139
|
+
"quantity": {
|
|
140
|
+
"description": "number of periods",
|
|
141
|
+
"type": "number"
|
|
142
|
+
},
|
|
143
|
+
"type": {
|
|
144
|
+
"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",
|
|
145
|
+
"enum": [
|
|
146
|
+
"change",
|
|
147
|
+
"none",
|
|
148
|
+
"past"
|
|
149
|
+
],
|
|
150
|
+
"type": "string"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"type": "object"
|
|
127
154
|
},
|
|
128
155
|
"subtype": {
|
|
129
156
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -162,13 +189,13 @@ declare const _default: {
|
|
|
162
189
|
"items": {
|
|
163
190
|
"anyOf": [
|
|
164
191
|
{
|
|
165
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
192
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
166
193
|
},
|
|
167
194
|
{
|
|
168
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
195
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
169
196
|
},
|
|
170
197
|
{
|
|
171
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
198
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
172
199
|
}
|
|
173
200
|
]
|
|
174
201
|
},
|
|
@@ -200,11 +227,16 @@ declare const _default: {
|
|
|
200
227
|
"string"
|
|
201
228
|
]
|
|
202
229
|
},
|
|
203
|
-
"
|
|
230
|
+
"columnId": {
|
|
204
231
|
"description": "Column id",
|
|
205
232
|
"format": "uuid",
|
|
206
233
|
"type": "string"
|
|
207
234
|
},
|
|
235
|
+
"datasetId": {
|
|
236
|
+
"description": "Dataset id",
|
|
237
|
+
"format": "uuid",
|
|
238
|
+
"type": "string"
|
|
239
|
+
},
|
|
208
240
|
"format": {
|
|
209
241
|
"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.",
|
|
210
242
|
"type": "string"
|
|
@@ -236,10 +268,32 @@ declare const _default: {
|
|
|
236
268
|
"number"
|
|
237
269
|
]
|
|
238
270
|
},
|
|
239
|
-
"
|
|
240
|
-
"description": "
|
|
241
|
-
"
|
|
242
|
-
|
|
271
|
+
"periodOverPeriod": {
|
|
272
|
+
"description": "Settings to configure period over period comparison",
|
|
273
|
+
"properties": {
|
|
274
|
+
"level": {
|
|
275
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
276
|
+
"type": "number"
|
|
277
|
+
},
|
|
278
|
+
"periodToDate": {
|
|
279
|
+
"description": "period to date comparison",
|
|
280
|
+
"type": "boolean"
|
|
281
|
+
},
|
|
282
|
+
"quantity": {
|
|
283
|
+
"description": "number of periods",
|
|
284
|
+
"type": "number"
|
|
285
|
+
},
|
|
286
|
+
"type": {
|
|
287
|
+
"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",
|
|
288
|
+
"enum": [
|
|
289
|
+
"change",
|
|
290
|
+
"none",
|
|
291
|
+
"past"
|
|
292
|
+
],
|
|
293
|
+
"type": "string"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"type": "object"
|
|
243
297
|
},
|
|
244
298
|
"subtype": {
|
|
245
299
|
"anyOf": [
|
|
@@ -277,13 +331,13 @@ declare const _default: {
|
|
|
277
331
|
"items": {
|
|
278
332
|
"anyOf": [
|
|
279
333
|
{
|
|
280
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
334
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
281
335
|
},
|
|
282
336
|
{
|
|
283
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
337
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
284
338
|
},
|
|
285
339
|
{
|
|
286
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
340
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
287
341
|
}
|
|
288
342
|
]
|
|
289
343
|
},
|
|
@@ -321,16 +375,16 @@ declare const _default: {
|
|
|
321
375
|
"aggregationWeight": {
|
|
322
376
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
323
377
|
"properties": {
|
|
324
|
-
"
|
|
378
|
+
"columnId": {
|
|
325
379
|
"description": "Column id",
|
|
326
380
|
"format": "uuid",
|
|
327
381
|
"type": "string"
|
|
328
382
|
},
|
|
329
383
|
"columnSubType": {
|
|
330
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
384
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/ColumnSubtype",
|
|
331
385
|
"description": "Column subtype"
|
|
332
386
|
},
|
|
333
|
-
"
|
|
387
|
+
"datasetId": {
|
|
334
388
|
"description": "Dataset id",
|
|
335
389
|
"format": "uuid",
|
|
336
390
|
"type": "string"
|
|
@@ -359,7 +413,7 @@ declare const _default: {
|
|
|
359
413
|
"string"
|
|
360
414
|
]
|
|
361
415
|
},
|
|
362
|
-
"
|
|
416
|
+
"columnId": {
|
|
363
417
|
"description": "Column id",
|
|
364
418
|
"format": "uuid",
|
|
365
419
|
"type": "string"
|
|
@@ -371,6 +425,11 @@ declare const _default: {
|
|
|
371
425
|
"string"
|
|
372
426
|
]
|
|
373
427
|
},
|
|
428
|
+
"datasetId": {
|
|
429
|
+
"description": "Dataset id",
|
|
430
|
+
"format": "uuid",
|
|
431
|
+
"type": "string"
|
|
432
|
+
},
|
|
374
433
|
"duration": {
|
|
375
434
|
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
376
435
|
"properties": {
|
|
@@ -398,8 +457,7 @@ declare const _default: {
|
|
|
398
457
|
"type": "string"
|
|
399
458
|
},
|
|
400
459
|
"formula": {
|
|
401
|
-
"description": "
|
|
402
|
-
"format": "uuid",
|
|
460
|
+
"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.",
|
|
403
461
|
"type": "string"
|
|
404
462
|
},
|
|
405
463
|
"grandTotals": {
|
|
@@ -415,10 +473,32 @@ declare const _default: {
|
|
|
415
473
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
416
474
|
"type": "object"
|
|
417
475
|
},
|
|
418
|
-
"
|
|
419
|
-
"description": "
|
|
420
|
-
"
|
|
421
|
-
|
|
476
|
+
"periodOverPeriod": {
|
|
477
|
+
"description": "Settings to configure period over period comparison",
|
|
478
|
+
"properties": {
|
|
479
|
+
"level": {
|
|
480
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
481
|
+
"type": "number"
|
|
482
|
+
},
|
|
483
|
+
"periodToDate": {
|
|
484
|
+
"description": "period to date comparison",
|
|
485
|
+
"type": "boolean"
|
|
486
|
+
},
|
|
487
|
+
"quantity": {
|
|
488
|
+
"description": "number of periods",
|
|
489
|
+
"type": "number"
|
|
490
|
+
},
|
|
491
|
+
"type": {
|
|
492
|
+
"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",
|
|
493
|
+
"enum": [
|
|
494
|
+
"change",
|
|
495
|
+
"none",
|
|
496
|
+
"past"
|
|
497
|
+
],
|
|
498
|
+
"type": "string"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"type": "object"
|
|
422
502
|
},
|
|
423
503
|
"subtype": {
|
|
424
504
|
"anyOf": [
|
|
@@ -456,13 +536,13 @@ declare const _default: {
|
|
|
456
536
|
"items": {
|
|
457
537
|
"anyOf": [
|
|
458
538
|
{
|
|
459
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
539
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
460
540
|
},
|
|
461
541
|
{
|
|
462
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
542
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
463
543
|
},
|
|
464
544
|
{
|
|
465
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
545
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
466
546
|
}
|
|
467
547
|
]
|
|
468
548
|
},
|
|
@@ -482,16 +562,16 @@ declare const _default: {
|
|
|
482
562
|
"items": {
|
|
483
563
|
"anyOf": [
|
|
484
564
|
{
|
|
485
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
565
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/SourceSlot"
|
|
486
566
|
},
|
|
487
567
|
{
|
|
488
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
568
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/CategorySlot"
|
|
489
569
|
},
|
|
490
570
|
{
|
|
491
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
571
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/MeasureSlot"
|
|
492
572
|
},
|
|
493
573
|
{
|
|
494
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
574
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DestinationSlot"
|
|
495
575
|
}
|
|
496
576
|
]
|
|
497
577
|
},
|
|
@@ -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/sankey-diagram.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Sankey Diagram item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Sankey Diagram item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Sankey Diagram item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"axis": {
|
|
@@ -248,7 +248,13 @@ declare const _default: {
|
|
|
248
248
|
"type": "object"
|
|
249
249
|
},
|
|
250
250
|
"color": {
|
|
251
|
+
"default": "",
|
|
251
252
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
253
|
+
"examples": [
|
|
254
|
+
"#FF5733",
|
|
255
|
+
"#33FF57",
|
|
256
|
+
"#5733FF"
|
|
257
|
+
],
|
|
252
258
|
"type": "string"
|
|
253
259
|
},
|
|
254
260
|
"display": {
|
|
@@ -849,7 +855,7 @@ declare const _default: {
|
|
|
849
855
|
"aggregationWeight": {
|
|
850
856
|
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
851
857
|
"properties": {
|
|
852
|
-
"
|
|
858
|
+
"columnId": {
|
|
853
859
|
"description": "Column id",
|
|
854
860
|
"format": "uuid",
|
|
855
861
|
"type": "string"
|
|
@@ -865,7 +871,7 @@ declare const _default: {
|
|
|
865
871
|
],
|
|
866
872
|
"type": "string"
|
|
867
873
|
},
|
|
868
|
-
"
|
|
874
|
+
"datasetId": {
|
|
869
875
|
"description": "Dataset id",
|
|
870
876
|
"format": "uuid",
|
|
871
877
|
"type": "string"
|
|
@@ -894,11 +900,6 @@ declare const _default: {
|
|
|
894
900
|
"string"
|
|
895
901
|
]
|
|
896
902
|
},
|
|
897
|
-
"column": {
|
|
898
|
-
"description": "Column id",
|
|
899
|
-
"format": "uuid",
|
|
900
|
-
"type": "string"
|
|
901
|
-
},
|
|
902
903
|
"columnHierarchies": {
|
|
903
904
|
"anyOf": [
|
|
904
905
|
{
|
|
@@ -929,6 +930,11 @@ declare const _default: {
|
|
|
929
930
|
}
|
|
930
931
|
]
|
|
931
932
|
},
|
|
933
|
+
"columnId": {
|
|
934
|
+
"description": "Column id",
|
|
935
|
+
"format": "uuid",
|
|
936
|
+
"type": "string"
|
|
937
|
+
},
|
|
932
938
|
"currency": {
|
|
933
939
|
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
934
940
|
"type": [
|
|
@@ -936,6 +942,11 @@ declare const _default: {
|
|
|
936
942
|
"string"
|
|
937
943
|
]
|
|
938
944
|
},
|
|
945
|
+
"datasetId": {
|
|
946
|
+
"description": "Dataset id",
|
|
947
|
+
"format": "uuid",
|
|
948
|
+
"type": "string"
|
|
949
|
+
},
|
|
939
950
|
"datetimeDisplayMode": {
|
|
940
951
|
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
941
952
|
"enum": [
|
|
@@ -981,8 +992,7 @@ declare const _default: {
|
|
|
981
992
|
"type": "string"
|
|
982
993
|
},
|
|
983
994
|
"formula": {
|
|
984
|
-
"description": "
|
|
985
|
-
"format": "uuid",
|
|
995
|
+
"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.",
|
|
986
996
|
"type": "string"
|
|
987
997
|
},
|
|
988
998
|
"grandTotals": {
|
|
@@ -1028,17 +1038,39 @@ declare const _default: {
|
|
|
1028
1038
|
],
|
|
1029
1039
|
"type": "string"
|
|
1030
1040
|
},
|
|
1041
|
+
"periodOverPeriod": {
|
|
1042
|
+
"description": "Settings to configure period over period comparison",
|
|
1043
|
+
"properties": {
|
|
1044
|
+
"level": {
|
|
1045
|
+
"description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
1046
|
+
"type": "number"
|
|
1047
|
+
},
|
|
1048
|
+
"periodToDate": {
|
|
1049
|
+
"description": "period to date comparison",
|
|
1050
|
+
"type": "boolean"
|
|
1051
|
+
},
|
|
1052
|
+
"quantity": {
|
|
1053
|
+
"description": "number of periods",
|
|
1054
|
+
"type": "number"
|
|
1055
|
+
},
|
|
1056
|
+
"type": {
|
|
1057
|
+
"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",
|
|
1058
|
+
"enum": [
|
|
1059
|
+
"change",
|
|
1060
|
+
"none",
|
|
1061
|
+
"past"
|
|
1062
|
+
],
|
|
1063
|
+
"type": "string"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
"type": "object"
|
|
1067
|
+
},
|
|
1031
1068
|
"readonly": {
|
|
1032
1069
|
"type": "boolean"
|
|
1033
1070
|
},
|
|
1034
1071
|
"selected": {
|
|
1035
1072
|
"type": "boolean"
|
|
1036
1073
|
},
|
|
1037
|
-
"set": {
|
|
1038
|
-
"description": "Dataset id",
|
|
1039
|
-
"format": "uuid",
|
|
1040
|
-
"type": "string"
|
|
1041
|
-
},
|
|
1042
1074
|
"subtype": {
|
|
1043
1075
|
"anyOf": [
|
|
1044
1076
|
{
|
|
@@ -1241,6 +1273,12 @@ declare const _default: {
|
|
|
1241
1273
|
"type": "string"
|
|
1242
1274
|
},
|
|
1243
1275
|
"baseFontSize": {
|
|
1276
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1277
|
+
"examples": [
|
|
1278
|
+
13,
|
|
1279
|
+
16,
|
|
1280
|
+
20
|
|
1281
|
+
],
|
|
1244
1282
|
"type": "number"
|
|
1245
1283
|
},
|
|
1246
1284
|
"borders": {
|