@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
|
@@ -350,6 +350,9 @@ declare const _default: {
|
|
|
350
350
|
"currency_id": {
|
|
351
351
|
"type": "string"
|
|
352
352
|
},
|
|
353
|
+
"description": {
|
|
354
|
+
"type": "object"
|
|
355
|
+
},
|
|
353
356
|
"duration_format": {
|
|
354
357
|
"enum": [
|
|
355
358
|
"long",
|
|
@@ -803,7 +806,7 @@ declare const _default: {
|
|
|
803
806
|
"type": "string"
|
|
804
807
|
},
|
|
805
808
|
"formula": {
|
|
806
|
-
"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.",
|
|
809
|
+
"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",
|
|
807
810
|
"type": "string"
|
|
808
811
|
},
|
|
809
812
|
"grandTotals": {
|
|
@@ -850,18 +853,18 @@ declare const _default: {
|
|
|
850
853
|
"type": "string"
|
|
851
854
|
},
|
|
852
855
|
"periodOverPeriod": {
|
|
853
|
-
"description": "Settings to configure period over period comparison",
|
|
856
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
854
857
|
"properties": {
|
|
855
858
|
"level": {
|
|
856
|
-
"description": "
|
|
859
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
857
860
|
"type": "number"
|
|
858
861
|
},
|
|
859
862
|
"periodToDate": {
|
|
860
|
-
"description": "period to date comparison",
|
|
863
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
861
864
|
"type": "boolean"
|
|
862
865
|
},
|
|
863
866
|
"quantity": {
|
|
864
|
-
"description": "
|
|
867
|
+
"description": "Number of periods",
|
|
865
868
|
"type": "number"
|
|
866
869
|
},
|
|
867
870
|
"type": {
|
|
@@ -976,6 +979,67 @@ declare const _default: {
|
|
|
976
979
|
},
|
|
977
980
|
"type": "object"
|
|
978
981
|
},
|
|
982
|
+
"loader": {
|
|
983
|
+
"description": "The loader configuration",
|
|
984
|
+
"properties": {
|
|
985
|
+
"background": {
|
|
986
|
+
"default": "#f9f9f9",
|
|
987
|
+
"description": "Background color of the chart loader element",
|
|
988
|
+
"type": "string"
|
|
989
|
+
},
|
|
990
|
+
"fontColor": {
|
|
991
|
+
"default": "#5a5a5a",
|
|
992
|
+
"description": "Font color of the text of the chart loaders",
|
|
993
|
+
"type": "string"
|
|
994
|
+
},
|
|
995
|
+
"locale": {
|
|
996
|
+
"default": "en",
|
|
997
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
998
|
+
"examples": [
|
|
999
|
+
"en",
|
|
1000
|
+
"fr"
|
|
1001
|
+
],
|
|
1002
|
+
"type": "string"
|
|
1003
|
+
},
|
|
1004
|
+
"mode": {
|
|
1005
|
+
"default": "light",
|
|
1006
|
+
"description": "Light or dark loader",
|
|
1007
|
+
"type": "string"
|
|
1008
|
+
},
|
|
1009
|
+
"msg": {
|
|
1010
|
+
"description": "Loading message",
|
|
1011
|
+
"examples": [
|
|
1012
|
+
"Loading dashboard..."
|
|
1013
|
+
],
|
|
1014
|
+
"type": "string"
|
|
1015
|
+
},
|
|
1016
|
+
"showBranded": {
|
|
1017
|
+
"default": false,
|
|
1018
|
+
"description": "Shows the branded \"powered by\" information",
|
|
1019
|
+
"type": "boolean"
|
|
1020
|
+
},
|
|
1021
|
+
"spinnerBackground": {
|
|
1022
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
1023
|
+
"description": "Background color of the spinner",
|
|
1024
|
+
"type": "string"
|
|
1025
|
+
},
|
|
1026
|
+
"spinnerColor": {
|
|
1027
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
1028
|
+
"description": "Spinner color of the loader",
|
|
1029
|
+
"type": "string"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"type": "object"
|
|
1033
|
+
},
|
|
1034
|
+
"locale": {
|
|
1035
|
+
"default": "en",
|
|
1036
|
+
"description": "Locale to be used",
|
|
1037
|
+
"examples": [
|
|
1038
|
+
"en",
|
|
1039
|
+
"fr"
|
|
1040
|
+
],
|
|
1041
|
+
"type": "string"
|
|
1042
|
+
},
|
|
979
1043
|
"rowHeight": {
|
|
980
1044
|
"default": 28,
|
|
981
1045
|
"description": "Row height",
|
|
@@ -1114,37 +1178,8 @@ declare const _default: {
|
|
|
1114
1178
|
"theme": {
|
|
1115
1179
|
"description": "Theme configuration",
|
|
1116
1180
|
"properties": {
|
|
1117
|
-
"axis": {
|
|
1118
|
-
"description": "Axis styling",
|
|
1119
|
-
"examples": [
|
|
1120
|
-
{
|
|
1121
|
-
"fontSize": 12
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"fontSize": 10
|
|
1125
|
-
}
|
|
1126
|
-
],
|
|
1127
|
-
"type": "object"
|
|
1128
|
-
},
|
|
1129
|
-
"background": {
|
|
1130
|
-
"description": "Background color",
|
|
1131
|
-
"examples": [
|
|
1132
|
-
"rgb(245, 245, 245)",
|
|
1133
|
-
"rgb(61, 61, 61)"
|
|
1134
|
-
],
|
|
1135
|
-
"type": "string"
|
|
1136
|
-
},
|
|
1137
|
-
"baseFontSize": {
|
|
1138
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1139
|
-
"examples": [
|
|
1140
|
-
13,
|
|
1141
|
-
16,
|
|
1142
|
-
20
|
|
1143
|
-
],
|
|
1144
|
-
"type": "number"
|
|
1145
|
-
},
|
|
1146
1181
|
"borders": {
|
|
1147
|
-
"description": "
|
|
1182
|
+
"description": "Custom border styling",
|
|
1148
1183
|
"properties": {
|
|
1149
1184
|
"border-bottom-width": {
|
|
1150
1185
|
"description": "Border bottom width",
|
|
@@ -1213,7 +1248,7 @@ declare const _default: {
|
|
|
1213
1248
|
"type": "object"
|
|
1214
1249
|
},
|
|
1215
1250
|
"boxShadow": {
|
|
1216
|
-
"description": "
|
|
1251
|
+
"description": "Custom shadow styling",
|
|
1217
1252
|
"properties": {
|
|
1218
1253
|
"color": {
|
|
1219
1254
|
"description": "Shadow color",
|
|
@@ -1242,55 +1277,8 @@ declare const _default: {
|
|
|
1242
1277
|
},
|
|
1243
1278
|
"type": "object"
|
|
1244
1279
|
},
|
|
1245
|
-
"colors": {
|
|
1246
|
-
"description": "A list of theme colors",
|
|
1247
|
-
"examples": [
|
|
1248
|
-
[
|
|
1249
|
-
"rgb(122, 112, 112)",
|
|
1250
|
-
"rgb(175, 169, 169)",
|
|
1251
|
-
"rgb(228, 226, 226)"
|
|
1252
|
-
],
|
|
1253
|
-
[
|
|
1254
|
-
"rgb(48, 36, 179)",
|
|
1255
|
-
"rgb(105, 93, 255)",
|
|
1256
|
-
"rgb(199, 194, 255)",
|
|
1257
|
-
"rgb(134, 4, 129)",
|
|
1258
|
-
"rgb(204, 55, 198)",
|
|
1259
|
-
"rgb(236, 180, 234)",
|
|
1260
|
-
"rgb(220, 141, 0)",
|
|
1261
|
-
"rgb(249, 206, 61)",
|
|
1262
|
-
"rgb(253, 237, 182)",
|
|
1263
|
-
"rgb(6, 142, 84)",
|
|
1264
|
-
"rgb(58, 213, 147)",
|
|
1265
|
-
"rgb(181, 239, 215)",
|
|
1266
|
-
"rgb(85, 78, 78)",
|
|
1267
|
-
"rgb(149, 141, 141)",
|
|
1268
|
-
"rgb(215, 212, 212)"
|
|
1269
|
-
]
|
|
1270
|
-
],
|
|
1271
|
-
"items": {
|
|
1272
|
-
"type": "string"
|
|
1273
|
-
},
|
|
1274
|
-
"type": "array"
|
|
1275
|
-
},
|
|
1276
|
-
"editBackground": {
|
|
1277
|
-
"description": "Edit background",
|
|
1278
|
-
"examples": [
|
|
1279
|
-
"rgb(228, 228, 228)",
|
|
1280
|
-
"rgb(245, 245, 245)",
|
|
1281
|
-
"rgb(61, 61, 61)"
|
|
1282
|
-
],
|
|
1283
|
-
"type": "string"
|
|
1284
|
-
},
|
|
1285
|
-
"editModeBackground": {
|
|
1286
|
-
"description": "Edit mode background",
|
|
1287
|
-
"examples": [
|
|
1288
|
-
"rgb(245, 245, 245)"
|
|
1289
|
-
],
|
|
1290
|
-
"type": "string"
|
|
1291
|
-
},
|
|
1292
1280
|
"font": {
|
|
1293
|
-
"description": "
|
|
1281
|
+
"description": "Custom font styling",
|
|
1294
1282
|
"properties": {
|
|
1295
1283
|
"font-style": {
|
|
1296
1284
|
"const": "normal",
|
|
@@ -1334,40 +1322,15 @@ declare const _default: {
|
|
|
1334
1322
|
"type": "object"
|
|
1335
1323
|
},
|
|
1336
1324
|
"id": {
|
|
1337
|
-
"description": "Id of the theme,
|
|
1325
|
+
"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.",
|
|
1338
1326
|
"examples": [
|
|
1339
1327
|
"seasonal",
|
|
1340
1328
|
"urban"
|
|
1341
1329
|
],
|
|
1342
1330
|
"type": "string"
|
|
1343
1331
|
},
|
|
1344
|
-
"itemSpecific": {
|
|
1345
|
-
"description": "Item specific styling",
|
|
1346
|
-
"properties": {
|
|
1347
|
-
"padding": {
|
|
1348
|
-
"description": "Padding of the item",
|
|
1349
|
-
"examples": [
|
|
1350
|
-
0,
|
|
1351
|
-
4,
|
|
1352
|
-
8,
|
|
1353
|
-
10
|
|
1354
|
-
],
|
|
1355
|
-
"type": "number"
|
|
1356
|
-
},
|
|
1357
|
-
"rounding": {
|
|
1358
|
-
"description": "Rounding of the item",
|
|
1359
|
-
"examples": [
|
|
1360
|
-
0,
|
|
1361
|
-
8,
|
|
1362
|
-
12
|
|
1363
|
-
],
|
|
1364
|
-
"type": "number"
|
|
1365
|
-
}
|
|
1366
|
-
},
|
|
1367
|
-
"type": "object"
|
|
1368
|
-
},
|
|
1369
1332
|
"itemsBackground": {
|
|
1370
|
-
"description": "
|
|
1333
|
+
"description": "Custom item background color",
|
|
1371
1334
|
"examples": [
|
|
1372
1335
|
"rgb(255, 255, 255)",
|
|
1373
1336
|
"rgb(71, 69, 69)",
|
|
@@ -1375,85 +1338,8 @@ declare const _default: {
|
|
|
1375
1338
|
],
|
|
1376
1339
|
"type": "string"
|
|
1377
1340
|
},
|
|
1378
|
-
"legend": {
|
|
1379
|
-
"description": "Legend styling",
|
|
1380
|
-
"properties": {
|
|
1381
|
-
"fontSize": {
|
|
1382
|
-
"description": "Legend font size in px",
|
|
1383
|
-
"examples": [
|
|
1384
|
-
12,
|
|
1385
|
-
16
|
|
1386
|
-
],
|
|
1387
|
-
"type": "number"
|
|
1388
|
-
},
|
|
1389
|
-
"lineHeight": {
|
|
1390
|
-
"description": "Legend line height in px",
|
|
1391
|
-
"examples": [
|
|
1392
|
-
12,
|
|
1393
|
-
16,
|
|
1394
|
-
20
|
|
1395
|
-
],
|
|
1396
|
-
"type": "number"
|
|
1397
|
-
},
|
|
1398
|
-
"type": {
|
|
1399
|
-
"description": "Legend type",
|
|
1400
|
-
"enum": [
|
|
1401
|
-
"circle",
|
|
1402
|
-
"line",
|
|
1403
|
-
"normal"
|
|
1404
|
-
],
|
|
1405
|
-
"examples": [
|
|
1406
|
-
"normal",
|
|
1407
|
-
"line",
|
|
1408
|
-
"circle"
|
|
1409
|
-
],
|
|
1410
|
-
"type": "string"
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
"type": "object"
|
|
1414
|
-
},
|
|
1415
|
-
"mainColor": {
|
|
1416
|
-
"description": "Theme main color",
|
|
1417
|
-
"examples": [
|
|
1418
|
-
"rgb(123, 144, 255)",
|
|
1419
|
-
"rgb(255, 174, 52)",
|
|
1420
|
-
"rgb(123, 144, 255)"
|
|
1421
|
-
],
|
|
1422
|
-
"type": "string"
|
|
1423
|
-
},
|
|
1424
|
-
"margins": {
|
|
1425
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1426
|
-
"examples": [
|
|
1427
|
-
[
|
|
1428
|
-
16,
|
|
1429
|
-
16
|
|
1430
|
-
],
|
|
1431
|
-
[
|
|
1432
|
-
20,
|
|
1433
|
-
20
|
|
1434
|
-
]
|
|
1435
|
-
],
|
|
1436
|
-
"items": [
|
|
1437
|
-
{
|
|
1438
|
-
"type": "number"
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
"type": "number"
|
|
1442
|
-
}
|
|
1443
|
-
],
|
|
1444
|
-
"maxItems": 2,
|
|
1445
|
-
"minItems": 2,
|
|
1446
|
-
"type": "array"
|
|
1447
|
-
},
|
|
1448
|
-
"name": {
|
|
1449
|
-
"description": "Theme name",
|
|
1450
|
-
"examples": [
|
|
1451
|
-
"manual"
|
|
1452
|
-
],
|
|
1453
|
-
"type": "string"
|
|
1454
|
-
},
|
|
1455
1341
|
"title": {
|
|
1456
|
-
"description": "
|
|
1342
|
+
"description": "Custom title styling",
|
|
1457
1343
|
"properties": {
|
|
1458
1344
|
"align": {
|
|
1459
1345
|
"description": "Title align",
|
|
@@ -1522,7 +1408,7 @@ declare const _default: {
|
|
|
1522
1408
|
"type": "object"
|
|
1523
1409
|
},
|
|
1524
1410
|
"tooltip": {
|
|
1525
|
-
"description": "
|
|
1411
|
+
"description": "Custom tooltip styling",
|
|
1526
1412
|
"properties": {
|
|
1527
1413
|
"background": {
|
|
1528
1414
|
"description": "Tooltip's background",
|
|
@@ -1565,7 +1451,7 @@ declare const _default: {
|
|
|
1565
1451
|
"type": "object"
|
|
1566
1452
|
},
|
|
1567
1453
|
"type": {
|
|
1568
|
-
"description": "
|
|
1454
|
+
"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.",
|
|
1569
1455
|
"examples": [
|
|
1570
1456
|
"custom"
|
|
1571
1457
|
],
|
|
@@ -1574,6 +1460,14 @@ declare const _default: {
|
|
|
1574
1460
|
},
|
|
1575
1461
|
"type": "object"
|
|
1576
1462
|
},
|
|
1463
|
+
"timezoneId": {
|
|
1464
|
+
"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",
|
|
1465
|
+
"examples": [
|
|
1466
|
+
"Europe/Brussels",
|
|
1467
|
+
"America/New_York"
|
|
1468
|
+
],
|
|
1469
|
+
"type": "string"
|
|
1470
|
+
},
|
|
1577
1471
|
"title": {
|
|
1578
1472
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1579
1473
|
"examples": [
|
|
@@ -126,18 +126,18 @@ declare const _default: {
|
|
|
126
126
|
"type": "string"
|
|
127
127
|
},
|
|
128
128
|
"periodOverPeriod": {
|
|
129
|
-
"description": "Settings to configure period over period comparison",
|
|
129
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
130
130
|
"properties": {
|
|
131
131
|
"level": {
|
|
132
|
-
"description": "
|
|
132
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
133
133
|
"type": "number"
|
|
134
134
|
},
|
|
135
135
|
"periodToDate": {
|
|
136
|
-
"description": "period to date comparison",
|
|
136
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
137
137
|
"type": "boolean"
|
|
138
138
|
},
|
|
139
139
|
"quantity": {
|
|
140
|
-
"description": "
|
|
140
|
+
"description": "Number of periods",
|
|
141
141
|
"type": "number"
|
|
142
142
|
},
|
|
143
143
|
"type": {
|
|
@@ -240,18 +240,18 @@ declare const _default: {
|
|
|
240
240
|
]
|
|
241
241
|
},
|
|
242
242
|
"periodOverPeriod": {
|
|
243
|
-
"description": "Settings to configure period over period comparison",
|
|
243
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
244
244
|
"properties": {
|
|
245
245
|
"level": {
|
|
246
|
-
"description": "
|
|
246
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
247
247
|
"type": "number"
|
|
248
248
|
},
|
|
249
249
|
"periodToDate": {
|
|
250
|
-
"description": "period to date comparison",
|
|
250
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
251
251
|
"type": "boolean"
|
|
252
252
|
},
|
|
253
253
|
"quantity": {
|
|
254
|
-
"description": "
|
|
254
|
+
"description": "Number of periods",
|
|
255
255
|
"type": "number"
|
|
256
256
|
},
|
|
257
257
|
"type": {
|
|
@@ -399,7 +399,7 @@ declare const _default: {
|
|
|
399
399
|
"type": "string"
|
|
400
400
|
},
|
|
401
401
|
"formula": {
|
|
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.",
|
|
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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
|
|
403
403
|
"type": "string"
|
|
404
404
|
},
|
|
405
405
|
"grandTotals": {
|
|
@@ -416,18 +416,18 @@ declare const _default: {
|
|
|
416
416
|
"type": "object"
|
|
417
417
|
},
|
|
418
418
|
"periodOverPeriod": {
|
|
419
|
-
"description": "Settings to configure period over period comparison",
|
|
419
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
420
420
|
"properties": {
|
|
421
421
|
"level": {
|
|
422
|
-
"description": "
|
|
422
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
423
423
|
"type": "number"
|
|
424
424
|
},
|
|
425
425
|
"periodToDate": {
|
|
426
|
-
"description": "period to date comparison",
|
|
426
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
427
427
|
"type": "boolean"
|
|
428
428
|
},
|
|
429
429
|
"quantity": {
|
|
430
|
-
"description": "
|
|
430
|
+
"description": "Number of periods",
|
|
431
431
|
"type": "number"
|
|
432
432
|
},
|
|
433
433
|
"type": {
|