@luzmo/dashboard-contents-types 1.0.0 → 1.0.2
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/CHANGELOG.md +17 -0
- package/README.md +154 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +92 -286
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +90 -170
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +86 -180
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +86 -155
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +13 -40
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +89 -181
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +84 -233
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +4 -4
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +90 -145
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +84 -233
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +89 -181
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +90 -145
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/image-options.schema.json.d.ts +74 -339
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/options.schema.json.d.ts +3 -0
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +85 -191
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +85 -191
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +89 -181
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +84 -233
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +84 -233
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +9 -9
- package/assets/json-schemas/slots.schema.json.d.ts +3 -0
- package/assets/json-schemas/text-options.schema.json.d.ts +75 -296
- package/index.js +229 -151
- package/index.mjs +2572 -4890
- package/json-schemas.d.ts +1392 -2137
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +13 -7
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +6 -3
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +6 -3
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +6 -3
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +6 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +6 -2
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +6 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +6 -3
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +6 -3
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +6 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts +7 -4
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +6 -2
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +7 -3
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +6 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +6 -2
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/image/image-options.d.ts +6 -1
- package/src/lib/image/image-options.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +6 -3
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table-options.d.ts +6 -2
- package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table-options.d.ts +6 -1
- package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +6 -2
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +6 -3
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +6 -2
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/index.d.ts +2 -3
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/object-view-options.d.ts +2 -1
- package/src/lib/shared/object-view-options.d.ts.map +1 -1
- package/src/lib/shared/slots.d.ts +8 -6
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +87 -81
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/viz-item.d.ts +60 -0
- package/src/lib/shared/viz-item.d.ts.map +1 -0
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +6 -2
- package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts +6 -2
- package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
- package/src/lib/text/text-options.d.ts +6 -1
- package/src/lib/text/text-options.d.ts.map +1 -1
- package/src/options.d.ts +1 -1
- package/src/options.d.ts.map +1 -1
- package/src/lib/shared/axis-view-options.d.ts +0 -3
- package/src/lib/shared/axis-view-options.d.ts.map +0 -1
|
@@ -2316,6 +2316,9 @@ declare const _default: {
|
|
|
2316
2316
|
"currency_id": {
|
|
2317
2317
|
"type": "string"
|
|
2318
2318
|
},
|
|
2319
|
+
"description": {
|
|
2320
|
+
"type": "object"
|
|
2321
|
+
},
|
|
2319
2322
|
"duration_format": {
|
|
2320
2323
|
"enum": [
|
|
2321
2324
|
"long",
|
|
@@ -2769,7 +2772,7 @@ declare const _default: {
|
|
|
2769
2772
|
"type": "string"
|
|
2770
2773
|
},
|
|
2771
2774
|
"formula": {
|
|
2772
|
-
"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.",
|
|
2775
|
+
"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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
|
|
2773
2776
|
"type": "string"
|
|
2774
2777
|
},
|
|
2775
2778
|
"grandTotals": {
|
|
@@ -2816,18 +2819,18 @@ declare const _default: {
|
|
|
2816
2819
|
"type": "string"
|
|
2817
2820
|
},
|
|
2818
2821
|
"periodOverPeriod": {
|
|
2819
|
-
"description": "Settings to configure period over period comparison",
|
|
2822
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
2820
2823
|
"properties": {
|
|
2821
2824
|
"level": {
|
|
2822
|
-
"description": "
|
|
2825
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
2823
2826
|
"type": "number"
|
|
2824
2827
|
},
|
|
2825
2828
|
"periodToDate": {
|
|
2826
|
-
"description": "period to date comparison",
|
|
2829
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
2827
2830
|
"type": "boolean"
|
|
2828
2831
|
},
|
|
2829
2832
|
"quantity": {
|
|
2830
|
-
"description": "
|
|
2833
|
+
"description": "Number of periods",
|
|
2831
2834
|
"type": "number"
|
|
2832
2835
|
},
|
|
2833
2836
|
"type": {
|
|
@@ -2985,11 +2988,72 @@ declare const _default: {
|
|
|
2985
2988
|
},
|
|
2986
2989
|
"type": "object"
|
|
2987
2990
|
},
|
|
2991
|
+
"loader": {
|
|
2992
|
+
"description": "The loader configuration",
|
|
2993
|
+
"properties": {
|
|
2994
|
+
"background": {
|
|
2995
|
+
"default": "#f9f9f9",
|
|
2996
|
+
"description": "Background color of the chart loader element",
|
|
2997
|
+
"type": "string"
|
|
2998
|
+
},
|
|
2999
|
+
"fontColor": {
|
|
3000
|
+
"default": "#5a5a5a",
|
|
3001
|
+
"description": "Font color of the text of the chart loaders",
|
|
3002
|
+
"type": "string"
|
|
3003
|
+
},
|
|
3004
|
+
"locale": {
|
|
3005
|
+
"default": "en",
|
|
3006
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
3007
|
+
"examples": [
|
|
3008
|
+
"en",
|
|
3009
|
+
"fr"
|
|
3010
|
+
],
|
|
3011
|
+
"type": "string"
|
|
3012
|
+
},
|
|
3013
|
+
"mode": {
|
|
3014
|
+
"default": "light",
|
|
3015
|
+
"description": "Light or dark loader",
|
|
3016
|
+
"type": "string"
|
|
3017
|
+
},
|
|
3018
|
+
"msg": {
|
|
3019
|
+
"description": "Loading message",
|
|
3020
|
+
"examples": [
|
|
3021
|
+
"Loading dashboard..."
|
|
3022
|
+
],
|
|
3023
|
+
"type": "string"
|
|
3024
|
+
},
|
|
3025
|
+
"showBranded": {
|
|
3026
|
+
"default": false,
|
|
3027
|
+
"description": "Shows the branded \"powered by\" information",
|
|
3028
|
+
"type": "boolean"
|
|
3029
|
+
},
|
|
3030
|
+
"spinnerBackground": {
|
|
3031
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
3032
|
+
"description": "Background color of the spinner",
|
|
3033
|
+
"type": "string"
|
|
3034
|
+
},
|
|
3035
|
+
"spinnerColor": {
|
|
3036
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
3037
|
+
"description": "Spinner color of the loader",
|
|
3038
|
+
"type": "string"
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
3041
|
+
"type": "object"
|
|
3042
|
+
},
|
|
3043
|
+
"locale": {
|
|
3044
|
+
"default": "en",
|
|
3045
|
+
"description": "Locale to be used",
|
|
3046
|
+
"examples": [
|
|
3047
|
+
"en",
|
|
3048
|
+
"fr"
|
|
3049
|
+
],
|
|
3050
|
+
"type": "string"
|
|
3051
|
+
},
|
|
2988
3052
|
"theme": {
|
|
2989
3053
|
"description": "Theme configuration",
|
|
2990
3054
|
"properties": {
|
|
2991
3055
|
"axis": {
|
|
2992
|
-
"description": "
|
|
3056
|
+
"description": "Custom axis styling",
|
|
2993
3057
|
"examples": [
|
|
2994
3058
|
{
|
|
2995
3059
|
"fontSize": 12
|
|
@@ -3000,25 +3064,8 @@ declare const _default: {
|
|
|
3000
3064
|
],
|
|
3001
3065
|
"type": "object"
|
|
3002
3066
|
},
|
|
3003
|
-
"background": {
|
|
3004
|
-
"description": "Background color",
|
|
3005
|
-
"examples": [
|
|
3006
|
-
"rgb(245, 245, 245)",
|
|
3007
|
-
"rgb(61, 61, 61)"
|
|
3008
|
-
],
|
|
3009
|
-
"type": "string"
|
|
3010
|
-
},
|
|
3011
|
-
"baseFontSize": {
|
|
3012
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
3013
|
-
"examples": [
|
|
3014
|
-
13,
|
|
3015
|
-
16,
|
|
3016
|
-
20
|
|
3017
|
-
],
|
|
3018
|
-
"type": "number"
|
|
3019
|
-
},
|
|
3020
3067
|
"borders": {
|
|
3021
|
-
"description": "
|
|
3068
|
+
"description": "Custom border styling",
|
|
3022
3069
|
"properties": {
|
|
3023
3070
|
"border-bottom-width": {
|
|
3024
3071
|
"description": "Border bottom width",
|
|
@@ -3087,7 +3134,7 @@ declare const _default: {
|
|
|
3087
3134
|
"type": "object"
|
|
3088
3135
|
},
|
|
3089
3136
|
"boxShadow": {
|
|
3090
|
-
"description": "
|
|
3137
|
+
"description": "Custom shadow styling",
|
|
3091
3138
|
"properties": {
|
|
3092
3139
|
"color": {
|
|
3093
3140
|
"description": "Shadow color",
|
|
@@ -3117,29 +3164,12 @@ declare const _default: {
|
|
|
3117
3164
|
"type": "object"
|
|
3118
3165
|
},
|
|
3119
3166
|
"colors": {
|
|
3120
|
-
"description": "
|
|
3167
|
+
"description": "Custom color palette",
|
|
3121
3168
|
"examples": [
|
|
3122
3169
|
[
|
|
3123
|
-
"rgb(
|
|
3124
|
-
"rgb(
|
|
3125
|
-
"rgb(
|
|
3126
|
-
],
|
|
3127
|
-
[
|
|
3128
|
-
"rgb(48, 36, 179)",
|
|
3129
|
-
"rgb(105, 93, 255)",
|
|
3130
|
-
"rgb(199, 194, 255)",
|
|
3131
|
-
"rgb(134, 4, 129)",
|
|
3132
|
-
"rgb(204, 55, 198)",
|
|
3133
|
-
"rgb(236, 180, 234)",
|
|
3134
|
-
"rgb(220, 141, 0)",
|
|
3135
|
-
"rgb(249, 206, 61)",
|
|
3136
|
-
"rgb(253, 237, 182)",
|
|
3137
|
-
"rgb(6, 142, 84)",
|
|
3138
|
-
"rgb(58, 213, 147)",
|
|
3139
|
-
"rgb(181, 239, 215)",
|
|
3140
|
-
"rgb(85, 78, 78)",
|
|
3141
|
-
"rgb(149, 141, 141)",
|
|
3142
|
-
"rgb(215, 212, 212)"
|
|
3170
|
+
"rgb(68, 52, 255)",
|
|
3171
|
+
"rgb(68, 52, 255)",
|
|
3172
|
+
"rgb(218, 214, 255)"
|
|
3143
3173
|
]
|
|
3144
3174
|
],
|
|
3145
3175
|
"items": {
|
|
@@ -3147,24 +3177,8 @@ declare const _default: {
|
|
|
3147
3177
|
},
|
|
3148
3178
|
"type": "array"
|
|
3149
3179
|
},
|
|
3150
|
-
"editBackground": {
|
|
3151
|
-
"description": "Edit background",
|
|
3152
|
-
"examples": [
|
|
3153
|
-
"rgb(228, 228, 228)",
|
|
3154
|
-
"rgb(245, 245, 245)",
|
|
3155
|
-
"rgb(61, 61, 61)"
|
|
3156
|
-
],
|
|
3157
|
-
"type": "string"
|
|
3158
|
-
},
|
|
3159
|
-
"editModeBackground": {
|
|
3160
|
-
"description": "Edit mode background",
|
|
3161
|
-
"examples": [
|
|
3162
|
-
"rgb(245, 245, 245)"
|
|
3163
|
-
],
|
|
3164
|
-
"type": "string"
|
|
3165
|
-
},
|
|
3166
3180
|
"font": {
|
|
3167
|
-
"description": "
|
|
3181
|
+
"description": "Custom font styling",
|
|
3168
3182
|
"properties": {
|
|
3169
3183
|
"font-style": {
|
|
3170
3184
|
"const": "normal",
|
|
@@ -3208,40 +3222,15 @@ declare const _default: {
|
|
|
3208
3222
|
"type": "object"
|
|
3209
3223
|
},
|
|
3210
3224
|
"id": {
|
|
3211
|
-
"description": "Id of the theme,
|
|
3225
|
+
"description": "Id of the theme, for example, \"seasonal\", \"urban\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.",
|
|
3212
3226
|
"examples": [
|
|
3213
3227
|
"seasonal",
|
|
3214
3228
|
"urban"
|
|
3215
3229
|
],
|
|
3216
3230
|
"type": "string"
|
|
3217
3231
|
},
|
|
3218
|
-
"itemSpecific": {
|
|
3219
|
-
"description": "Item specific styling",
|
|
3220
|
-
"properties": {
|
|
3221
|
-
"padding": {
|
|
3222
|
-
"description": "Padding of the item",
|
|
3223
|
-
"examples": [
|
|
3224
|
-
0,
|
|
3225
|
-
4,
|
|
3226
|
-
8,
|
|
3227
|
-
10
|
|
3228
|
-
],
|
|
3229
|
-
"type": "number"
|
|
3230
|
-
},
|
|
3231
|
-
"rounding": {
|
|
3232
|
-
"description": "Rounding of the item",
|
|
3233
|
-
"examples": [
|
|
3234
|
-
0,
|
|
3235
|
-
8,
|
|
3236
|
-
12
|
|
3237
|
-
],
|
|
3238
|
-
"type": "number"
|
|
3239
|
-
}
|
|
3240
|
-
},
|
|
3241
|
-
"type": "object"
|
|
3242
|
-
},
|
|
3243
3232
|
"itemsBackground": {
|
|
3244
|
-
"description": "
|
|
3233
|
+
"description": "Custom item background color",
|
|
3245
3234
|
"examples": [
|
|
3246
3235
|
"rgb(255, 255, 255)",
|
|
3247
3236
|
"rgb(71, 69, 69)",
|
|
@@ -3250,7 +3239,7 @@ declare const _default: {
|
|
|
3250
3239
|
"type": "string"
|
|
3251
3240
|
},
|
|
3252
3241
|
"legend": {
|
|
3253
|
-
"description": "
|
|
3242
|
+
"description": "Custom legend styling",
|
|
3254
3243
|
"properties": {
|
|
3255
3244
|
"fontSize": {
|
|
3256
3245
|
"description": "Legend font size in px",
|
|
@@ -3286,48 +3275,8 @@ declare const _default: {
|
|
|
3286
3275
|
},
|
|
3287
3276
|
"type": "object"
|
|
3288
3277
|
},
|
|
3289
|
-
"mainColor": {
|
|
3290
|
-
"description": "Theme main color",
|
|
3291
|
-
"examples": [
|
|
3292
|
-
"rgb(123, 144, 255)",
|
|
3293
|
-
"rgb(255, 174, 52)",
|
|
3294
|
-
"rgb(123, 144, 255)"
|
|
3295
|
-
],
|
|
3296
|
-
"type": "string"
|
|
3297
|
-
},
|
|
3298
|
-
"margins": {
|
|
3299
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
3300
|
-
"examples": [
|
|
3301
|
-
[
|
|
3302
|
-
16,
|
|
3303
|
-
16
|
|
3304
|
-
],
|
|
3305
|
-
[
|
|
3306
|
-
20,
|
|
3307
|
-
20
|
|
3308
|
-
]
|
|
3309
|
-
],
|
|
3310
|
-
"items": [
|
|
3311
|
-
{
|
|
3312
|
-
"type": "number"
|
|
3313
|
-
},
|
|
3314
|
-
{
|
|
3315
|
-
"type": "number"
|
|
3316
|
-
}
|
|
3317
|
-
],
|
|
3318
|
-
"maxItems": 2,
|
|
3319
|
-
"minItems": 2,
|
|
3320
|
-
"type": "array"
|
|
3321
|
-
},
|
|
3322
|
-
"name": {
|
|
3323
|
-
"description": "Theme name",
|
|
3324
|
-
"examples": [
|
|
3325
|
-
"manual"
|
|
3326
|
-
],
|
|
3327
|
-
"type": "string"
|
|
3328
|
-
},
|
|
3329
3278
|
"title": {
|
|
3330
|
-
"description": "
|
|
3279
|
+
"description": "Custom title styling",
|
|
3331
3280
|
"properties": {
|
|
3332
3281
|
"align": {
|
|
3333
3282
|
"description": "Title align",
|
|
@@ -3396,7 +3345,7 @@ declare const _default: {
|
|
|
3396
3345
|
"type": "object"
|
|
3397
3346
|
},
|
|
3398
3347
|
"tooltip": {
|
|
3399
|
-
"description": "
|
|
3348
|
+
"description": "Custom tooltip styling",
|
|
3400
3349
|
"properties": {
|
|
3401
3350
|
"background": {
|
|
3402
3351
|
"description": "Tooltip's background",
|
|
@@ -3439,7 +3388,7 @@ declare const _default: {
|
|
|
3439
3388
|
"type": "object"
|
|
3440
3389
|
},
|
|
3441
3390
|
"type": {
|
|
3442
|
-
"description": "
|
|
3391
|
+
"description": "It should be \"custom\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.",
|
|
3443
3392
|
"examples": [
|
|
3444
3393
|
"custom"
|
|
3445
3394
|
],
|
|
@@ -3448,6 +3397,14 @@ declare const _default: {
|
|
|
3448
3397
|
},
|
|
3449
3398
|
"type": "object"
|
|
3450
3399
|
},
|
|
3400
|
+
"timezoneId": {
|
|
3401
|
+
"description": "The timezone that will be used in the dashboard. This timezone id needs to be a valid id that is available in the IANA timezone database",
|
|
3402
|
+
"examples": [
|
|
3403
|
+
"Europe/Brussels",
|
|
3404
|
+
"America/New_York"
|
|
3405
|
+
],
|
|
3406
|
+
"type": "string"
|
|
3407
|
+
},
|
|
3451
3408
|
"title": {
|
|
3452
3409
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
3453
3410
|
"examples": [
|
|
@@ -156,18 +156,18 @@ declare const _default: {
|
|
|
156
156
|
"type": "string"
|
|
157
157
|
},
|
|
158
158
|
"periodOverPeriod": {
|
|
159
|
-
"description": "Settings to configure period over period comparison",
|
|
159
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
160
160
|
"properties": {
|
|
161
161
|
"level": {
|
|
162
|
-
"description": "
|
|
162
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
163
163
|
"type": "number"
|
|
164
164
|
},
|
|
165
165
|
"periodToDate": {
|
|
166
|
-
"description": "period to date comparison",
|
|
166
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
167
167
|
"type": "boolean"
|
|
168
168
|
},
|
|
169
169
|
"quantity": {
|
|
170
|
-
"description": "
|
|
170
|
+
"description": "Number of periods",
|
|
171
171
|
"type": "number"
|
|
172
172
|
},
|
|
173
173
|
"type": {
|
|
@@ -270,18 +270,18 @@ declare const _default: {
|
|
|
270
270
|
]
|
|
271
271
|
},
|
|
272
272
|
"periodOverPeriod": {
|
|
273
|
-
"description": "Settings to configure period over period comparison",
|
|
273
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
274
274
|
"properties": {
|
|
275
275
|
"level": {
|
|
276
|
-
"description": "
|
|
276
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
277
277
|
"type": "number"
|
|
278
278
|
},
|
|
279
279
|
"periodToDate": {
|
|
280
|
-
"description": "period to date comparison",
|
|
280
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
281
281
|
"type": "boolean"
|
|
282
282
|
},
|
|
283
283
|
"quantity": {
|
|
284
|
-
"description": "
|
|
284
|
+
"description": "Number of periods",
|
|
285
285
|
"type": "number"
|
|
286
286
|
},
|
|
287
287
|
"type": {
|
|
@@ -458,7 +458,7 @@ declare const _default: {
|
|
|
458
458
|
"type": "string"
|
|
459
459
|
},
|
|
460
460
|
"formula": {
|
|
461
|
-
"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.",
|
|
461
|
+
"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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
|
|
462
462
|
"type": "string"
|
|
463
463
|
},
|
|
464
464
|
"grandTotals": {
|
|
@@ -475,18 +475,18 @@ declare const _default: {
|
|
|
475
475
|
"type": "object"
|
|
476
476
|
},
|
|
477
477
|
"periodOverPeriod": {
|
|
478
|
-
"description": "Settings to configure period over period comparison",
|
|
478
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
479
479
|
"properties": {
|
|
480
480
|
"level": {
|
|
481
|
-
"description": "
|
|
481
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
482
482
|
"type": "number"
|
|
483
483
|
},
|
|
484
484
|
"periodToDate": {
|
|
485
|
-
"description": "period to date comparison",
|
|
485
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
486
486
|
"type": "boolean"
|
|
487
487
|
},
|
|
488
488
|
"quantity": {
|
|
489
|
-
"description": "
|
|
489
|
+
"description": "Number of periods",
|
|
490
490
|
"type": "number"
|
|
491
491
|
},
|
|
492
492
|
"type": {
|