@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
|
@@ -539,6 +539,9 @@ declare const _default: {
|
|
|
539
539
|
"currency_id": {
|
|
540
540
|
"type": "string"
|
|
541
541
|
},
|
|
542
|
+
"description": {
|
|
543
|
+
"type": "object"
|
|
544
|
+
},
|
|
542
545
|
"duration_format": {
|
|
543
546
|
"enum": [
|
|
544
547
|
"long",
|
|
@@ -992,7 +995,7 @@ declare const _default: {
|
|
|
992
995
|
"type": "string"
|
|
993
996
|
},
|
|
994
997
|
"formula": {
|
|
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.",
|
|
998
|
+
"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",
|
|
996
999
|
"type": "string"
|
|
997
1000
|
},
|
|
998
1001
|
"grandTotals": {
|
|
@@ -1039,18 +1042,18 @@ declare const _default: {
|
|
|
1039
1042
|
"type": "string"
|
|
1040
1043
|
},
|
|
1041
1044
|
"periodOverPeriod": {
|
|
1042
|
-
"description": "Settings to configure period over period comparison",
|
|
1045
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
1043
1046
|
"properties": {
|
|
1044
1047
|
"level": {
|
|
1045
|
-
"description": "
|
|
1048
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
1046
1049
|
"type": "number"
|
|
1047
1050
|
},
|
|
1048
1051
|
"periodToDate": {
|
|
1049
|
-
"description": "period to date comparison",
|
|
1052
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
1050
1053
|
"type": "boolean"
|
|
1051
1054
|
},
|
|
1052
1055
|
"quantity": {
|
|
1053
|
-
"description": "
|
|
1056
|
+
"description": "Number of periods",
|
|
1054
1057
|
"type": "number"
|
|
1055
1058
|
},
|
|
1056
1059
|
"type": {
|
|
@@ -1203,6 +1206,67 @@ declare const _default: {
|
|
|
1203
1206
|
},
|
|
1204
1207
|
"type": "object"
|
|
1205
1208
|
},
|
|
1209
|
+
"loader": {
|
|
1210
|
+
"description": "The loader configuration",
|
|
1211
|
+
"properties": {
|
|
1212
|
+
"background": {
|
|
1213
|
+
"default": "#f9f9f9",
|
|
1214
|
+
"description": "Background color of the chart loader element",
|
|
1215
|
+
"type": "string"
|
|
1216
|
+
},
|
|
1217
|
+
"fontColor": {
|
|
1218
|
+
"default": "#5a5a5a",
|
|
1219
|
+
"description": "Font color of the text of the chart loaders",
|
|
1220
|
+
"type": "string"
|
|
1221
|
+
},
|
|
1222
|
+
"locale": {
|
|
1223
|
+
"default": "en",
|
|
1224
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
1225
|
+
"examples": [
|
|
1226
|
+
"en",
|
|
1227
|
+
"fr"
|
|
1228
|
+
],
|
|
1229
|
+
"type": "string"
|
|
1230
|
+
},
|
|
1231
|
+
"mode": {
|
|
1232
|
+
"default": "light",
|
|
1233
|
+
"description": "Light or dark loader",
|
|
1234
|
+
"type": "string"
|
|
1235
|
+
},
|
|
1236
|
+
"msg": {
|
|
1237
|
+
"description": "Loading message",
|
|
1238
|
+
"examples": [
|
|
1239
|
+
"Loading dashboard..."
|
|
1240
|
+
],
|
|
1241
|
+
"type": "string"
|
|
1242
|
+
},
|
|
1243
|
+
"showBranded": {
|
|
1244
|
+
"default": false,
|
|
1245
|
+
"description": "Shows the branded \"powered by\" information",
|
|
1246
|
+
"type": "boolean"
|
|
1247
|
+
},
|
|
1248
|
+
"spinnerBackground": {
|
|
1249
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
1250
|
+
"description": "Background color of the spinner",
|
|
1251
|
+
"type": "string"
|
|
1252
|
+
},
|
|
1253
|
+
"spinnerColor": {
|
|
1254
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
1255
|
+
"description": "Spinner color of the loader",
|
|
1256
|
+
"type": "string"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"type": "object"
|
|
1260
|
+
},
|
|
1261
|
+
"locale": {
|
|
1262
|
+
"default": "en",
|
|
1263
|
+
"description": "Locale to be used",
|
|
1264
|
+
"examples": [
|
|
1265
|
+
"en",
|
|
1266
|
+
"fr"
|
|
1267
|
+
],
|
|
1268
|
+
"type": "string"
|
|
1269
|
+
},
|
|
1206
1270
|
"manualAxesRange": {
|
|
1207
1271
|
"description": "Set manual axes range",
|
|
1208
1272
|
"properties": {
|
|
@@ -1253,7 +1317,7 @@ declare const _default: {
|
|
|
1253
1317
|
"description": "Theme configuration",
|
|
1254
1318
|
"properties": {
|
|
1255
1319
|
"axis": {
|
|
1256
|
-
"description": "
|
|
1320
|
+
"description": "Custom axis styling",
|
|
1257
1321
|
"examples": [
|
|
1258
1322
|
{
|
|
1259
1323
|
"fontSize": 12
|
|
@@ -1264,25 +1328,8 @@ declare const _default: {
|
|
|
1264
1328
|
],
|
|
1265
1329
|
"type": "object"
|
|
1266
1330
|
},
|
|
1267
|
-
"background": {
|
|
1268
|
-
"description": "Background color",
|
|
1269
|
-
"examples": [
|
|
1270
|
-
"rgb(245, 245, 245)",
|
|
1271
|
-
"rgb(61, 61, 61)"
|
|
1272
|
-
],
|
|
1273
|
-
"type": "string"
|
|
1274
|
-
},
|
|
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
|
-
],
|
|
1282
|
-
"type": "number"
|
|
1283
|
-
},
|
|
1284
1331
|
"borders": {
|
|
1285
|
-
"description": "
|
|
1332
|
+
"description": "Custom border styling",
|
|
1286
1333
|
"properties": {
|
|
1287
1334
|
"border-bottom-width": {
|
|
1288
1335
|
"description": "Border bottom width",
|
|
@@ -1351,7 +1398,7 @@ declare const _default: {
|
|
|
1351
1398
|
"type": "object"
|
|
1352
1399
|
},
|
|
1353
1400
|
"boxShadow": {
|
|
1354
|
-
"description": "
|
|
1401
|
+
"description": "Custom shadow styling",
|
|
1355
1402
|
"properties": {
|
|
1356
1403
|
"color": {
|
|
1357
1404
|
"description": "Shadow color",
|
|
@@ -1381,29 +1428,12 @@ declare const _default: {
|
|
|
1381
1428
|
"type": "object"
|
|
1382
1429
|
},
|
|
1383
1430
|
"colors": {
|
|
1384
|
-
"description": "
|
|
1431
|
+
"description": "Custom color palette",
|
|
1385
1432
|
"examples": [
|
|
1386
1433
|
[
|
|
1387
|
-
"rgb(
|
|
1388
|
-
"rgb(
|
|
1389
|
-
"rgb(
|
|
1390
|
-
],
|
|
1391
|
-
[
|
|
1392
|
-
"rgb(48, 36, 179)",
|
|
1393
|
-
"rgb(105, 93, 255)",
|
|
1394
|
-
"rgb(199, 194, 255)",
|
|
1395
|
-
"rgb(134, 4, 129)",
|
|
1396
|
-
"rgb(204, 55, 198)",
|
|
1397
|
-
"rgb(236, 180, 234)",
|
|
1398
|
-
"rgb(220, 141, 0)",
|
|
1399
|
-
"rgb(249, 206, 61)",
|
|
1400
|
-
"rgb(253, 237, 182)",
|
|
1401
|
-
"rgb(6, 142, 84)",
|
|
1402
|
-
"rgb(58, 213, 147)",
|
|
1403
|
-
"rgb(181, 239, 215)",
|
|
1404
|
-
"rgb(85, 78, 78)",
|
|
1405
|
-
"rgb(149, 141, 141)",
|
|
1406
|
-
"rgb(215, 212, 212)"
|
|
1434
|
+
"rgb(68, 52, 255)",
|
|
1435
|
+
"rgb(68, 52, 255)",
|
|
1436
|
+
"rgb(218, 214, 255)"
|
|
1407
1437
|
]
|
|
1408
1438
|
],
|
|
1409
1439
|
"items": {
|
|
@@ -1411,24 +1441,8 @@ declare const _default: {
|
|
|
1411
1441
|
},
|
|
1412
1442
|
"type": "array"
|
|
1413
1443
|
},
|
|
1414
|
-
"editBackground": {
|
|
1415
|
-
"description": "Edit background",
|
|
1416
|
-
"examples": [
|
|
1417
|
-
"rgb(228, 228, 228)",
|
|
1418
|
-
"rgb(245, 245, 245)",
|
|
1419
|
-
"rgb(61, 61, 61)"
|
|
1420
|
-
],
|
|
1421
|
-
"type": "string"
|
|
1422
|
-
},
|
|
1423
|
-
"editModeBackground": {
|
|
1424
|
-
"description": "Edit mode background",
|
|
1425
|
-
"examples": [
|
|
1426
|
-
"rgb(245, 245, 245)"
|
|
1427
|
-
],
|
|
1428
|
-
"type": "string"
|
|
1429
|
-
},
|
|
1430
1444
|
"font": {
|
|
1431
|
-
"description": "
|
|
1445
|
+
"description": "Custom font styling",
|
|
1432
1446
|
"properties": {
|
|
1433
1447
|
"font-style": {
|
|
1434
1448
|
"const": "normal",
|
|
@@ -1472,40 +1486,15 @@ declare const _default: {
|
|
|
1472
1486
|
"type": "object"
|
|
1473
1487
|
},
|
|
1474
1488
|
"id": {
|
|
1475
|
-
"description": "Id of the theme,
|
|
1489
|
+
"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.",
|
|
1476
1490
|
"examples": [
|
|
1477
1491
|
"seasonal",
|
|
1478
1492
|
"urban"
|
|
1479
1493
|
],
|
|
1480
1494
|
"type": "string"
|
|
1481
1495
|
},
|
|
1482
|
-
"itemSpecific": {
|
|
1483
|
-
"description": "Item specific styling",
|
|
1484
|
-
"properties": {
|
|
1485
|
-
"padding": {
|
|
1486
|
-
"description": "Padding of the item",
|
|
1487
|
-
"examples": [
|
|
1488
|
-
0,
|
|
1489
|
-
4,
|
|
1490
|
-
8,
|
|
1491
|
-
10
|
|
1492
|
-
],
|
|
1493
|
-
"type": "number"
|
|
1494
|
-
},
|
|
1495
|
-
"rounding": {
|
|
1496
|
-
"description": "Rounding of the item",
|
|
1497
|
-
"examples": [
|
|
1498
|
-
0,
|
|
1499
|
-
8,
|
|
1500
|
-
12
|
|
1501
|
-
],
|
|
1502
|
-
"type": "number"
|
|
1503
|
-
}
|
|
1504
|
-
},
|
|
1505
|
-
"type": "object"
|
|
1506
|
-
},
|
|
1507
1496
|
"itemsBackground": {
|
|
1508
|
-
"description": "
|
|
1497
|
+
"description": "Custom item background color",
|
|
1509
1498
|
"examples": [
|
|
1510
1499
|
"rgb(255, 255, 255)",
|
|
1511
1500
|
"rgb(71, 69, 69)",
|
|
@@ -1514,7 +1503,7 @@ declare const _default: {
|
|
|
1514
1503
|
"type": "string"
|
|
1515
1504
|
},
|
|
1516
1505
|
"legend": {
|
|
1517
|
-
"description": "
|
|
1506
|
+
"description": "Custom legend styling",
|
|
1518
1507
|
"properties": {
|
|
1519
1508
|
"fontSize": {
|
|
1520
1509
|
"description": "Legend font size in px",
|
|
@@ -1550,48 +1539,8 @@ declare const _default: {
|
|
|
1550
1539
|
},
|
|
1551
1540
|
"type": "object"
|
|
1552
1541
|
},
|
|
1553
|
-
"mainColor": {
|
|
1554
|
-
"description": "Theme main color",
|
|
1555
|
-
"examples": [
|
|
1556
|
-
"rgb(123, 144, 255)",
|
|
1557
|
-
"rgb(255, 174, 52)",
|
|
1558
|
-
"rgb(123, 144, 255)"
|
|
1559
|
-
],
|
|
1560
|
-
"type": "string"
|
|
1561
|
-
},
|
|
1562
|
-
"margins": {
|
|
1563
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1564
|
-
"examples": [
|
|
1565
|
-
[
|
|
1566
|
-
16,
|
|
1567
|
-
16
|
|
1568
|
-
],
|
|
1569
|
-
[
|
|
1570
|
-
20,
|
|
1571
|
-
20
|
|
1572
|
-
]
|
|
1573
|
-
],
|
|
1574
|
-
"items": [
|
|
1575
|
-
{
|
|
1576
|
-
"type": "number"
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"type": "number"
|
|
1580
|
-
}
|
|
1581
|
-
],
|
|
1582
|
-
"maxItems": 2,
|
|
1583
|
-
"minItems": 2,
|
|
1584
|
-
"type": "array"
|
|
1585
|
-
},
|
|
1586
|
-
"name": {
|
|
1587
|
-
"description": "Theme name",
|
|
1588
|
-
"examples": [
|
|
1589
|
-
"manual"
|
|
1590
|
-
],
|
|
1591
|
-
"type": "string"
|
|
1592
|
-
},
|
|
1593
1542
|
"title": {
|
|
1594
|
-
"description": "
|
|
1543
|
+
"description": "Custom title styling",
|
|
1595
1544
|
"properties": {
|
|
1596
1545
|
"align": {
|
|
1597
1546
|
"description": "Title align",
|
|
@@ -1660,7 +1609,7 @@ declare const _default: {
|
|
|
1660
1609
|
"type": "object"
|
|
1661
1610
|
},
|
|
1662
1611
|
"tooltip": {
|
|
1663
|
-
"description": "
|
|
1612
|
+
"description": "Custom tooltip styling",
|
|
1664
1613
|
"properties": {
|
|
1665
1614
|
"background": {
|
|
1666
1615
|
"description": "Tooltip's background",
|
|
@@ -1703,7 +1652,7 @@ declare const _default: {
|
|
|
1703
1652
|
"type": "object"
|
|
1704
1653
|
},
|
|
1705
1654
|
"type": {
|
|
1706
|
-
"description": "
|
|
1655
|
+
"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.",
|
|
1707
1656
|
"examples": [
|
|
1708
1657
|
"custom"
|
|
1709
1658
|
],
|
|
@@ -1712,6 +1661,14 @@ declare const _default: {
|
|
|
1712
1661
|
},
|
|
1713
1662
|
"type": "object"
|
|
1714
1663
|
},
|
|
1664
|
+
"timezoneId": {
|
|
1665
|
+
"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",
|
|
1666
|
+
"examples": [
|
|
1667
|
+
"Europe/Brussels",
|
|
1668
|
+
"America/New_York"
|
|
1669
|
+
],
|
|
1670
|
+
"type": "string"
|
|
1671
|
+
},
|
|
1715
1672
|
"title": {
|
|
1716
1673
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1717
1674
|
"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": {
|
|
@@ -428,7 +428,7 @@ declare const _default: {
|
|
|
428
428
|
"type": "string"
|
|
429
429
|
},
|
|
430
430
|
"formula": {
|
|
431
|
-
"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.",
|
|
431
|
+
"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",
|
|
432
432
|
"type": "string"
|
|
433
433
|
},
|
|
434
434
|
"grandTotals": {
|
|
@@ -445,18 +445,18 @@ declare const _default: {
|
|
|
445
445
|
"type": "object"
|
|
446
446
|
},
|
|
447
447
|
"periodOverPeriod": {
|
|
448
|
-
"description": "Settings to configure period over period comparison",
|
|
448
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
449
449
|
"properties": {
|
|
450
450
|
"level": {
|
|
451
|
-
"description": "
|
|
451
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
452
452
|
"type": "number"
|
|
453
453
|
},
|
|
454
454
|
"periodToDate": {
|
|
455
|
-
"description": "period to date comparison",
|
|
455
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
456
456
|
"type": "boolean"
|
|
457
457
|
},
|
|
458
458
|
"quantity": {
|
|
459
|
-
"description": "
|
|
459
|
+
"description": "Number of periods",
|
|
460
460
|
"type": "number"
|
|
461
461
|
},
|
|
462
462
|
"type": {
|