@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
|
@@ -333,6 +333,9 @@ declare const _default: {
|
|
|
333
333
|
"currency_id": {
|
|
334
334
|
"type": "string"
|
|
335
335
|
},
|
|
336
|
+
"description": {
|
|
337
|
+
"type": "object"
|
|
338
|
+
},
|
|
336
339
|
"duration_format": {
|
|
337
340
|
"enum": [
|
|
338
341
|
"long",
|
|
@@ -786,7 +789,7 @@ declare const _default: {
|
|
|
786
789
|
"type": "string"
|
|
787
790
|
},
|
|
788
791
|
"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.",
|
|
792
|
+
"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
793
|
"type": "string"
|
|
791
794
|
},
|
|
792
795
|
"grandTotals": {
|
|
@@ -833,18 +836,18 @@ declare const _default: {
|
|
|
833
836
|
"type": "string"
|
|
834
837
|
},
|
|
835
838
|
"periodOverPeriod": {
|
|
836
|
-
"description": "Settings to configure period over period comparison",
|
|
839
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
837
840
|
"properties": {
|
|
838
841
|
"level": {
|
|
839
|
-
"description": "
|
|
842
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
840
843
|
"type": "number"
|
|
841
844
|
},
|
|
842
845
|
"periodToDate": {
|
|
843
|
-
"description": "period to date comparison",
|
|
846
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
844
847
|
"type": "boolean"
|
|
845
848
|
},
|
|
846
849
|
"quantity": {
|
|
847
|
-
"description": "
|
|
850
|
+
"description": "Number of periods",
|
|
848
851
|
"type": "number"
|
|
849
852
|
},
|
|
850
853
|
"type": {
|
|
@@ -964,6 +967,67 @@ declare const _default: {
|
|
|
964
967
|
},
|
|
965
968
|
"type": "object"
|
|
966
969
|
},
|
|
970
|
+
"loader": {
|
|
971
|
+
"description": "The loader configuration",
|
|
972
|
+
"properties": {
|
|
973
|
+
"background": {
|
|
974
|
+
"default": "#f9f9f9",
|
|
975
|
+
"description": "Background color of the chart loader element",
|
|
976
|
+
"type": "string"
|
|
977
|
+
},
|
|
978
|
+
"fontColor": {
|
|
979
|
+
"default": "#5a5a5a",
|
|
980
|
+
"description": "Font color of the text of the chart loaders",
|
|
981
|
+
"type": "string"
|
|
982
|
+
},
|
|
983
|
+
"locale": {
|
|
984
|
+
"default": "en",
|
|
985
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
986
|
+
"examples": [
|
|
987
|
+
"en",
|
|
988
|
+
"fr"
|
|
989
|
+
],
|
|
990
|
+
"type": "string"
|
|
991
|
+
},
|
|
992
|
+
"mode": {
|
|
993
|
+
"default": "light",
|
|
994
|
+
"description": "Light or dark loader",
|
|
995
|
+
"type": "string"
|
|
996
|
+
},
|
|
997
|
+
"msg": {
|
|
998
|
+
"description": "Loading message",
|
|
999
|
+
"examples": [
|
|
1000
|
+
"Loading dashboard..."
|
|
1001
|
+
],
|
|
1002
|
+
"type": "string"
|
|
1003
|
+
},
|
|
1004
|
+
"showBranded": {
|
|
1005
|
+
"default": false,
|
|
1006
|
+
"description": "Shows the branded \"powered by\" information",
|
|
1007
|
+
"type": "boolean"
|
|
1008
|
+
},
|
|
1009
|
+
"spinnerBackground": {
|
|
1010
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
1011
|
+
"description": "Background color of the spinner",
|
|
1012
|
+
"type": "string"
|
|
1013
|
+
},
|
|
1014
|
+
"spinnerColor": {
|
|
1015
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
1016
|
+
"description": "Spinner color of the loader",
|
|
1017
|
+
"type": "string"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
"type": "object"
|
|
1021
|
+
},
|
|
1022
|
+
"locale": {
|
|
1023
|
+
"default": "en",
|
|
1024
|
+
"description": "Locale to be used",
|
|
1025
|
+
"examples": [
|
|
1026
|
+
"en",
|
|
1027
|
+
"fr"
|
|
1028
|
+
],
|
|
1029
|
+
"type": "string"
|
|
1030
|
+
},
|
|
967
1031
|
"missingValue": {
|
|
968
1032
|
"description": "Missing value configuration",
|
|
969
1033
|
"properties": {
|
|
@@ -1039,37 +1103,8 @@ declare const _default: {
|
|
|
1039
1103
|
"theme": {
|
|
1040
1104
|
"description": "Theme configuration",
|
|
1041
1105
|
"properties": {
|
|
1042
|
-
"axis": {
|
|
1043
|
-
"description": "Axis styling",
|
|
1044
|
-
"examples": [
|
|
1045
|
-
{
|
|
1046
|
-
"fontSize": 12
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"fontSize": 10
|
|
1050
|
-
}
|
|
1051
|
-
],
|
|
1052
|
-
"type": "object"
|
|
1053
|
-
},
|
|
1054
|
-
"background": {
|
|
1055
|
-
"description": "Background color",
|
|
1056
|
-
"examples": [
|
|
1057
|
-
"rgb(245, 245, 245)",
|
|
1058
|
-
"rgb(61, 61, 61)"
|
|
1059
|
-
],
|
|
1060
|
-
"type": "string"
|
|
1061
|
-
},
|
|
1062
|
-
"baseFontSize": {
|
|
1063
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1064
|
-
"examples": [
|
|
1065
|
-
13,
|
|
1066
|
-
16,
|
|
1067
|
-
20
|
|
1068
|
-
],
|
|
1069
|
-
"type": "number"
|
|
1070
|
-
},
|
|
1071
1106
|
"borders": {
|
|
1072
|
-
"description": "
|
|
1107
|
+
"description": "Custom border styling",
|
|
1073
1108
|
"properties": {
|
|
1074
1109
|
"border-bottom-width": {
|
|
1075
1110
|
"description": "Border bottom width",
|
|
@@ -1138,7 +1173,7 @@ declare const _default: {
|
|
|
1138
1173
|
"type": "object"
|
|
1139
1174
|
},
|
|
1140
1175
|
"boxShadow": {
|
|
1141
|
-
"description": "
|
|
1176
|
+
"description": "Custom shadow styling",
|
|
1142
1177
|
"properties": {
|
|
1143
1178
|
"color": {
|
|
1144
1179
|
"description": "Shadow color",
|
|
@@ -1168,29 +1203,12 @@ declare const _default: {
|
|
|
1168
1203
|
"type": "object"
|
|
1169
1204
|
},
|
|
1170
1205
|
"colors": {
|
|
1171
|
-
"description": "
|
|
1206
|
+
"description": "Custom color palette",
|
|
1172
1207
|
"examples": [
|
|
1173
1208
|
[
|
|
1174
|
-
"rgb(
|
|
1175
|
-
"rgb(
|
|
1176
|
-
"rgb(
|
|
1177
|
-
],
|
|
1178
|
-
[
|
|
1179
|
-
"rgb(48, 36, 179)",
|
|
1180
|
-
"rgb(105, 93, 255)",
|
|
1181
|
-
"rgb(199, 194, 255)",
|
|
1182
|
-
"rgb(134, 4, 129)",
|
|
1183
|
-
"rgb(204, 55, 198)",
|
|
1184
|
-
"rgb(236, 180, 234)",
|
|
1185
|
-
"rgb(220, 141, 0)",
|
|
1186
|
-
"rgb(249, 206, 61)",
|
|
1187
|
-
"rgb(253, 237, 182)",
|
|
1188
|
-
"rgb(6, 142, 84)",
|
|
1189
|
-
"rgb(58, 213, 147)",
|
|
1190
|
-
"rgb(181, 239, 215)",
|
|
1191
|
-
"rgb(85, 78, 78)",
|
|
1192
|
-
"rgb(149, 141, 141)",
|
|
1193
|
-
"rgb(215, 212, 212)"
|
|
1209
|
+
"rgb(68, 52, 255)",
|
|
1210
|
+
"rgb(68, 52, 255)",
|
|
1211
|
+
"rgb(218, 214, 255)"
|
|
1194
1212
|
]
|
|
1195
1213
|
],
|
|
1196
1214
|
"items": {
|
|
@@ -1198,24 +1216,8 @@ declare const _default: {
|
|
|
1198
1216
|
},
|
|
1199
1217
|
"type": "array"
|
|
1200
1218
|
},
|
|
1201
|
-
"editBackground": {
|
|
1202
|
-
"description": "Edit background",
|
|
1203
|
-
"examples": [
|
|
1204
|
-
"rgb(228, 228, 228)",
|
|
1205
|
-
"rgb(245, 245, 245)",
|
|
1206
|
-
"rgb(61, 61, 61)"
|
|
1207
|
-
],
|
|
1208
|
-
"type": "string"
|
|
1209
|
-
},
|
|
1210
|
-
"editModeBackground": {
|
|
1211
|
-
"description": "Edit mode background",
|
|
1212
|
-
"examples": [
|
|
1213
|
-
"rgb(245, 245, 245)"
|
|
1214
|
-
],
|
|
1215
|
-
"type": "string"
|
|
1216
|
-
},
|
|
1217
1219
|
"font": {
|
|
1218
|
-
"description": "
|
|
1220
|
+
"description": "Custom font styling",
|
|
1219
1221
|
"properties": {
|
|
1220
1222
|
"font-style": {
|
|
1221
1223
|
"const": "normal",
|
|
@@ -1259,40 +1261,15 @@ declare const _default: {
|
|
|
1259
1261
|
"type": "object"
|
|
1260
1262
|
},
|
|
1261
1263
|
"id": {
|
|
1262
|
-
"description": "Id of the theme,
|
|
1264
|
+
"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.",
|
|
1263
1265
|
"examples": [
|
|
1264
1266
|
"seasonal",
|
|
1265
1267
|
"urban"
|
|
1266
1268
|
],
|
|
1267
1269
|
"type": "string"
|
|
1268
1270
|
},
|
|
1269
|
-
"itemSpecific": {
|
|
1270
|
-
"description": "Item specific styling",
|
|
1271
|
-
"properties": {
|
|
1272
|
-
"padding": {
|
|
1273
|
-
"description": "Padding of the item",
|
|
1274
|
-
"examples": [
|
|
1275
|
-
0,
|
|
1276
|
-
4,
|
|
1277
|
-
8,
|
|
1278
|
-
10
|
|
1279
|
-
],
|
|
1280
|
-
"type": "number"
|
|
1281
|
-
},
|
|
1282
|
-
"rounding": {
|
|
1283
|
-
"description": "Rounding of the item",
|
|
1284
|
-
"examples": [
|
|
1285
|
-
0,
|
|
1286
|
-
8,
|
|
1287
|
-
12
|
|
1288
|
-
],
|
|
1289
|
-
"type": "number"
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
|
-
"type": "object"
|
|
1293
|
-
},
|
|
1294
1271
|
"itemsBackground": {
|
|
1295
|
-
"description": "
|
|
1272
|
+
"description": "Custom item background color",
|
|
1296
1273
|
"examples": [
|
|
1297
1274
|
"rgb(255, 255, 255)",
|
|
1298
1275
|
"rgb(71, 69, 69)",
|
|
@@ -1300,85 +1277,8 @@ declare const _default: {
|
|
|
1300
1277
|
],
|
|
1301
1278
|
"type": "string"
|
|
1302
1279
|
},
|
|
1303
|
-
"legend": {
|
|
1304
|
-
"description": "Legend styling",
|
|
1305
|
-
"properties": {
|
|
1306
|
-
"fontSize": {
|
|
1307
|
-
"description": "Legend font size in px",
|
|
1308
|
-
"examples": [
|
|
1309
|
-
12,
|
|
1310
|
-
16
|
|
1311
|
-
],
|
|
1312
|
-
"type": "number"
|
|
1313
|
-
},
|
|
1314
|
-
"lineHeight": {
|
|
1315
|
-
"description": "Legend line height in px",
|
|
1316
|
-
"examples": [
|
|
1317
|
-
12,
|
|
1318
|
-
16,
|
|
1319
|
-
20
|
|
1320
|
-
],
|
|
1321
|
-
"type": "number"
|
|
1322
|
-
},
|
|
1323
|
-
"type": {
|
|
1324
|
-
"description": "Legend type",
|
|
1325
|
-
"enum": [
|
|
1326
|
-
"circle",
|
|
1327
|
-
"line",
|
|
1328
|
-
"normal"
|
|
1329
|
-
],
|
|
1330
|
-
"examples": [
|
|
1331
|
-
"normal",
|
|
1332
|
-
"line",
|
|
1333
|
-
"circle"
|
|
1334
|
-
],
|
|
1335
|
-
"type": "string"
|
|
1336
|
-
}
|
|
1337
|
-
},
|
|
1338
|
-
"type": "object"
|
|
1339
|
-
},
|
|
1340
|
-
"mainColor": {
|
|
1341
|
-
"description": "Theme main color",
|
|
1342
|
-
"examples": [
|
|
1343
|
-
"rgb(123, 144, 255)",
|
|
1344
|
-
"rgb(255, 174, 52)",
|
|
1345
|
-
"rgb(123, 144, 255)"
|
|
1346
|
-
],
|
|
1347
|
-
"type": "string"
|
|
1348
|
-
},
|
|
1349
|
-
"margins": {
|
|
1350
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1351
|
-
"examples": [
|
|
1352
|
-
[
|
|
1353
|
-
16,
|
|
1354
|
-
16
|
|
1355
|
-
],
|
|
1356
|
-
[
|
|
1357
|
-
20,
|
|
1358
|
-
20
|
|
1359
|
-
]
|
|
1360
|
-
],
|
|
1361
|
-
"items": [
|
|
1362
|
-
{
|
|
1363
|
-
"type": "number"
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"type": "number"
|
|
1367
|
-
}
|
|
1368
|
-
],
|
|
1369
|
-
"maxItems": 2,
|
|
1370
|
-
"minItems": 2,
|
|
1371
|
-
"type": "array"
|
|
1372
|
-
},
|
|
1373
|
-
"name": {
|
|
1374
|
-
"description": "Theme name",
|
|
1375
|
-
"examples": [
|
|
1376
|
-
"manual"
|
|
1377
|
-
],
|
|
1378
|
-
"type": "string"
|
|
1379
|
-
},
|
|
1380
1280
|
"title": {
|
|
1381
|
-
"description": "
|
|
1281
|
+
"description": "Custom title styling",
|
|
1382
1282
|
"properties": {
|
|
1383
1283
|
"align": {
|
|
1384
1284
|
"description": "Title align",
|
|
@@ -1447,7 +1347,7 @@ declare const _default: {
|
|
|
1447
1347
|
"type": "object"
|
|
1448
1348
|
},
|
|
1449
1349
|
"tooltip": {
|
|
1450
|
-
"description": "
|
|
1350
|
+
"description": "Custom tooltip styling",
|
|
1451
1351
|
"properties": {
|
|
1452
1352
|
"background": {
|
|
1453
1353
|
"description": "Tooltip's background",
|
|
@@ -1490,7 +1390,7 @@ declare const _default: {
|
|
|
1490
1390
|
"type": "object"
|
|
1491
1391
|
},
|
|
1492
1392
|
"type": {
|
|
1493
|
-
"description": "
|
|
1393
|
+
"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.",
|
|
1494
1394
|
"examples": [
|
|
1495
1395
|
"custom"
|
|
1496
1396
|
],
|
|
@@ -1499,6 +1399,14 @@ declare const _default: {
|
|
|
1499
1399
|
},
|
|
1500
1400
|
"type": "object"
|
|
1501
1401
|
},
|
|
1402
|
+
"timezoneId": {
|
|
1403
|
+
"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",
|
|
1404
|
+
"examples": [
|
|
1405
|
+
"Europe/Brussels",
|
|
1406
|
+
"America/New_York"
|
|
1407
|
+
],
|
|
1408
|
+
"type": "string"
|
|
1409
|
+
},
|
|
1502
1410
|
"titleFontSize": {
|
|
1503
1411
|
"description": "Title font size",
|
|
1504
1412
|
"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": {
|