@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
|
@@ -2326,6 +2326,9 @@ declare const _default: {
|
|
|
2326
2326
|
"currency_id": {
|
|
2327
2327
|
"type": "string"
|
|
2328
2328
|
},
|
|
2329
|
+
"description": {
|
|
2330
|
+
"type": "object"
|
|
2331
|
+
},
|
|
2329
2332
|
"duration_format": {
|
|
2330
2333
|
"enum": [
|
|
2331
2334
|
"long",
|
|
@@ -2779,7 +2782,7 @@ declare const _default: {
|
|
|
2779
2782
|
"type": "string"
|
|
2780
2783
|
},
|
|
2781
2784
|
"formula": {
|
|
2782
|
-
"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.",
|
|
2785
|
+
"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",
|
|
2783
2786
|
"type": "string"
|
|
2784
2787
|
},
|
|
2785
2788
|
"grandTotals": {
|
|
@@ -2826,18 +2829,18 @@ declare const _default: {
|
|
|
2826
2829
|
"type": "string"
|
|
2827
2830
|
},
|
|
2828
2831
|
"periodOverPeriod": {
|
|
2829
|
-
"description": "Settings to configure period over period comparison",
|
|
2832
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
2830
2833
|
"properties": {
|
|
2831
2834
|
"level": {
|
|
2832
|
-
"description": "
|
|
2835
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
2833
2836
|
"type": "number"
|
|
2834
2837
|
},
|
|
2835
2838
|
"periodToDate": {
|
|
2836
|
-
"description": "period to date comparison",
|
|
2839
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
2837
2840
|
"type": "boolean"
|
|
2838
2841
|
},
|
|
2839
2842
|
"quantity": {
|
|
2840
|
-
"description": "
|
|
2843
|
+
"description": "Number of periods",
|
|
2841
2844
|
"type": "number"
|
|
2842
2845
|
},
|
|
2843
2846
|
"type": {
|
|
@@ -2995,6 +2998,67 @@ declare const _default: {
|
|
|
2995
2998
|
},
|
|
2996
2999
|
"type": "object"
|
|
2997
3000
|
},
|
|
3001
|
+
"loader": {
|
|
3002
|
+
"description": "The loader configuration",
|
|
3003
|
+
"properties": {
|
|
3004
|
+
"background": {
|
|
3005
|
+
"default": "#f9f9f9",
|
|
3006
|
+
"description": "Background color of the chart loader element",
|
|
3007
|
+
"type": "string"
|
|
3008
|
+
},
|
|
3009
|
+
"fontColor": {
|
|
3010
|
+
"default": "#5a5a5a",
|
|
3011
|
+
"description": "Font color of the text of the chart loaders",
|
|
3012
|
+
"type": "string"
|
|
3013
|
+
},
|
|
3014
|
+
"locale": {
|
|
3015
|
+
"default": "en",
|
|
3016
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
3017
|
+
"examples": [
|
|
3018
|
+
"en",
|
|
3019
|
+
"fr"
|
|
3020
|
+
],
|
|
3021
|
+
"type": "string"
|
|
3022
|
+
},
|
|
3023
|
+
"mode": {
|
|
3024
|
+
"default": "light",
|
|
3025
|
+
"description": "Light or dark loader",
|
|
3026
|
+
"type": "string"
|
|
3027
|
+
},
|
|
3028
|
+
"msg": {
|
|
3029
|
+
"description": "Loading message",
|
|
3030
|
+
"examples": [
|
|
3031
|
+
"Loading dashboard..."
|
|
3032
|
+
],
|
|
3033
|
+
"type": "string"
|
|
3034
|
+
},
|
|
3035
|
+
"showBranded": {
|
|
3036
|
+
"default": false,
|
|
3037
|
+
"description": "Shows the branded \"powered by\" information",
|
|
3038
|
+
"type": "boolean"
|
|
3039
|
+
},
|
|
3040
|
+
"spinnerBackground": {
|
|
3041
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
3042
|
+
"description": "Background color of the spinner",
|
|
3043
|
+
"type": "string"
|
|
3044
|
+
},
|
|
3045
|
+
"spinnerColor": {
|
|
3046
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
3047
|
+
"description": "Spinner color of the loader",
|
|
3048
|
+
"type": "string"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
"type": "object"
|
|
3052
|
+
},
|
|
3053
|
+
"locale": {
|
|
3054
|
+
"default": "en",
|
|
3055
|
+
"description": "Locale to be used",
|
|
3056
|
+
"examples": [
|
|
3057
|
+
"en",
|
|
3058
|
+
"fr"
|
|
3059
|
+
],
|
|
3060
|
+
"type": "string"
|
|
3061
|
+
},
|
|
2998
3062
|
"mode": {
|
|
2999
3063
|
"enum": [
|
|
3000
3064
|
"dynamicHeight",
|
|
@@ -3086,37 +3150,8 @@ declare const _default: {
|
|
|
3086
3150
|
"theme": {
|
|
3087
3151
|
"description": "Theme configuration",
|
|
3088
3152
|
"properties": {
|
|
3089
|
-
"axis": {
|
|
3090
|
-
"description": "Axis styling",
|
|
3091
|
-
"examples": [
|
|
3092
|
-
{
|
|
3093
|
-
"fontSize": 12
|
|
3094
|
-
},
|
|
3095
|
-
{
|
|
3096
|
-
"fontSize": 10
|
|
3097
|
-
}
|
|
3098
|
-
],
|
|
3099
|
-
"type": "object"
|
|
3100
|
-
},
|
|
3101
|
-
"background": {
|
|
3102
|
-
"description": "Background color",
|
|
3103
|
-
"examples": [
|
|
3104
|
-
"rgb(245, 245, 245)",
|
|
3105
|
-
"rgb(61, 61, 61)"
|
|
3106
|
-
],
|
|
3107
|
-
"type": "string"
|
|
3108
|
-
},
|
|
3109
|
-
"baseFontSize": {
|
|
3110
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
3111
|
-
"examples": [
|
|
3112
|
-
13,
|
|
3113
|
-
16,
|
|
3114
|
-
20
|
|
3115
|
-
],
|
|
3116
|
-
"type": "number"
|
|
3117
|
-
},
|
|
3118
3153
|
"borders": {
|
|
3119
|
-
"description": "
|
|
3154
|
+
"description": "Custom border styling",
|
|
3120
3155
|
"properties": {
|
|
3121
3156
|
"border-bottom-width": {
|
|
3122
3157
|
"description": "Border bottom width",
|
|
@@ -3185,7 +3220,7 @@ declare const _default: {
|
|
|
3185
3220
|
"type": "object"
|
|
3186
3221
|
},
|
|
3187
3222
|
"boxShadow": {
|
|
3188
|
-
"description": "
|
|
3223
|
+
"description": "Custom shadow styling",
|
|
3189
3224
|
"properties": {
|
|
3190
3225
|
"color": {
|
|
3191
3226
|
"description": "Shadow color",
|
|
@@ -3215,29 +3250,12 @@ declare const _default: {
|
|
|
3215
3250
|
"type": "object"
|
|
3216
3251
|
},
|
|
3217
3252
|
"colors": {
|
|
3218
|
-
"description": "
|
|
3253
|
+
"description": "Custom color palette",
|
|
3219
3254
|
"examples": [
|
|
3220
3255
|
[
|
|
3221
|
-
"rgb(
|
|
3222
|
-
"rgb(
|
|
3223
|
-
"rgb(
|
|
3224
|
-
],
|
|
3225
|
-
[
|
|
3226
|
-
"rgb(48, 36, 179)",
|
|
3227
|
-
"rgb(105, 93, 255)",
|
|
3228
|
-
"rgb(199, 194, 255)",
|
|
3229
|
-
"rgb(134, 4, 129)",
|
|
3230
|
-
"rgb(204, 55, 198)",
|
|
3231
|
-
"rgb(236, 180, 234)",
|
|
3232
|
-
"rgb(220, 141, 0)",
|
|
3233
|
-
"rgb(249, 206, 61)",
|
|
3234
|
-
"rgb(253, 237, 182)",
|
|
3235
|
-
"rgb(6, 142, 84)",
|
|
3236
|
-
"rgb(58, 213, 147)",
|
|
3237
|
-
"rgb(181, 239, 215)",
|
|
3238
|
-
"rgb(85, 78, 78)",
|
|
3239
|
-
"rgb(149, 141, 141)",
|
|
3240
|
-
"rgb(215, 212, 212)"
|
|
3256
|
+
"rgb(68, 52, 255)",
|
|
3257
|
+
"rgb(68, 52, 255)",
|
|
3258
|
+
"rgb(218, 214, 255)"
|
|
3241
3259
|
]
|
|
3242
3260
|
],
|
|
3243
3261
|
"items": {
|
|
@@ -3245,24 +3263,8 @@ declare const _default: {
|
|
|
3245
3263
|
},
|
|
3246
3264
|
"type": "array"
|
|
3247
3265
|
},
|
|
3248
|
-
"editBackground": {
|
|
3249
|
-
"description": "Edit background",
|
|
3250
|
-
"examples": [
|
|
3251
|
-
"rgb(228, 228, 228)",
|
|
3252
|
-
"rgb(245, 245, 245)",
|
|
3253
|
-
"rgb(61, 61, 61)"
|
|
3254
|
-
],
|
|
3255
|
-
"type": "string"
|
|
3256
|
-
},
|
|
3257
|
-
"editModeBackground": {
|
|
3258
|
-
"description": "Edit mode background",
|
|
3259
|
-
"examples": [
|
|
3260
|
-
"rgb(245, 245, 245)"
|
|
3261
|
-
],
|
|
3262
|
-
"type": "string"
|
|
3263
|
-
},
|
|
3264
3266
|
"font": {
|
|
3265
|
-
"description": "
|
|
3267
|
+
"description": "Custom font styling",
|
|
3266
3268
|
"properties": {
|
|
3267
3269
|
"font-style": {
|
|
3268
3270
|
"const": "normal",
|
|
@@ -3306,40 +3308,15 @@ declare const _default: {
|
|
|
3306
3308
|
"type": "object"
|
|
3307
3309
|
},
|
|
3308
3310
|
"id": {
|
|
3309
|
-
"description": "Id of the theme,
|
|
3311
|
+
"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.",
|
|
3310
3312
|
"examples": [
|
|
3311
3313
|
"seasonal",
|
|
3312
3314
|
"urban"
|
|
3313
3315
|
],
|
|
3314
3316
|
"type": "string"
|
|
3315
3317
|
},
|
|
3316
|
-
"itemSpecific": {
|
|
3317
|
-
"description": "Item specific styling",
|
|
3318
|
-
"properties": {
|
|
3319
|
-
"padding": {
|
|
3320
|
-
"description": "Padding of the item",
|
|
3321
|
-
"examples": [
|
|
3322
|
-
0,
|
|
3323
|
-
4,
|
|
3324
|
-
8,
|
|
3325
|
-
10
|
|
3326
|
-
],
|
|
3327
|
-
"type": "number"
|
|
3328
|
-
},
|
|
3329
|
-
"rounding": {
|
|
3330
|
-
"description": "Rounding of the item",
|
|
3331
|
-
"examples": [
|
|
3332
|
-
0,
|
|
3333
|
-
8,
|
|
3334
|
-
12
|
|
3335
|
-
],
|
|
3336
|
-
"type": "number"
|
|
3337
|
-
}
|
|
3338
|
-
},
|
|
3339
|
-
"type": "object"
|
|
3340
|
-
},
|
|
3341
3318
|
"itemsBackground": {
|
|
3342
|
-
"description": "
|
|
3319
|
+
"description": "Custom item background color",
|
|
3343
3320
|
"examples": [
|
|
3344
3321
|
"rgb(255, 255, 255)",
|
|
3345
3322
|
"rgb(71, 69, 69)",
|
|
@@ -3348,7 +3325,7 @@ declare const _default: {
|
|
|
3348
3325
|
"type": "string"
|
|
3349
3326
|
},
|
|
3350
3327
|
"legend": {
|
|
3351
|
-
"description": "
|
|
3328
|
+
"description": "Custom legend styling",
|
|
3352
3329
|
"properties": {
|
|
3353
3330
|
"fontSize": {
|
|
3354
3331
|
"description": "Legend font size in px",
|
|
@@ -3384,48 +3361,8 @@ declare const _default: {
|
|
|
3384
3361
|
},
|
|
3385
3362
|
"type": "object"
|
|
3386
3363
|
},
|
|
3387
|
-
"mainColor": {
|
|
3388
|
-
"description": "Theme main color",
|
|
3389
|
-
"examples": [
|
|
3390
|
-
"rgb(123, 144, 255)",
|
|
3391
|
-
"rgb(255, 174, 52)",
|
|
3392
|
-
"rgb(123, 144, 255)"
|
|
3393
|
-
],
|
|
3394
|
-
"type": "string"
|
|
3395
|
-
},
|
|
3396
|
-
"margins": {
|
|
3397
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
3398
|
-
"examples": [
|
|
3399
|
-
[
|
|
3400
|
-
16,
|
|
3401
|
-
16
|
|
3402
|
-
],
|
|
3403
|
-
[
|
|
3404
|
-
20,
|
|
3405
|
-
20
|
|
3406
|
-
]
|
|
3407
|
-
],
|
|
3408
|
-
"items": [
|
|
3409
|
-
{
|
|
3410
|
-
"type": "number"
|
|
3411
|
-
},
|
|
3412
|
-
{
|
|
3413
|
-
"type": "number"
|
|
3414
|
-
}
|
|
3415
|
-
],
|
|
3416
|
-
"maxItems": 2,
|
|
3417
|
-
"minItems": 2,
|
|
3418
|
-
"type": "array"
|
|
3419
|
-
},
|
|
3420
|
-
"name": {
|
|
3421
|
-
"description": "Theme name",
|
|
3422
|
-
"examples": [
|
|
3423
|
-
"manual"
|
|
3424
|
-
],
|
|
3425
|
-
"type": "string"
|
|
3426
|
-
},
|
|
3427
3364
|
"title": {
|
|
3428
|
-
"description": "
|
|
3365
|
+
"description": "Custom title styling",
|
|
3429
3366
|
"properties": {
|
|
3430
3367
|
"align": {
|
|
3431
3368
|
"description": "Title align",
|
|
@@ -3494,7 +3431,7 @@ declare const _default: {
|
|
|
3494
3431
|
"type": "object"
|
|
3495
3432
|
},
|
|
3496
3433
|
"tooltip": {
|
|
3497
|
-
"description": "
|
|
3434
|
+
"description": "Custom tooltip styling",
|
|
3498
3435
|
"properties": {
|
|
3499
3436
|
"background": {
|
|
3500
3437
|
"description": "Tooltip's background",
|
|
@@ -3537,7 +3474,7 @@ declare const _default: {
|
|
|
3537
3474
|
"type": "object"
|
|
3538
3475
|
},
|
|
3539
3476
|
"type": {
|
|
3540
|
-
"description": "
|
|
3477
|
+
"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.",
|
|
3541
3478
|
"examples": [
|
|
3542
3479
|
"custom"
|
|
3543
3480
|
],
|
|
@@ -3546,6 +3483,14 @@ declare const _default: {
|
|
|
3546
3483
|
},
|
|
3547
3484
|
"type": "object"
|
|
3548
3485
|
},
|
|
3486
|
+
"timezoneId": {
|
|
3487
|
+
"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",
|
|
3488
|
+
"examples": [
|
|
3489
|
+
"Europe/Brussels",
|
|
3490
|
+
"America/New_York"
|
|
3491
|
+
],
|
|
3492
|
+
"type": "string"
|
|
3493
|
+
},
|
|
3549
3494
|
"title": {
|
|
3550
3495
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
3551
3496
|
"examples": [
|
|
@@ -127,18 +127,18 @@ declare const _default: {
|
|
|
127
127
|
"type": "string"
|
|
128
128
|
},
|
|
129
129
|
"periodOverPeriod": {
|
|
130
|
-
"description": "Settings to configure period over period comparison",
|
|
130
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
131
131
|
"properties": {
|
|
132
132
|
"level": {
|
|
133
|
-
"description": "
|
|
133
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
134
134
|
"type": "number"
|
|
135
135
|
},
|
|
136
136
|
"periodToDate": {
|
|
137
|
-
"description": "period to date comparison",
|
|
137
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
138
138
|
"type": "boolean"
|
|
139
139
|
},
|
|
140
140
|
"quantity": {
|
|
141
|
-
"description": "
|
|
141
|
+
"description": "Number of periods",
|
|
142
142
|
"type": "number"
|
|
143
143
|
},
|
|
144
144
|
"type": {
|
|
@@ -241,18 +241,18 @@ declare const _default: {
|
|
|
241
241
|
]
|
|
242
242
|
},
|
|
243
243
|
"periodOverPeriod": {
|
|
244
|
-
"description": "Settings to configure period over period comparison",
|
|
244
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
245
245
|
"properties": {
|
|
246
246
|
"level": {
|
|
247
|
-
"description": "
|
|
247
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
248
248
|
"type": "number"
|
|
249
249
|
},
|
|
250
250
|
"periodToDate": {
|
|
251
|
-
"description": "period to date comparison",
|
|
251
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
252
252
|
"type": "boolean"
|
|
253
253
|
},
|
|
254
254
|
"quantity": {
|
|
255
|
-
"description": "
|
|
255
|
+
"description": "Number of periods",
|
|
256
256
|
"type": "number"
|
|
257
257
|
},
|
|
258
258
|
"type": {
|
|
@@ -426,7 +426,7 @@ declare const _default: {
|
|
|
426
426
|
"type": "string"
|
|
427
427
|
},
|
|
428
428
|
"formula": {
|
|
429
|
-
"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.",
|
|
429
|
+
"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",
|
|
430
430
|
"type": "string"
|
|
431
431
|
},
|
|
432
432
|
"grandTotals": {
|
|
@@ -443,18 +443,18 @@ declare const _default: {
|
|
|
443
443
|
"type": "object"
|
|
444
444
|
},
|
|
445
445
|
"periodOverPeriod": {
|
|
446
|
-
"description": "Settings to configure period over period comparison",
|
|
446
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
447
447
|
"properties": {
|
|
448
448
|
"level": {
|
|
449
|
-
"description": "
|
|
449
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
450
450
|
"type": "number"
|
|
451
451
|
},
|
|
452
452
|
"periodToDate": {
|
|
453
|
-
"description": "period to date comparison",
|
|
453
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
454
454
|
"type": "boolean"
|
|
455
455
|
},
|
|
456
456
|
"quantity": {
|
|
457
|
-
"description": "
|
|
457
|
+
"description": "Number of periods",
|
|
458
458
|
"type": "number"
|
|
459
459
|
},
|
|
460
460
|
"type": {
|