@luzmo/dashboard-contents-types 1.0.0 → 1.0.1
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 +11 -0
- package/README.md +154 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +75 -157
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +13 -40
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +4 -4
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/image-options.schema.json.d.ts +69 -0
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +74 -5
- 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 +74 -5
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +74 -5
- 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 +69 -0
- package/index.js +220 -142
- package/index.mjs +2194 -701
- package/json-schemas.d.ts +1334 -123
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +7 -4
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts +1 -2
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +1 -2
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/shared/index.d.ts +1 -0
- 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 +7 -6
- package/src/lib/shared/slots.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 +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts +1 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
- package/src/options.d.ts +1 -1
- package/src/options.d.ts.map +1 -1
|
@@ -571,7 +571,7 @@ declare const _default: {
|
|
|
571
571
|
"type": "string"
|
|
572
572
|
},
|
|
573
573
|
"formula": {
|
|
574
|
-
"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.",
|
|
574
|
+
"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",
|
|
575
575
|
"type": "string"
|
|
576
576
|
},
|
|
577
577
|
"grandTotals": {
|
|
@@ -618,18 +618,18 @@ declare const _default: {
|
|
|
618
618
|
"type": "string"
|
|
619
619
|
},
|
|
620
620
|
"periodOverPeriod": {
|
|
621
|
-
"description": "Settings to configure period over period comparison",
|
|
621
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
622
622
|
"properties": {
|
|
623
623
|
"level": {
|
|
624
|
-
"description": "
|
|
624
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
625
625
|
"type": "number"
|
|
626
626
|
},
|
|
627
627
|
"periodToDate": {
|
|
628
|
-
"description": "period to date comparison",
|
|
628
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
629
629
|
"type": "boolean"
|
|
630
630
|
},
|
|
631
631
|
"quantity": {
|
|
632
|
-
"description": "
|
|
632
|
+
"description": "Number of periods",
|
|
633
633
|
"type": "number"
|
|
634
634
|
},
|
|
635
635
|
"type": {
|
|
@@ -721,6 +721,67 @@ declare const _default: {
|
|
|
721
721
|
},
|
|
722
722
|
"type": "object"
|
|
723
723
|
},
|
|
724
|
+
"loader": {
|
|
725
|
+
"description": "The loader configuration",
|
|
726
|
+
"properties": {
|
|
727
|
+
"background": {
|
|
728
|
+
"default": "#f9f9f9",
|
|
729
|
+
"description": "Background color of the chart loader element",
|
|
730
|
+
"type": "string"
|
|
731
|
+
},
|
|
732
|
+
"fontColor": {
|
|
733
|
+
"default": "#5a5a5a",
|
|
734
|
+
"description": "Font color of the text of the chart loaders",
|
|
735
|
+
"type": "string"
|
|
736
|
+
},
|
|
737
|
+
"locale": {
|
|
738
|
+
"default": "en",
|
|
739
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
740
|
+
"examples": [
|
|
741
|
+
"en",
|
|
742
|
+
"fr"
|
|
743
|
+
],
|
|
744
|
+
"type": "string"
|
|
745
|
+
},
|
|
746
|
+
"mode": {
|
|
747
|
+
"default": "light",
|
|
748
|
+
"description": "Light or dark loader",
|
|
749
|
+
"type": "string"
|
|
750
|
+
},
|
|
751
|
+
"msg": {
|
|
752
|
+
"description": "Loading message",
|
|
753
|
+
"examples": [
|
|
754
|
+
"Loading dashboard..."
|
|
755
|
+
],
|
|
756
|
+
"type": "string"
|
|
757
|
+
},
|
|
758
|
+
"showBranded": {
|
|
759
|
+
"default": false,
|
|
760
|
+
"description": "Shows the branded \"powered by\" information",
|
|
761
|
+
"type": "boolean"
|
|
762
|
+
},
|
|
763
|
+
"spinnerBackground": {
|
|
764
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
765
|
+
"description": "Background color of the spinner",
|
|
766
|
+
"type": "string"
|
|
767
|
+
},
|
|
768
|
+
"spinnerColor": {
|
|
769
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
770
|
+
"description": "Spinner color of the loader",
|
|
771
|
+
"type": "string"
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
"type": "object"
|
|
775
|
+
},
|
|
776
|
+
"locale": {
|
|
777
|
+
"default": "en",
|
|
778
|
+
"description": "Locale to be used",
|
|
779
|
+
"examples": [
|
|
780
|
+
"en",
|
|
781
|
+
"fr"
|
|
782
|
+
],
|
|
783
|
+
"type": "string"
|
|
784
|
+
},
|
|
724
785
|
"multiselect": {
|
|
725
786
|
"default": false,
|
|
726
787
|
"description": "Toggle multiple option selection for the Dropdown filter",
|
|
@@ -1301,6 +1362,14 @@ declare const _default: {
|
|
|
1301
1362
|
},
|
|
1302
1363
|
"type": "object"
|
|
1303
1364
|
},
|
|
1365
|
+
"timezoneId": {
|
|
1366
|
+
"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",
|
|
1367
|
+
"examples": [
|
|
1368
|
+
"Europe/Brussels",
|
|
1369
|
+
"America/New_York"
|
|
1370
|
+
],
|
|
1371
|
+
"type": "string"
|
|
1372
|
+
},
|
|
1304
1373
|
"title": {
|
|
1305
1374
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1306
1375
|
"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": {
|
|
@@ -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": {
|
|
@@ -786,7 +786,7 @@ declare const _default: {
|
|
|
786
786
|
"type": "string"
|
|
787
787
|
},
|
|
788
788
|
"formula": {
|
|
789
|
-
"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.",
|
|
789
|
+
"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",
|
|
790
790
|
"type": "string"
|
|
791
791
|
},
|
|
792
792
|
"grandTotals": {
|
|
@@ -833,18 +833,18 @@ declare const _default: {
|
|
|
833
833
|
"type": "string"
|
|
834
834
|
},
|
|
835
835
|
"periodOverPeriod": {
|
|
836
|
-
"description": "Settings to configure period over period comparison",
|
|
836
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
837
837
|
"properties": {
|
|
838
838
|
"level": {
|
|
839
|
-
"description": "
|
|
839
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
840
840
|
"type": "number"
|
|
841
841
|
},
|
|
842
842
|
"periodToDate": {
|
|
843
|
-
"description": "period to date comparison",
|
|
843
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
844
844
|
"type": "boolean"
|
|
845
845
|
},
|
|
846
846
|
"quantity": {
|
|
847
|
-
"description": "
|
|
847
|
+
"description": "Number of periods",
|
|
848
848
|
"type": "number"
|
|
849
849
|
},
|
|
850
850
|
"type": {
|
|
@@ -964,6 +964,67 @@ declare const _default: {
|
|
|
964
964
|
},
|
|
965
965
|
"type": "object"
|
|
966
966
|
},
|
|
967
|
+
"loader": {
|
|
968
|
+
"description": "The loader configuration",
|
|
969
|
+
"properties": {
|
|
970
|
+
"background": {
|
|
971
|
+
"default": "#f9f9f9",
|
|
972
|
+
"description": "Background color of the chart loader element",
|
|
973
|
+
"type": "string"
|
|
974
|
+
},
|
|
975
|
+
"fontColor": {
|
|
976
|
+
"default": "#5a5a5a",
|
|
977
|
+
"description": "Font color of the text of the chart loaders",
|
|
978
|
+
"type": "string"
|
|
979
|
+
},
|
|
980
|
+
"locale": {
|
|
981
|
+
"default": "en",
|
|
982
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
983
|
+
"examples": [
|
|
984
|
+
"en",
|
|
985
|
+
"fr"
|
|
986
|
+
],
|
|
987
|
+
"type": "string"
|
|
988
|
+
},
|
|
989
|
+
"mode": {
|
|
990
|
+
"default": "light",
|
|
991
|
+
"description": "Light or dark loader",
|
|
992
|
+
"type": "string"
|
|
993
|
+
},
|
|
994
|
+
"msg": {
|
|
995
|
+
"description": "Loading message",
|
|
996
|
+
"examples": [
|
|
997
|
+
"Loading dashboard..."
|
|
998
|
+
],
|
|
999
|
+
"type": "string"
|
|
1000
|
+
},
|
|
1001
|
+
"showBranded": {
|
|
1002
|
+
"default": false,
|
|
1003
|
+
"description": "Shows the branded \"powered by\" information",
|
|
1004
|
+
"type": "boolean"
|
|
1005
|
+
},
|
|
1006
|
+
"spinnerBackground": {
|
|
1007
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
1008
|
+
"description": "Background color of the spinner",
|
|
1009
|
+
"type": "string"
|
|
1010
|
+
},
|
|
1011
|
+
"spinnerColor": {
|
|
1012
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
1013
|
+
"description": "Spinner color of the loader",
|
|
1014
|
+
"type": "string"
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
"type": "object"
|
|
1018
|
+
},
|
|
1019
|
+
"locale": {
|
|
1020
|
+
"default": "en",
|
|
1021
|
+
"description": "Locale to be used",
|
|
1022
|
+
"examples": [
|
|
1023
|
+
"en",
|
|
1024
|
+
"fr"
|
|
1025
|
+
],
|
|
1026
|
+
"type": "string"
|
|
1027
|
+
},
|
|
967
1028
|
"missingValue": {
|
|
968
1029
|
"description": "Missing value configuration",
|
|
969
1030
|
"properties": {
|
|
@@ -1499,6 +1560,14 @@ declare const _default: {
|
|
|
1499
1560
|
},
|
|
1500
1561
|
"type": "object"
|
|
1501
1562
|
},
|
|
1563
|
+
"timezoneId": {
|
|
1564
|
+
"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",
|
|
1565
|
+
"examples": [
|
|
1566
|
+
"Europe/Brussels",
|
|
1567
|
+
"America/New_York"
|
|
1568
|
+
],
|
|
1569
|
+
"type": "string"
|
|
1570
|
+
},
|
|
1502
1571
|
"titleFontSize": {
|
|
1503
1572
|
"description": "Title font size",
|
|
1504
1573
|
"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": {
|
|
@@ -231,18 +231,18 @@ declare const _default: {
|
|
|
231
231
|
]
|
|
232
232
|
},
|
|
233
233
|
"periodOverPeriod": {
|
|
234
|
-
"description": "Settings to configure period over period comparison",
|
|
234
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
235
235
|
"properties": {
|
|
236
236
|
"level": {
|
|
237
|
-
"description": "
|
|
237
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
238
238
|
"type": "number"
|
|
239
239
|
},
|
|
240
240
|
"periodToDate": {
|
|
241
|
-
"description": "period to date comparison",
|
|
241
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
242
242
|
"type": "boolean"
|
|
243
243
|
},
|
|
244
244
|
"quantity": {
|
|
245
|
-
"description": "
|
|
245
|
+
"description": "Number of periods",
|
|
246
246
|
"type": "number"
|
|
247
247
|
},
|
|
248
248
|
"type": {
|
|
@@ -419,7 +419,7 @@ declare const _default: {
|
|
|
419
419
|
"type": "string"
|
|
420
420
|
},
|
|
421
421
|
"formula": {
|
|
422
|
-
"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.",
|
|
422
|
+
"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",
|
|
423
423
|
"type": "string"
|
|
424
424
|
},
|
|
425
425
|
"grandTotals": {
|
|
@@ -436,18 +436,18 @@ declare const _default: {
|
|
|
436
436
|
"type": "object"
|
|
437
437
|
},
|
|
438
438
|
"periodOverPeriod": {
|
|
439
|
-
"description": "Settings to configure period over period comparison",
|
|
439
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
440
440
|
"properties": {
|
|
441
441
|
"level": {
|
|
442
|
-
"description": "
|
|
442
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
443
443
|
"type": "number"
|
|
444
444
|
},
|
|
445
445
|
"periodToDate": {
|
|
446
|
-
"description": "period to date comparison",
|
|
446
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
447
447
|
"type": "boolean"
|
|
448
448
|
},
|
|
449
449
|
"quantity": {
|
|
450
|
-
"description": "
|
|
450
|
+
"description": "Number of periods",
|
|
451
451
|
"type": "number"
|
|
452
452
|
},
|
|
453
453
|
"type": {
|
|
@@ -2779,7 +2779,7 @@ declare const _default: {
|
|
|
2779
2779
|
"type": "string"
|
|
2780
2780
|
},
|
|
2781
2781
|
"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.",
|
|
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. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
|
|
2783
2783
|
"type": "string"
|
|
2784
2784
|
},
|
|
2785
2785
|
"grandTotals": {
|
|
@@ -2826,18 +2826,18 @@ declare const _default: {
|
|
|
2826
2826
|
"type": "string"
|
|
2827
2827
|
},
|
|
2828
2828
|
"periodOverPeriod": {
|
|
2829
|
-
"description": "Settings to configure period over period comparison",
|
|
2829
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
2830
2830
|
"properties": {
|
|
2831
2831
|
"level": {
|
|
2832
|
-
"description": "
|
|
2832
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
2833
2833
|
"type": "number"
|
|
2834
2834
|
},
|
|
2835
2835
|
"periodToDate": {
|
|
2836
|
-
"description": "period to date comparison",
|
|
2836
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
2837
2837
|
"type": "boolean"
|
|
2838
2838
|
},
|
|
2839
2839
|
"quantity": {
|
|
2840
|
-
"description": "
|
|
2840
|
+
"description": "Number of periods",
|
|
2841
2841
|
"type": "number"
|
|
2842
2842
|
},
|
|
2843
2843
|
"type": {
|
|
@@ -2995,6 +2995,67 @@ declare const _default: {
|
|
|
2995
2995
|
},
|
|
2996
2996
|
"type": "object"
|
|
2997
2997
|
},
|
|
2998
|
+
"loader": {
|
|
2999
|
+
"description": "The loader configuration",
|
|
3000
|
+
"properties": {
|
|
3001
|
+
"background": {
|
|
3002
|
+
"default": "#f9f9f9",
|
|
3003
|
+
"description": "Background color of the chart loader element",
|
|
3004
|
+
"type": "string"
|
|
3005
|
+
},
|
|
3006
|
+
"fontColor": {
|
|
3007
|
+
"default": "#5a5a5a",
|
|
3008
|
+
"description": "Font color of the text of the chart loaders",
|
|
3009
|
+
"type": "string"
|
|
3010
|
+
},
|
|
3011
|
+
"locale": {
|
|
3012
|
+
"default": "en",
|
|
3013
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
3014
|
+
"examples": [
|
|
3015
|
+
"en",
|
|
3016
|
+
"fr"
|
|
3017
|
+
],
|
|
3018
|
+
"type": "string"
|
|
3019
|
+
},
|
|
3020
|
+
"mode": {
|
|
3021
|
+
"default": "light",
|
|
3022
|
+
"description": "Light or dark loader",
|
|
3023
|
+
"type": "string"
|
|
3024
|
+
},
|
|
3025
|
+
"msg": {
|
|
3026
|
+
"description": "Loading message",
|
|
3027
|
+
"examples": [
|
|
3028
|
+
"Loading dashboard..."
|
|
3029
|
+
],
|
|
3030
|
+
"type": "string"
|
|
3031
|
+
},
|
|
3032
|
+
"showBranded": {
|
|
3033
|
+
"default": false,
|
|
3034
|
+
"description": "Shows the branded \"powered by\" information",
|
|
3035
|
+
"type": "boolean"
|
|
3036
|
+
},
|
|
3037
|
+
"spinnerBackground": {
|
|
3038
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
3039
|
+
"description": "Background color of the spinner",
|
|
3040
|
+
"type": "string"
|
|
3041
|
+
},
|
|
3042
|
+
"spinnerColor": {
|
|
3043
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
3044
|
+
"description": "Spinner color of the loader",
|
|
3045
|
+
"type": "string"
|
|
3046
|
+
}
|
|
3047
|
+
},
|
|
3048
|
+
"type": "object"
|
|
3049
|
+
},
|
|
3050
|
+
"locale": {
|
|
3051
|
+
"default": "en",
|
|
3052
|
+
"description": "Locale to be used",
|
|
3053
|
+
"examples": [
|
|
3054
|
+
"en",
|
|
3055
|
+
"fr"
|
|
3056
|
+
],
|
|
3057
|
+
"type": "string"
|
|
3058
|
+
},
|
|
2998
3059
|
"mode": {
|
|
2999
3060
|
"enum": [
|
|
3000
3061
|
"dynamicHeight",
|
|
@@ -3546,6 +3607,14 @@ declare const _default: {
|
|
|
3546
3607
|
},
|
|
3547
3608
|
"type": "object"
|
|
3548
3609
|
},
|
|
3610
|
+
"timezoneId": {
|
|
3611
|
+
"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",
|
|
3612
|
+
"examples": [
|
|
3613
|
+
"Europe/Brussels",
|
|
3614
|
+
"America/New_York"
|
|
3615
|
+
],
|
|
3616
|
+
"type": "string"
|
|
3617
|
+
},
|
|
3549
3618
|
"title": {
|
|
3550
3619
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
3551
3620
|
"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": {
|