@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
|
@@ -672,6 +672,9 @@ declare const _default: {
|
|
|
672
672
|
"currency_id": {
|
|
673
673
|
"type": "string"
|
|
674
674
|
},
|
|
675
|
+
"description": {
|
|
676
|
+
"type": "object"
|
|
677
|
+
},
|
|
675
678
|
"duration_format": {
|
|
676
679
|
"enum": [
|
|
677
680
|
"long",
|
|
@@ -1125,7 +1128,7 @@ declare const _default: {
|
|
|
1125
1128
|
"type": "string"
|
|
1126
1129
|
},
|
|
1127
1130
|
"formula": {
|
|
1128
|
-
"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.",
|
|
1131
|
+
"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",
|
|
1129
1132
|
"type": "string"
|
|
1130
1133
|
},
|
|
1131
1134
|
"grandTotals": {
|
|
@@ -1172,18 +1175,18 @@ declare const _default: {
|
|
|
1172
1175
|
"type": "string"
|
|
1173
1176
|
},
|
|
1174
1177
|
"periodOverPeriod": {
|
|
1175
|
-
"description": "Settings to configure period over period comparison",
|
|
1178
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
1176
1179
|
"properties": {
|
|
1177
1180
|
"level": {
|
|
1178
|
-
"description": "
|
|
1181
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
1179
1182
|
"type": "number"
|
|
1180
1183
|
},
|
|
1181
1184
|
"periodToDate": {
|
|
1182
|
-
"description": "period to date comparison",
|
|
1185
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
1183
1186
|
"type": "boolean"
|
|
1184
1187
|
},
|
|
1185
1188
|
"quantity": {
|
|
1186
|
-
"description": "
|
|
1189
|
+
"description": "Number of periods",
|
|
1187
1190
|
"type": "number"
|
|
1188
1191
|
},
|
|
1189
1192
|
"type": {
|
|
@@ -1336,6 +1339,67 @@ declare const _default: {
|
|
|
1336
1339
|
},
|
|
1337
1340
|
"type": "object"
|
|
1338
1341
|
},
|
|
1342
|
+
"loader": {
|
|
1343
|
+
"description": "The loader configuration",
|
|
1344
|
+
"properties": {
|
|
1345
|
+
"background": {
|
|
1346
|
+
"default": "#f9f9f9",
|
|
1347
|
+
"description": "Background color of the chart loader element",
|
|
1348
|
+
"type": "string"
|
|
1349
|
+
},
|
|
1350
|
+
"fontColor": {
|
|
1351
|
+
"default": "#5a5a5a",
|
|
1352
|
+
"description": "Font color of the text of the chart loaders",
|
|
1353
|
+
"type": "string"
|
|
1354
|
+
},
|
|
1355
|
+
"locale": {
|
|
1356
|
+
"default": "en",
|
|
1357
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
1358
|
+
"examples": [
|
|
1359
|
+
"en",
|
|
1360
|
+
"fr"
|
|
1361
|
+
],
|
|
1362
|
+
"type": "string"
|
|
1363
|
+
},
|
|
1364
|
+
"mode": {
|
|
1365
|
+
"default": "light",
|
|
1366
|
+
"description": "Light or dark loader",
|
|
1367
|
+
"type": "string"
|
|
1368
|
+
},
|
|
1369
|
+
"msg": {
|
|
1370
|
+
"description": "Loading message",
|
|
1371
|
+
"examples": [
|
|
1372
|
+
"Loading dashboard..."
|
|
1373
|
+
],
|
|
1374
|
+
"type": "string"
|
|
1375
|
+
},
|
|
1376
|
+
"showBranded": {
|
|
1377
|
+
"default": false,
|
|
1378
|
+
"description": "Shows the branded \"powered by\" information",
|
|
1379
|
+
"type": "boolean"
|
|
1380
|
+
},
|
|
1381
|
+
"spinnerBackground": {
|
|
1382
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
1383
|
+
"description": "Background color of the spinner",
|
|
1384
|
+
"type": "string"
|
|
1385
|
+
},
|
|
1386
|
+
"spinnerColor": {
|
|
1387
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
1388
|
+
"description": "Spinner color of the loader",
|
|
1389
|
+
"type": "string"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
"type": "object"
|
|
1393
|
+
},
|
|
1394
|
+
"locale": {
|
|
1395
|
+
"default": "en",
|
|
1396
|
+
"description": "Locale to be used",
|
|
1397
|
+
"examples": [
|
|
1398
|
+
"en",
|
|
1399
|
+
"fr"
|
|
1400
|
+
],
|
|
1401
|
+
"type": "string"
|
|
1402
|
+
},
|
|
1339
1403
|
"measures": {
|
|
1340
1404
|
"default": [
|
|
1341
1405
|
[]
|
|
@@ -1488,7 +1552,7 @@ declare const _default: {
|
|
|
1488
1552
|
"description": "Theme configuration",
|
|
1489
1553
|
"properties": {
|
|
1490
1554
|
"axis": {
|
|
1491
|
-
"description": "
|
|
1555
|
+
"description": "Custom axis styling",
|
|
1492
1556
|
"examples": [
|
|
1493
1557
|
{
|
|
1494
1558
|
"fontSize": 12
|
|
@@ -1499,25 +1563,8 @@ declare const _default: {
|
|
|
1499
1563
|
],
|
|
1500
1564
|
"type": "object"
|
|
1501
1565
|
},
|
|
1502
|
-
"background": {
|
|
1503
|
-
"description": "Background color",
|
|
1504
|
-
"examples": [
|
|
1505
|
-
"rgb(245, 245, 245)",
|
|
1506
|
-
"rgb(61, 61, 61)"
|
|
1507
|
-
],
|
|
1508
|
-
"type": "string"
|
|
1509
|
-
},
|
|
1510
|
-
"baseFontSize": {
|
|
1511
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1512
|
-
"examples": [
|
|
1513
|
-
13,
|
|
1514
|
-
16,
|
|
1515
|
-
20
|
|
1516
|
-
],
|
|
1517
|
-
"type": "number"
|
|
1518
|
-
},
|
|
1519
1566
|
"borders": {
|
|
1520
|
-
"description": "
|
|
1567
|
+
"description": "Custom border styling",
|
|
1521
1568
|
"properties": {
|
|
1522
1569
|
"border-bottom-width": {
|
|
1523
1570
|
"description": "Border bottom width",
|
|
@@ -1586,7 +1633,7 @@ declare const _default: {
|
|
|
1586
1633
|
"type": "object"
|
|
1587
1634
|
},
|
|
1588
1635
|
"boxShadow": {
|
|
1589
|
-
"description": "
|
|
1636
|
+
"description": "Custom shadow styling",
|
|
1590
1637
|
"properties": {
|
|
1591
1638
|
"color": {
|
|
1592
1639
|
"description": "Shadow color",
|
|
@@ -1616,29 +1663,12 @@ declare const _default: {
|
|
|
1616
1663
|
"type": "object"
|
|
1617
1664
|
},
|
|
1618
1665
|
"colors": {
|
|
1619
|
-
"description": "
|
|
1666
|
+
"description": "Custom color palette",
|
|
1620
1667
|
"examples": [
|
|
1621
1668
|
[
|
|
1622
|
-
"rgb(
|
|
1623
|
-
"rgb(
|
|
1624
|
-
"rgb(
|
|
1625
|
-
],
|
|
1626
|
-
[
|
|
1627
|
-
"rgb(48, 36, 179)",
|
|
1628
|
-
"rgb(105, 93, 255)",
|
|
1629
|
-
"rgb(199, 194, 255)",
|
|
1630
|
-
"rgb(134, 4, 129)",
|
|
1631
|
-
"rgb(204, 55, 198)",
|
|
1632
|
-
"rgb(236, 180, 234)",
|
|
1633
|
-
"rgb(220, 141, 0)",
|
|
1634
|
-
"rgb(249, 206, 61)",
|
|
1635
|
-
"rgb(253, 237, 182)",
|
|
1636
|
-
"rgb(6, 142, 84)",
|
|
1637
|
-
"rgb(58, 213, 147)",
|
|
1638
|
-
"rgb(181, 239, 215)",
|
|
1639
|
-
"rgb(85, 78, 78)",
|
|
1640
|
-
"rgb(149, 141, 141)",
|
|
1641
|
-
"rgb(215, 212, 212)"
|
|
1669
|
+
"rgb(68, 52, 255)",
|
|
1670
|
+
"rgb(68, 52, 255)",
|
|
1671
|
+
"rgb(218, 214, 255)"
|
|
1642
1672
|
]
|
|
1643
1673
|
],
|
|
1644
1674
|
"items": {
|
|
@@ -1646,24 +1676,8 @@ declare const _default: {
|
|
|
1646
1676
|
},
|
|
1647
1677
|
"type": "array"
|
|
1648
1678
|
},
|
|
1649
|
-
"editBackground": {
|
|
1650
|
-
"description": "Edit background",
|
|
1651
|
-
"examples": [
|
|
1652
|
-
"rgb(228, 228, 228)",
|
|
1653
|
-
"rgb(245, 245, 245)",
|
|
1654
|
-
"rgb(61, 61, 61)"
|
|
1655
|
-
],
|
|
1656
|
-
"type": "string"
|
|
1657
|
-
},
|
|
1658
|
-
"editModeBackground": {
|
|
1659
|
-
"description": "Edit mode background",
|
|
1660
|
-
"examples": [
|
|
1661
|
-
"rgb(245, 245, 245)"
|
|
1662
|
-
],
|
|
1663
|
-
"type": "string"
|
|
1664
|
-
},
|
|
1665
1679
|
"font": {
|
|
1666
|
-
"description": "
|
|
1680
|
+
"description": "Custom font styling",
|
|
1667
1681
|
"properties": {
|
|
1668
1682
|
"font-style": {
|
|
1669
1683
|
"const": "normal",
|
|
@@ -1707,40 +1721,15 @@ declare const _default: {
|
|
|
1707
1721
|
"type": "object"
|
|
1708
1722
|
},
|
|
1709
1723
|
"id": {
|
|
1710
|
-
"description": "Id of the theme,
|
|
1724
|
+
"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.",
|
|
1711
1725
|
"examples": [
|
|
1712
1726
|
"seasonal",
|
|
1713
1727
|
"urban"
|
|
1714
1728
|
],
|
|
1715
1729
|
"type": "string"
|
|
1716
1730
|
},
|
|
1717
|
-
"itemSpecific": {
|
|
1718
|
-
"description": "Item specific styling",
|
|
1719
|
-
"properties": {
|
|
1720
|
-
"padding": {
|
|
1721
|
-
"description": "Padding of the item",
|
|
1722
|
-
"examples": [
|
|
1723
|
-
0,
|
|
1724
|
-
4,
|
|
1725
|
-
8,
|
|
1726
|
-
10
|
|
1727
|
-
],
|
|
1728
|
-
"type": "number"
|
|
1729
|
-
},
|
|
1730
|
-
"rounding": {
|
|
1731
|
-
"description": "Rounding of the item",
|
|
1732
|
-
"examples": [
|
|
1733
|
-
0,
|
|
1734
|
-
8,
|
|
1735
|
-
12
|
|
1736
|
-
],
|
|
1737
|
-
"type": "number"
|
|
1738
|
-
}
|
|
1739
|
-
},
|
|
1740
|
-
"type": "object"
|
|
1741
|
-
},
|
|
1742
1731
|
"itemsBackground": {
|
|
1743
|
-
"description": "
|
|
1732
|
+
"description": "Custom item background color",
|
|
1744
1733
|
"examples": [
|
|
1745
1734
|
"rgb(255, 255, 255)",
|
|
1746
1735
|
"rgb(71, 69, 69)",
|
|
@@ -1749,7 +1738,7 @@ declare const _default: {
|
|
|
1749
1738
|
"type": "string"
|
|
1750
1739
|
},
|
|
1751
1740
|
"legend": {
|
|
1752
|
-
"description": "
|
|
1741
|
+
"description": "Custom legend styling",
|
|
1753
1742
|
"properties": {
|
|
1754
1743
|
"fontSize": {
|
|
1755
1744
|
"description": "Legend font size in px",
|
|
@@ -1785,48 +1774,8 @@ declare const _default: {
|
|
|
1785
1774
|
},
|
|
1786
1775
|
"type": "object"
|
|
1787
1776
|
},
|
|
1788
|
-
"mainColor": {
|
|
1789
|
-
"description": "Theme main color",
|
|
1790
|
-
"examples": [
|
|
1791
|
-
"rgb(123, 144, 255)",
|
|
1792
|
-
"rgb(255, 174, 52)",
|
|
1793
|
-
"rgb(123, 144, 255)"
|
|
1794
|
-
],
|
|
1795
|
-
"type": "string"
|
|
1796
|
-
},
|
|
1797
|
-
"margins": {
|
|
1798
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1799
|
-
"examples": [
|
|
1800
|
-
[
|
|
1801
|
-
16,
|
|
1802
|
-
16
|
|
1803
|
-
],
|
|
1804
|
-
[
|
|
1805
|
-
20,
|
|
1806
|
-
20
|
|
1807
|
-
]
|
|
1808
|
-
],
|
|
1809
|
-
"items": [
|
|
1810
|
-
{
|
|
1811
|
-
"type": "number"
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"type": "number"
|
|
1815
|
-
}
|
|
1816
|
-
],
|
|
1817
|
-
"maxItems": 2,
|
|
1818
|
-
"minItems": 2,
|
|
1819
|
-
"type": "array"
|
|
1820
|
-
},
|
|
1821
|
-
"name": {
|
|
1822
|
-
"description": "Theme name",
|
|
1823
|
-
"examples": [
|
|
1824
|
-
"manual"
|
|
1825
|
-
],
|
|
1826
|
-
"type": "string"
|
|
1827
|
-
},
|
|
1828
1777
|
"title": {
|
|
1829
|
-
"description": "
|
|
1778
|
+
"description": "Custom title styling",
|
|
1830
1779
|
"properties": {
|
|
1831
1780
|
"align": {
|
|
1832
1781
|
"description": "Title align",
|
|
@@ -1895,7 +1844,7 @@ declare const _default: {
|
|
|
1895
1844
|
"type": "object"
|
|
1896
1845
|
},
|
|
1897
1846
|
"tooltip": {
|
|
1898
|
-
"description": "
|
|
1847
|
+
"description": "Custom tooltip styling",
|
|
1899
1848
|
"properties": {
|
|
1900
1849
|
"background": {
|
|
1901
1850
|
"description": "Tooltip's background",
|
|
@@ -1938,7 +1887,7 @@ declare const _default: {
|
|
|
1938
1887
|
"type": "object"
|
|
1939
1888
|
},
|
|
1940
1889
|
"type": {
|
|
1941
|
-
"description": "
|
|
1890
|
+
"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.",
|
|
1942
1891
|
"examples": [
|
|
1943
1892
|
"custom"
|
|
1944
1893
|
],
|
|
@@ -1947,6 +1896,14 @@ declare const _default: {
|
|
|
1947
1896
|
},
|
|
1948
1897
|
"type": "object"
|
|
1949
1898
|
},
|
|
1899
|
+
"timezoneId": {
|
|
1900
|
+
"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",
|
|
1901
|
+
"examples": [
|
|
1902
|
+
"Europe/Brussels",
|
|
1903
|
+
"America/New_York"
|
|
1904
|
+
],
|
|
1905
|
+
"type": "string"
|
|
1906
|
+
},
|
|
1950
1907
|
"title": {
|
|
1951
1908
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1952
1909
|
"examples": [
|
|
@@ -98,18 +98,18 @@ declare const _default: {
|
|
|
98
98
|
"type": "string"
|
|
99
99
|
},
|
|
100
100
|
"periodOverPeriod": {
|
|
101
|
-
"description": "Settings to configure period over period comparison",
|
|
101
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
102
102
|
"properties": {
|
|
103
103
|
"level": {
|
|
104
|
-
"description": "
|
|
104
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
105
105
|
"type": "number"
|
|
106
106
|
},
|
|
107
107
|
"periodToDate": {
|
|
108
|
-
"description": "period to date comparison",
|
|
108
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
109
109
|
"type": "boolean"
|
|
110
110
|
},
|
|
111
111
|
"quantity": {
|
|
112
|
-
"description": "
|
|
112
|
+
"description": "Number of periods",
|
|
113
113
|
"type": "number"
|
|
114
114
|
},
|
|
115
115
|
"type": {
|
|
@@ -212,18 +212,18 @@ declare const _default: {
|
|
|
212
212
|
]
|
|
213
213
|
},
|
|
214
214
|
"periodOverPeriod": {
|
|
215
|
-
"description": "Settings to configure period over period comparison",
|
|
215
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
216
216
|
"properties": {
|
|
217
217
|
"level": {
|
|
218
|
-
"description": "
|
|
218
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
219
219
|
"type": "number"
|
|
220
220
|
},
|
|
221
221
|
"periodToDate": {
|
|
222
|
-
"description": "period to date comparison",
|
|
222
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
223
223
|
"type": "boolean"
|
|
224
224
|
},
|
|
225
225
|
"quantity": {
|
|
226
|
-
"description": "
|
|
226
|
+
"description": "Number of periods",
|
|
227
227
|
"type": "number"
|
|
228
228
|
},
|
|
229
229
|
"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": {
|