@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
|
@@ -118,6 +118,9 @@ declare const _default: {
|
|
|
118
118
|
"currency_id": {
|
|
119
119
|
"type": "string"
|
|
120
120
|
},
|
|
121
|
+
"description": {
|
|
122
|
+
"type": "object"
|
|
123
|
+
},
|
|
121
124
|
"duration_format": {
|
|
122
125
|
"enum": [
|
|
123
126
|
"long",
|
|
@@ -571,7 +574,7 @@ declare const _default: {
|
|
|
571
574
|
"type": "string"
|
|
572
575
|
},
|
|
573
576
|
"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.",
|
|
577
|
+
"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
578
|
"type": "string"
|
|
576
579
|
},
|
|
577
580
|
"grandTotals": {
|
|
@@ -618,18 +621,18 @@ declare const _default: {
|
|
|
618
621
|
"type": "string"
|
|
619
622
|
},
|
|
620
623
|
"periodOverPeriod": {
|
|
621
|
-
"description": "Settings to configure period over period comparison",
|
|
624
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
622
625
|
"properties": {
|
|
623
626
|
"level": {
|
|
624
|
-
"description": "
|
|
627
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
625
628
|
"type": "number"
|
|
626
629
|
},
|
|
627
630
|
"periodToDate": {
|
|
628
|
-
"description": "period to date comparison",
|
|
631
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
629
632
|
"type": "boolean"
|
|
630
633
|
},
|
|
631
634
|
"quantity": {
|
|
632
|
-
"description": "
|
|
635
|
+
"description": "Number of periods",
|
|
633
636
|
"type": "number"
|
|
634
637
|
},
|
|
635
638
|
"type": {
|
|
@@ -721,6 +724,67 @@ declare const _default: {
|
|
|
721
724
|
},
|
|
722
725
|
"type": "object"
|
|
723
726
|
},
|
|
727
|
+
"loader": {
|
|
728
|
+
"description": "The loader configuration",
|
|
729
|
+
"properties": {
|
|
730
|
+
"background": {
|
|
731
|
+
"default": "#f9f9f9",
|
|
732
|
+
"description": "Background color of the chart loader element",
|
|
733
|
+
"type": "string"
|
|
734
|
+
},
|
|
735
|
+
"fontColor": {
|
|
736
|
+
"default": "#5a5a5a",
|
|
737
|
+
"description": "Font color of the text of the chart loaders",
|
|
738
|
+
"type": "string"
|
|
739
|
+
},
|
|
740
|
+
"locale": {
|
|
741
|
+
"default": "en",
|
|
742
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
743
|
+
"examples": [
|
|
744
|
+
"en",
|
|
745
|
+
"fr"
|
|
746
|
+
],
|
|
747
|
+
"type": "string"
|
|
748
|
+
},
|
|
749
|
+
"mode": {
|
|
750
|
+
"default": "light",
|
|
751
|
+
"description": "Light or dark loader",
|
|
752
|
+
"type": "string"
|
|
753
|
+
},
|
|
754
|
+
"msg": {
|
|
755
|
+
"description": "Loading message",
|
|
756
|
+
"examples": [
|
|
757
|
+
"Loading dashboard..."
|
|
758
|
+
],
|
|
759
|
+
"type": "string"
|
|
760
|
+
},
|
|
761
|
+
"showBranded": {
|
|
762
|
+
"default": false,
|
|
763
|
+
"description": "Shows the branded \"powered by\" information",
|
|
764
|
+
"type": "boolean"
|
|
765
|
+
},
|
|
766
|
+
"spinnerBackground": {
|
|
767
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
768
|
+
"description": "Background color of the spinner",
|
|
769
|
+
"type": "string"
|
|
770
|
+
},
|
|
771
|
+
"spinnerColor": {
|
|
772
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
773
|
+
"description": "Spinner color of the loader",
|
|
774
|
+
"type": "string"
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
"type": "object"
|
|
778
|
+
},
|
|
779
|
+
"locale": {
|
|
780
|
+
"default": "en",
|
|
781
|
+
"description": "Locale to be used",
|
|
782
|
+
"examples": [
|
|
783
|
+
"en",
|
|
784
|
+
"fr"
|
|
785
|
+
],
|
|
786
|
+
"type": "string"
|
|
787
|
+
},
|
|
724
788
|
"multiselect": {
|
|
725
789
|
"default": false,
|
|
726
790
|
"description": "Toggle multiple option selection for the Dropdown filter",
|
|
@@ -841,37 +905,8 @@ declare const _default: {
|
|
|
841
905
|
"theme": {
|
|
842
906
|
"description": "Theme configuration",
|
|
843
907
|
"properties": {
|
|
844
|
-
"axis": {
|
|
845
|
-
"description": "Axis styling",
|
|
846
|
-
"examples": [
|
|
847
|
-
{
|
|
848
|
-
"fontSize": 12
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"fontSize": 10
|
|
852
|
-
}
|
|
853
|
-
],
|
|
854
|
-
"type": "object"
|
|
855
|
-
},
|
|
856
|
-
"background": {
|
|
857
|
-
"description": "Background color",
|
|
858
|
-
"examples": [
|
|
859
|
-
"rgb(245, 245, 245)",
|
|
860
|
-
"rgb(61, 61, 61)"
|
|
861
|
-
],
|
|
862
|
-
"type": "string"
|
|
863
|
-
},
|
|
864
|
-
"baseFontSize": {
|
|
865
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
866
|
-
"examples": [
|
|
867
|
-
13,
|
|
868
|
-
16,
|
|
869
|
-
20
|
|
870
|
-
],
|
|
871
|
-
"type": "number"
|
|
872
|
-
},
|
|
873
908
|
"borders": {
|
|
874
|
-
"description": "
|
|
909
|
+
"description": "Custom border styling",
|
|
875
910
|
"properties": {
|
|
876
911
|
"border-bottom-width": {
|
|
877
912
|
"description": "Border bottom width",
|
|
@@ -940,7 +975,7 @@ declare const _default: {
|
|
|
940
975
|
"type": "object"
|
|
941
976
|
},
|
|
942
977
|
"boxShadow": {
|
|
943
|
-
"description": "
|
|
978
|
+
"description": "Custom shadow styling",
|
|
944
979
|
"properties": {
|
|
945
980
|
"color": {
|
|
946
981
|
"description": "Shadow color",
|
|
@@ -969,55 +1004,8 @@ declare const _default: {
|
|
|
969
1004
|
},
|
|
970
1005
|
"type": "object"
|
|
971
1006
|
},
|
|
972
|
-
"colors": {
|
|
973
|
-
"description": "A list of theme colors",
|
|
974
|
-
"examples": [
|
|
975
|
-
[
|
|
976
|
-
"rgb(122, 112, 112)",
|
|
977
|
-
"rgb(175, 169, 169)",
|
|
978
|
-
"rgb(228, 226, 226)"
|
|
979
|
-
],
|
|
980
|
-
[
|
|
981
|
-
"rgb(48, 36, 179)",
|
|
982
|
-
"rgb(105, 93, 255)",
|
|
983
|
-
"rgb(199, 194, 255)",
|
|
984
|
-
"rgb(134, 4, 129)",
|
|
985
|
-
"rgb(204, 55, 198)",
|
|
986
|
-
"rgb(236, 180, 234)",
|
|
987
|
-
"rgb(220, 141, 0)",
|
|
988
|
-
"rgb(249, 206, 61)",
|
|
989
|
-
"rgb(253, 237, 182)",
|
|
990
|
-
"rgb(6, 142, 84)",
|
|
991
|
-
"rgb(58, 213, 147)",
|
|
992
|
-
"rgb(181, 239, 215)",
|
|
993
|
-
"rgb(85, 78, 78)",
|
|
994
|
-
"rgb(149, 141, 141)",
|
|
995
|
-
"rgb(215, 212, 212)"
|
|
996
|
-
]
|
|
997
|
-
],
|
|
998
|
-
"items": {
|
|
999
|
-
"type": "string"
|
|
1000
|
-
},
|
|
1001
|
-
"type": "array"
|
|
1002
|
-
},
|
|
1003
|
-
"editBackground": {
|
|
1004
|
-
"description": "Edit background",
|
|
1005
|
-
"examples": [
|
|
1006
|
-
"rgb(228, 228, 228)",
|
|
1007
|
-
"rgb(245, 245, 245)",
|
|
1008
|
-
"rgb(61, 61, 61)"
|
|
1009
|
-
],
|
|
1010
|
-
"type": "string"
|
|
1011
|
-
},
|
|
1012
|
-
"editModeBackground": {
|
|
1013
|
-
"description": "Edit mode background",
|
|
1014
|
-
"examples": [
|
|
1015
|
-
"rgb(245, 245, 245)"
|
|
1016
|
-
],
|
|
1017
|
-
"type": "string"
|
|
1018
|
-
},
|
|
1019
1007
|
"font": {
|
|
1020
|
-
"description": "
|
|
1008
|
+
"description": "Custom font styling",
|
|
1021
1009
|
"properties": {
|
|
1022
1010
|
"font-style": {
|
|
1023
1011
|
"const": "normal",
|
|
@@ -1061,40 +1049,15 @@ declare const _default: {
|
|
|
1061
1049
|
"type": "object"
|
|
1062
1050
|
},
|
|
1063
1051
|
"id": {
|
|
1064
|
-
"description": "Id of the theme,
|
|
1052
|
+
"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.",
|
|
1065
1053
|
"examples": [
|
|
1066
1054
|
"seasonal",
|
|
1067
1055
|
"urban"
|
|
1068
1056
|
],
|
|
1069
1057
|
"type": "string"
|
|
1070
1058
|
},
|
|
1071
|
-
"itemSpecific": {
|
|
1072
|
-
"description": "Item specific styling",
|
|
1073
|
-
"properties": {
|
|
1074
|
-
"padding": {
|
|
1075
|
-
"description": "Padding of the item",
|
|
1076
|
-
"examples": [
|
|
1077
|
-
0,
|
|
1078
|
-
4,
|
|
1079
|
-
8,
|
|
1080
|
-
10
|
|
1081
|
-
],
|
|
1082
|
-
"type": "number"
|
|
1083
|
-
},
|
|
1084
|
-
"rounding": {
|
|
1085
|
-
"description": "Rounding of the item",
|
|
1086
|
-
"examples": [
|
|
1087
|
-
0,
|
|
1088
|
-
8,
|
|
1089
|
-
12
|
|
1090
|
-
],
|
|
1091
|
-
"type": "number"
|
|
1092
|
-
}
|
|
1093
|
-
},
|
|
1094
|
-
"type": "object"
|
|
1095
|
-
},
|
|
1096
1059
|
"itemsBackground": {
|
|
1097
|
-
"description": "
|
|
1060
|
+
"description": "Custom item background color",
|
|
1098
1061
|
"examples": [
|
|
1099
1062
|
"rgb(255, 255, 255)",
|
|
1100
1063
|
"rgb(71, 69, 69)",
|
|
@@ -1102,85 +1065,8 @@ declare const _default: {
|
|
|
1102
1065
|
],
|
|
1103
1066
|
"type": "string"
|
|
1104
1067
|
},
|
|
1105
|
-
"legend": {
|
|
1106
|
-
"description": "Legend styling",
|
|
1107
|
-
"properties": {
|
|
1108
|
-
"fontSize": {
|
|
1109
|
-
"description": "Legend font size in px",
|
|
1110
|
-
"examples": [
|
|
1111
|
-
12,
|
|
1112
|
-
16
|
|
1113
|
-
],
|
|
1114
|
-
"type": "number"
|
|
1115
|
-
},
|
|
1116
|
-
"lineHeight": {
|
|
1117
|
-
"description": "Legend line height in px",
|
|
1118
|
-
"examples": [
|
|
1119
|
-
12,
|
|
1120
|
-
16,
|
|
1121
|
-
20
|
|
1122
|
-
],
|
|
1123
|
-
"type": "number"
|
|
1124
|
-
},
|
|
1125
|
-
"type": {
|
|
1126
|
-
"description": "Legend type",
|
|
1127
|
-
"enum": [
|
|
1128
|
-
"circle",
|
|
1129
|
-
"line",
|
|
1130
|
-
"normal"
|
|
1131
|
-
],
|
|
1132
|
-
"examples": [
|
|
1133
|
-
"normal",
|
|
1134
|
-
"line",
|
|
1135
|
-
"circle"
|
|
1136
|
-
],
|
|
1137
|
-
"type": "string"
|
|
1138
|
-
}
|
|
1139
|
-
},
|
|
1140
|
-
"type": "object"
|
|
1141
|
-
},
|
|
1142
|
-
"mainColor": {
|
|
1143
|
-
"description": "Theme main color",
|
|
1144
|
-
"examples": [
|
|
1145
|
-
"rgb(123, 144, 255)",
|
|
1146
|
-
"rgb(255, 174, 52)",
|
|
1147
|
-
"rgb(123, 144, 255)"
|
|
1148
|
-
],
|
|
1149
|
-
"type": "string"
|
|
1150
|
-
},
|
|
1151
|
-
"margins": {
|
|
1152
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1153
|
-
"examples": [
|
|
1154
|
-
[
|
|
1155
|
-
16,
|
|
1156
|
-
16
|
|
1157
|
-
],
|
|
1158
|
-
[
|
|
1159
|
-
20,
|
|
1160
|
-
20
|
|
1161
|
-
]
|
|
1162
|
-
],
|
|
1163
|
-
"items": [
|
|
1164
|
-
{
|
|
1165
|
-
"type": "number"
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"type": "number"
|
|
1169
|
-
}
|
|
1170
|
-
],
|
|
1171
|
-
"maxItems": 2,
|
|
1172
|
-
"minItems": 2,
|
|
1173
|
-
"type": "array"
|
|
1174
|
-
},
|
|
1175
|
-
"name": {
|
|
1176
|
-
"description": "Theme name",
|
|
1177
|
-
"examples": [
|
|
1178
|
-
"manual"
|
|
1179
|
-
],
|
|
1180
|
-
"type": "string"
|
|
1181
|
-
},
|
|
1182
1068
|
"title": {
|
|
1183
|
-
"description": "
|
|
1069
|
+
"description": "Custom title styling",
|
|
1184
1070
|
"properties": {
|
|
1185
1071
|
"align": {
|
|
1186
1072
|
"description": "Title align",
|
|
@@ -1248,51 +1134,8 @@ declare const _default: {
|
|
|
1248
1134
|
},
|
|
1249
1135
|
"type": "object"
|
|
1250
1136
|
},
|
|
1251
|
-
"tooltip": {
|
|
1252
|
-
"description": "Tooltip styling",
|
|
1253
|
-
"properties": {
|
|
1254
|
-
"background": {
|
|
1255
|
-
"description": "Tooltip's background",
|
|
1256
|
-
"examples": [
|
|
1257
|
-
"rgb(248, 248, 248)",
|
|
1258
|
-
"rgb(248, 248, 248)",
|
|
1259
|
-
"rgb(130, 128, 128)",
|
|
1260
|
-
"rgb(61, 61, 61)"
|
|
1261
|
-
],
|
|
1262
|
-
"type": "string"
|
|
1263
|
-
},
|
|
1264
|
-
"fontSize": {
|
|
1265
|
-
"description": "Tooltip's font size in px",
|
|
1266
|
-
"examples": [
|
|
1267
|
-
12,
|
|
1268
|
-
16,
|
|
1269
|
-
20
|
|
1270
|
-
],
|
|
1271
|
-
"type": "number"
|
|
1272
|
-
},
|
|
1273
|
-
"lineHeight": {
|
|
1274
|
-
"description": "Tooltip's line height in px",
|
|
1275
|
-
"examples": [
|
|
1276
|
-
12,
|
|
1277
|
-
16,
|
|
1278
|
-
20
|
|
1279
|
-
],
|
|
1280
|
-
"type": "number"
|
|
1281
|
-
},
|
|
1282
|
-
"opacity": {
|
|
1283
|
-
"description": "Tooltip's opacity",
|
|
1284
|
-
"examples": [
|
|
1285
|
-
0.5,
|
|
1286
|
-
0.8,
|
|
1287
|
-
1
|
|
1288
|
-
],
|
|
1289
|
-
"type": "number"
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
|
-
"type": "object"
|
|
1293
|
-
},
|
|
1294
1137
|
"type": {
|
|
1295
|
-
"description": "
|
|
1138
|
+
"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.",
|
|
1296
1139
|
"examples": [
|
|
1297
1140
|
"custom"
|
|
1298
1141
|
],
|
|
@@ -1301,6 +1144,14 @@ declare const _default: {
|
|
|
1301
1144
|
},
|
|
1302
1145
|
"type": "object"
|
|
1303
1146
|
},
|
|
1147
|
+
"timezoneId": {
|
|
1148
|
+
"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",
|
|
1149
|
+
"examples": [
|
|
1150
|
+
"Europe/Brussels",
|
|
1151
|
+
"America/New_York"
|
|
1152
|
+
],
|
|
1153
|
+
"type": "string"
|
|
1154
|
+
},
|
|
1304
1155
|
"title": {
|
|
1305
1156
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1306
1157
|
"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": {
|