@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
|
@@ -253,6 +253,9 @@ declare const _default: {
|
|
|
253
253
|
"currency_id": {
|
|
254
254
|
"type": "string"
|
|
255
255
|
},
|
|
256
|
+
"description": {
|
|
257
|
+
"type": "object"
|
|
258
|
+
},
|
|
256
259
|
"duration_format": {
|
|
257
260
|
"enum": [
|
|
258
261
|
"long",
|
|
@@ -706,7 +709,7 @@ declare const _default: {
|
|
|
706
709
|
"type": "string"
|
|
707
710
|
},
|
|
708
711
|
"formula": {
|
|
709
|
-
"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.",
|
|
712
|
+
"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",
|
|
710
713
|
"type": "string"
|
|
711
714
|
},
|
|
712
715
|
"grandTotals": {
|
|
@@ -753,18 +756,18 @@ declare const _default: {
|
|
|
753
756
|
"type": "string"
|
|
754
757
|
},
|
|
755
758
|
"periodOverPeriod": {
|
|
756
|
-
"description": "Settings to configure period over period comparison",
|
|
759
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
757
760
|
"properties": {
|
|
758
761
|
"level": {
|
|
759
|
-
"description": "
|
|
762
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
760
763
|
"type": "number"
|
|
761
764
|
},
|
|
762
765
|
"periodToDate": {
|
|
763
|
-
"description": "period to date comparison",
|
|
766
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
764
767
|
"type": "boolean"
|
|
765
768
|
},
|
|
766
769
|
"quantity": {
|
|
767
|
-
"description": "
|
|
770
|
+
"description": "Number of periods",
|
|
768
771
|
"type": "number"
|
|
769
772
|
},
|
|
770
773
|
"type": {
|
|
@@ -911,6 +914,67 @@ declare const _default: {
|
|
|
911
914
|
},
|
|
912
915
|
"type": "object"
|
|
913
916
|
},
|
|
917
|
+
"loader": {
|
|
918
|
+
"description": "The loader configuration",
|
|
919
|
+
"properties": {
|
|
920
|
+
"background": {
|
|
921
|
+
"default": "#f9f9f9",
|
|
922
|
+
"description": "Background color of the chart loader element",
|
|
923
|
+
"type": "string"
|
|
924
|
+
},
|
|
925
|
+
"fontColor": {
|
|
926
|
+
"default": "#5a5a5a",
|
|
927
|
+
"description": "Font color of the text of the chart loaders",
|
|
928
|
+
"type": "string"
|
|
929
|
+
},
|
|
930
|
+
"locale": {
|
|
931
|
+
"default": "en",
|
|
932
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
933
|
+
"examples": [
|
|
934
|
+
"en",
|
|
935
|
+
"fr"
|
|
936
|
+
],
|
|
937
|
+
"type": "string"
|
|
938
|
+
},
|
|
939
|
+
"mode": {
|
|
940
|
+
"default": "light",
|
|
941
|
+
"description": "Light or dark loader",
|
|
942
|
+
"type": "string"
|
|
943
|
+
},
|
|
944
|
+
"msg": {
|
|
945
|
+
"description": "Loading message",
|
|
946
|
+
"examples": [
|
|
947
|
+
"Loading dashboard..."
|
|
948
|
+
],
|
|
949
|
+
"type": "string"
|
|
950
|
+
},
|
|
951
|
+
"showBranded": {
|
|
952
|
+
"default": false,
|
|
953
|
+
"description": "Shows the branded \"powered by\" information",
|
|
954
|
+
"type": "boolean"
|
|
955
|
+
},
|
|
956
|
+
"spinnerBackground": {
|
|
957
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
958
|
+
"description": "Background color of the spinner",
|
|
959
|
+
"type": "string"
|
|
960
|
+
},
|
|
961
|
+
"spinnerColor": {
|
|
962
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
963
|
+
"description": "Spinner color of the loader",
|
|
964
|
+
"type": "string"
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
"type": "object"
|
|
968
|
+
},
|
|
969
|
+
"locale": {
|
|
970
|
+
"default": "en",
|
|
971
|
+
"description": "Locale to be used",
|
|
972
|
+
"examples": [
|
|
973
|
+
"en",
|
|
974
|
+
"fr"
|
|
975
|
+
],
|
|
976
|
+
"type": "string"
|
|
977
|
+
},
|
|
914
978
|
"nodeSorting": {
|
|
915
979
|
"description": "Set node sorting, ascending or descending (asc, dsc)",
|
|
916
980
|
"enum": [
|
|
@@ -933,37 +997,8 @@ declare const _default: {
|
|
|
933
997
|
"theme": {
|
|
934
998
|
"description": "Theme configuration",
|
|
935
999
|
"properties": {
|
|
936
|
-
"axis": {
|
|
937
|
-
"description": "Axis styling",
|
|
938
|
-
"examples": [
|
|
939
|
-
{
|
|
940
|
-
"fontSize": 12
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"fontSize": 10
|
|
944
|
-
}
|
|
945
|
-
],
|
|
946
|
-
"type": "object"
|
|
947
|
-
},
|
|
948
|
-
"background": {
|
|
949
|
-
"description": "Background color",
|
|
950
|
-
"examples": [
|
|
951
|
-
"rgb(245, 245, 245)",
|
|
952
|
-
"rgb(61, 61, 61)"
|
|
953
|
-
],
|
|
954
|
-
"type": "string"
|
|
955
|
-
},
|
|
956
|
-
"baseFontSize": {
|
|
957
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
958
|
-
"examples": [
|
|
959
|
-
13,
|
|
960
|
-
16,
|
|
961
|
-
20
|
|
962
|
-
],
|
|
963
|
-
"type": "number"
|
|
964
|
-
},
|
|
965
1000
|
"borders": {
|
|
966
|
-
"description": "
|
|
1001
|
+
"description": "Custom border styling",
|
|
967
1002
|
"properties": {
|
|
968
1003
|
"border-bottom-width": {
|
|
969
1004
|
"description": "Border bottom width",
|
|
@@ -1032,7 +1067,7 @@ declare const _default: {
|
|
|
1032
1067
|
"type": "object"
|
|
1033
1068
|
},
|
|
1034
1069
|
"boxShadow": {
|
|
1035
|
-
"description": "
|
|
1070
|
+
"description": "Custom shadow styling",
|
|
1036
1071
|
"properties": {
|
|
1037
1072
|
"color": {
|
|
1038
1073
|
"description": "Shadow color",
|
|
@@ -1062,29 +1097,12 @@ declare const _default: {
|
|
|
1062
1097
|
"type": "object"
|
|
1063
1098
|
},
|
|
1064
1099
|
"colors": {
|
|
1065
|
-
"description": "
|
|
1100
|
+
"description": "Custom color palette",
|
|
1066
1101
|
"examples": [
|
|
1067
1102
|
[
|
|
1068
|
-
"rgb(
|
|
1069
|
-
"rgb(
|
|
1070
|
-
"rgb(
|
|
1071
|
-
],
|
|
1072
|
-
[
|
|
1073
|
-
"rgb(48, 36, 179)",
|
|
1074
|
-
"rgb(105, 93, 255)",
|
|
1075
|
-
"rgb(199, 194, 255)",
|
|
1076
|
-
"rgb(134, 4, 129)",
|
|
1077
|
-
"rgb(204, 55, 198)",
|
|
1078
|
-
"rgb(236, 180, 234)",
|
|
1079
|
-
"rgb(220, 141, 0)",
|
|
1080
|
-
"rgb(249, 206, 61)",
|
|
1081
|
-
"rgb(253, 237, 182)",
|
|
1082
|
-
"rgb(6, 142, 84)",
|
|
1083
|
-
"rgb(58, 213, 147)",
|
|
1084
|
-
"rgb(181, 239, 215)",
|
|
1085
|
-
"rgb(85, 78, 78)",
|
|
1086
|
-
"rgb(149, 141, 141)",
|
|
1087
|
-
"rgb(215, 212, 212)"
|
|
1103
|
+
"rgb(68, 52, 255)",
|
|
1104
|
+
"rgb(68, 52, 255)",
|
|
1105
|
+
"rgb(218, 214, 255)"
|
|
1088
1106
|
]
|
|
1089
1107
|
],
|
|
1090
1108
|
"items": {
|
|
@@ -1092,24 +1110,8 @@ declare const _default: {
|
|
|
1092
1110
|
},
|
|
1093
1111
|
"type": "array"
|
|
1094
1112
|
},
|
|
1095
|
-
"editBackground": {
|
|
1096
|
-
"description": "Edit background",
|
|
1097
|
-
"examples": [
|
|
1098
|
-
"rgb(228, 228, 228)",
|
|
1099
|
-
"rgb(245, 245, 245)",
|
|
1100
|
-
"rgb(61, 61, 61)"
|
|
1101
|
-
],
|
|
1102
|
-
"type": "string"
|
|
1103
|
-
},
|
|
1104
|
-
"editModeBackground": {
|
|
1105
|
-
"description": "Edit mode background",
|
|
1106
|
-
"examples": [
|
|
1107
|
-
"rgb(245, 245, 245)"
|
|
1108
|
-
],
|
|
1109
|
-
"type": "string"
|
|
1110
|
-
},
|
|
1111
1113
|
"font": {
|
|
1112
|
-
"description": "
|
|
1114
|
+
"description": "Custom font styling",
|
|
1113
1115
|
"properties": {
|
|
1114
1116
|
"font-style": {
|
|
1115
1117
|
"const": "normal",
|
|
@@ -1153,40 +1155,15 @@ declare const _default: {
|
|
|
1153
1155
|
"type": "object"
|
|
1154
1156
|
},
|
|
1155
1157
|
"id": {
|
|
1156
|
-
"description": "Id of the theme,
|
|
1158
|
+
"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.",
|
|
1157
1159
|
"examples": [
|
|
1158
1160
|
"seasonal",
|
|
1159
1161
|
"urban"
|
|
1160
1162
|
],
|
|
1161
1163
|
"type": "string"
|
|
1162
1164
|
},
|
|
1163
|
-
"itemSpecific": {
|
|
1164
|
-
"description": "Item specific styling",
|
|
1165
|
-
"properties": {
|
|
1166
|
-
"padding": {
|
|
1167
|
-
"description": "Padding of the item",
|
|
1168
|
-
"examples": [
|
|
1169
|
-
0,
|
|
1170
|
-
4,
|
|
1171
|
-
8,
|
|
1172
|
-
10
|
|
1173
|
-
],
|
|
1174
|
-
"type": "number"
|
|
1175
|
-
},
|
|
1176
|
-
"rounding": {
|
|
1177
|
-
"description": "Rounding of the item",
|
|
1178
|
-
"examples": [
|
|
1179
|
-
0,
|
|
1180
|
-
8,
|
|
1181
|
-
12
|
|
1182
|
-
],
|
|
1183
|
-
"type": "number"
|
|
1184
|
-
}
|
|
1185
|
-
},
|
|
1186
|
-
"type": "object"
|
|
1187
|
-
},
|
|
1188
1165
|
"itemsBackground": {
|
|
1189
|
-
"description": "
|
|
1166
|
+
"description": "Custom item background color",
|
|
1190
1167
|
"examples": [
|
|
1191
1168
|
"rgb(255, 255, 255)",
|
|
1192
1169
|
"rgb(71, 69, 69)",
|
|
@@ -1194,85 +1171,8 @@ declare const _default: {
|
|
|
1194
1171
|
],
|
|
1195
1172
|
"type": "string"
|
|
1196
1173
|
},
|
|
1197
|
-
"legend": {
|
|
1198
|
-
"description": "Legend styling",
|
|
1199
|
-
"properties": {
|
|
1200
|
-
"fontSize": {
|
|
1201
|
-
"description": "Legend font size in px",
|
|
1202
|
-
"examples": [
|
|
1203
|
-
12,
|
|
1204
|
-
16
|
|
1205
|
-
],
|
|
1206
|
-
"type": "number"
|
|
1207
|
-
},
|
|
1208
|
-
"lineHeight": {
|
|
1209
|
-
"description": "Legend line height in px",
|
|
1210
|
-
"examples": [
|
|
1211
|
-
12,
|
|
1212
|
-
16,
|
|
1213
|
-
20
|
|
1214
|
-
],
|
|
1215
|
-
"type": "number"
|
|
1216
|
-
},
|
|
1217
|
-
"type": {
|
|
1218
|
-
"description": "Legend type",
|
|
1219
|
-
"enum": [
|
|
1220
|
-
"circle",
|
|
1221
|
-
"line",
|
|
1222
|
-
"normal"
|
|
1223
|
-
],
|
|
1224
|
-
"examples": [
|
|
1225
|
-
"normal",
|
|
1226
|
-
"line",
|
|
1227
|
-
"circle"
|
|
1228
|
-
],
|
|
1229
|
-
"type": "string"
|
|
1230
|
-
}
|
|
1231
|
-
},
|
|
1232
|
-
"type": "object"
|
|
1233
|
-
},
|
|
1234
|
-
"mainColor": {
|
|
1235
|
-
"description": "Theme main color",
|
|
1236
|
-
"examples": [
|
|
1237
|
-
"rgb(123, 144, 255)",
|
|
1238
|
-
"rgb(255, 174, 52)",
|
|
1239
|
-
"rgb(123, 144, 255)"
|
|
1240
|
-
],
|
|
1241
|
-
"type": "string"
|
|
1242
|
-
},
|
|
1243
|
-
"margins": {
|
|
1244
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1245
|
-
"examples": [
|
|
1246
|
-
[
|
|
1247
|
-
16,
|
|
1248
|
-
16
|
|
1249
|
-
],
|
|
1250
|
-
[
|
|
1251
|
-
20,
|
|
1252
|
-
20
|
|
1253
|
-
]
|
|
1254
|
-
],
|
|
1255
|
-
"items": [
|
|
1256
|
-
{
|
|
1257
|
-
"type": "number"
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"type": "number"
|
|
1261
|
-
}
|
|
1262
|
-
],
|
|
1263
|
-
"maxItems": 2,
|
|
1264
|
-
"minItems": 2,
|
|
1265
|
-
"type": "array"
|
|
1266
|
-
},
|
|
1267
|
-
"name": {
|
|
1268
|
-
"description": "Theme name",
|
|
1269
|
-
"examples": [
|
|
1270
|
-
"manual"
|
|
1271
|
-
],
|
|
1272
|
-
"type": "string"
|
|
1273
|
-
},
|
|
1274
1174
|
"title": {
|
|
1275
|
-
"description": "
|
|
1175
|
+
"description": "Custom title styling",
|
|
1276
1176
|
"properties": {
|
|
1277
1177
|
"align": {
|
|
1278
1178
|
"description": "Title align",
|
|
@@ -1341,7 +1241,7 @@ declare const _default: {
|
|
|
1341
1241
|
"type": "object"
|
|
1342
1242
|
},
|
|
1343
1243
|
"tooltip": {
|
|
1344
|
-
"description": "
|
|
1244
|
+
"description": "Custom tooltip styling",
|
|
1345
1245
|
"properties": {
|
|
1346
1246
|
"background": {
|
|
1347
1247
|
"description": "Tooltip's background",
|
|
@@ -1384,7 +1284,7 @@ declare const _default: {
|
|
|
1384
1284
|
"type": "object"
|
|
1385
1285
|
},
|
|
1386
1286
|
"type": {
|
|
1387
|
-
"description": "
|
|
1287
|
+
"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.",
|
|
1388
1288
|
"examples": [
|
|
1389
1289
|
"custom"
|
|
1390
1290
|
],
|
|
@@ -1393,6 +1293,14 @@ declare const _default: {
|
|
|
1393
1293
|
},
|
|
1394
1294
|
"type": "object"
|
|
1395
1295
|
},
|
|
1296
|
+
"timezoneId": {
|
|
1297
|
+
"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",
|
|
1298
|
+
"examples": [
|
|
1299
|
+
"Europe/Brussels",
|
|
1300
|
+
"America/New_York"
|
|
1301
|
+
],
|
|
1302
|
+
"type": "string"
|
|
1303
|
+
},
|
|
1396
1304
|
"title": {
|
|
1397
1305
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1398
1306
|
"examples": [
|
|
@@ -126,18 +126,18 @@ declare const _default: {
|
|
|
126
126
|
"type": "string"
|
|
127
127
|
},
|
|
128
128
|
"periodOverPeriod": {
|
|
129
|
-
"description": "Settings to configure period over period comparison",
|
|
129
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
130
130
|
"properties": {
|
|
131
131
|
"level": {
|
|
132
|
-
"description": "
|
|
132
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
133
133
|
"type": "number"
|
|
134
134
|
},
|
|
135
135
|
"periodToDate": {
|
|
136
|
-
"description": "period to date comparison",
|
|
136
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
137
137
|
"type": "boolean"
|
|
138
138
|
},
|
|
139
139
|
"quantity": {
|
|
140
|
-
"description": "
|
|
140
|
+
"description": "Number of periods",
|
|
141
141
|
"type": "number"
|
|
142
142
|
},
|
|
143
143
|
"type": {
|
|
@@ -269,18 +269,18 @@ declare const _default: {
|
|
|
269
269
|
]
|
|
270
270
|
},
|
|
271
271
|
"periodOverPeriod": {
|
|
272
|
-
"description": "Settings to configure period over period comparison",
|
|
272
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
273
273
|
"properties": {
|
|
274
274
|
"level": {
|
|
275
|
-
"description": "
|
|
275
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
276
276
|
"type": "number"
|
|
277
277
|
},
|
|
278
278
|
"periodToDate": {
|
|
279
|
-
"description": "period to date comparison",
|
|
279
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
280
280
|
"type": "boolean"
|
|
281
281
|
},
|
|
282
282
|
"quantity": {
|
|
283
|
-
"description": "
|
|
283
|
+
"description": "Number of periods",
|
|
284
284
|
"type": "number"
|
|
285
285
|
},
|
|
286
286
|
"type": {
|
|
@@ -457,7 +457,7 @@ declare const _default: {
|
|
|
457
457
|
"type": "string"
|
|
458
458
|
},
|
|
459
459
|
"formula": {
|
|
460
|
-
"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.",
|
|
460
|
+
"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",
|
|
461
461
|
"type": "string"
|
|
462
462
|
},
|
|
463
463
|
"grandTotals": {
|
|
@@ -474,18 +474,18 @@ declare const _default: {
|
|
|
474
474
|
"type": "object"
|
|
475
475
|
},
|
|
476
476
|
"periodOverPeriod": {
|
|
477
|
-
"description": "Settings to configure period over period comparison",
|
|
477
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
478
478
|
"properties": {
|
|
479
479
|
"level": {
|
|
480
|
-
"description": "
|
|
480
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
481
481
|
"type": "number"
|
|
482
482
|
},
|
|
483
483
|
"periodToDate": {
|
|
484
|
-
"description": "period to date comparison",
|
|
484
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
485
485
|
"type": "boolean"
|
|
486
486
|
},
|
|
487
487
|
"quantity": {
|
|
488
|
-
"description": "
|
|
488
|
+
"description": "Number of periods",
|
|
489
489
|
"type": "number"
|
|
490
490
|
},
|
|
491
491
|
"type": {
|