@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
|
@@ -283,6 +283,9 @@ declare const _default: {
|
|
|
283
283
|
"currency_id": {
|
|
284
284
|
"type": "string"
|
|
285
285
|
},
|
|
286
|
+
"description": {
|
|
287
|
+
"type": "object"
|
|
288
|
+
},
|
|
286
289
|
"duration_format": {
|
|
287
290
|
"enum": [
|
|
288
291
|
"long",
|
|
@@ -736,7 +739,7 @@ declare const _default: {
|
|
|
736
739
|
"type": "string"
|
|
737
740
|
},
|
|
738
741
|
"formula": {
|
|
739
|
-
"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.",
|
|
742
|
+
"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",
|
|
740
743
|
"type": "string"
|
|
741
744
|
},
|
|
742
745
|
"grandTotals": {
|
|
@@ -783,18 +786,18 @@ declare const _default: {
|
|
|
783
786
|
"type": "string"
|
|
784
787
|
},
|
|
785
788
|
"periodOverPeriod": {
|
|
786
|
-
"description": "Settings to configure period over period comparison",
|
|
789
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
787
790
|
"properties": {
|
|
788
791
|
"level": {
|
|
789
|
-
"description": "
|
|
792
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
790
793
|
"type": "number"
|
|
791
794
|
},
|
|
792
795
|
"periodToDate": {
|
|
793
|
-
"description": "period to date comparison",
|
|
796
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
794
797
|
"type": "boolean"
|
|
795
798
|
},
|
|
796
799
|
"quantity": {
|
|
797
|
-
"description": "
|
|
800
|
+
"description": "Number of periods",
|
|
798
801
|
"type": "number"
|
|
799
802
|
},
|
|
800
803
|
"type": {
|
|
@@ -933,6 +936,67 @@ declare const _default: {
|
|
|
933
936
|
],
|
|
934
937
|
"description": "Show number of observations"
|
|
935
938
|
},
|
|
939
|
+
"loader": {
|
|
940
|
+
"description": "The loader configuration",
|
|
941
|
+
"properties": {
|
|
942
|
+
"background": {
|
|
943
|
+
"default": "#f9f9f9",
|
|
944
|
+
"description": "Background color of the chart loader element",
|
|
945
|
+
"type": "string"
|
|
946
|
+
},
|
|
947
|
+
"fontColor": {
|
|
948
|
+
"default": "#5a5a5a",
|
|
949
|
+
"description": "Font color of the text of the chart loaders",
|
|
950
|
+
"type": "string"
|
|
951
|
+
},
|
|
952
|
+
"locale": {
|
|
953
|
+
"default": "en",
|
|
954
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
955
|
+
"examples": [
|
|
956
|
+
"en",
|
|
957
|
+
"fr"
|
|
958
|
+
],
|
|
959
|
+
"type": "string"
|
|
960
|
+
},
|
|
961
|
+
"mode": {
|
|
962
|
+
"default": "light",
|
|
963
|
+
"description": "Light or dark loader",
|
|
964
|
+
"type": "string"
|
|
965
|
+
},
|
|
966
|
+
"msg": {
|
|
967
|
+
"description": "Loading message",
|
|
968
|
+
"examples": [
|
|
969
|
+
"Loading dashboard..."
|
|
970
|
+
],
|
|
971
|
+
"type": "string"
|
|
972
|
+
},
|
|
973
|
+
"showBranded": {
|
|
974
|
+
"default": false,
|
|
975
|
+
"description": "Shows the branded \"powered by\" information",
|
|
976
|
+
"type": "boolean"
|
|
977
|
+
},
|
|
978
|
+
"spinnerBackground": {
|
|
979
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
980
|
+
"description": "Background color of the spinner",
|
|
981
|
+
"type": "string"
|
|
982
|
+
},
|
|
983
|
+
"spinnerColor": {
|
|
984
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
985
|
+
"description": "Spinner color of the loader",
|
|
986
|
+
"type": "string"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
"type": "object"
|
|
990
|
+
},
|
|
991
|
+
"locale": {
|
|
992
|
+
"default": "en",
|
|
993
|
+
"description": "Locale to be used",
|
|
994
|
+
"examples": [
|
|
995
|
+
"en",
|
|
996
|
+
"fr"
|
|
997
|
+
],
|
|
998
|
+
"type": "string"
|
|
999
|
+
},
|
|
936
1000
|
"measureLabelsAxis": {
|
|
937
1001
|
"default": "columns",
|
|
938
1002
|
"description": "Measure axis labels",
|
|
@@ -1054,37 +1118,8 @@ declare const _default: {
|
|
|
1054
1118
|
"theme": {
|
|
1055
1119
|
"description": "Theme configuration",
|
|
1056
1120
|
"properties": {
|
|
1057
|
-
"axis": {
|
|
1058
|
-
"description": "Axis styling",
|
|
1059
|
-
"examples": [
|
|
1060
|
-
{
|
|
1061
|
-
"fontSize": 12
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"fontSize": 10
|
|
1065
|
-
}
|
|
1066
|
-
],
|
|
1067
|
-
"type": "object"
|
|
1068
|
-
},
|
|
1069
|
-
"background": {
|
|
1070
|
-
"description": "Background color",
|
|
1071
|
-
"examples": [
|
|
1072
|
-
"rgb(245, 245, 245)",
|
|
1073
|
-
"rgb(61, 61, 61)"
|
|
1074
|
-
],
|
|
1075
|
-
"type": "string"
|
|
1076
|
-
},
|
|
1077
|
-
"baseFontSize": {
|
|
1078
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1079
|
-
"examples": [
|
|
1080
|
-
13,
|
|
1081
|
-
16,
|
|
1082
|
-
20
|
|
1083
|
-
],
|
|
1084
|
-
"type": "number"
|
|
1085
|
-
},
|
|
1086
1121
|
"borders": {
|
|
1087
|
-
"description": "
|
|
1122
|
+
"description": "Custom border styling",
|
|
1088
1123
|
"properties": {
|
|
1089
1124
|
"border-bottom-width": {
|
|
1090
1125
|
"description": "Border bottom width",
|
|
@@ -1153,7 +1188,7 @@ declare const _default: {
|
|
|
1153
1188
|
"type": "object"
|
|
1154
1189
|
},
|
|
1155
1190
|
"boxShadow": {
|
|
1156
|
-
"description": "
|
|
1191
|
+
"description": "Custom shadow styling",
|
|
1157
1192
|
"properties": {
|
|
1158
1193
|
"color": {
|
|
1159
1194
|
"description": "Shadow color",
|
|
@@ -1182,55 +1217,8 @@ declare const _default: {
|
|
|
1182
1217
|
},
|
|
1183
1218
|
"type": "object"
|
|
1184
1219
|
},
|
|
1185
|
-
"colors": {
|
|
1186
|
-
"description": "A list of theme colors",
|
|
1187
|
-
"examples": [
|
|
1188
|
-
[
|
|
1189
|
-
"rgb(122, 112, 112)",
|
|
1190
|
-
"rgb(175, 169, 169)",
|
|
1191
|
-
"rgb(228, 226, 226)"
|
|
1192
|
-
],
|
|
1193
|
-
[
|
|
1194
|
-
"rgb(48, 36, 179)",
|
|
1195
|
-
"rgb(105, 93, 255)",
|
|
1196
|
-
"rgb(199, 194, 255)",
|
|
1197
|
-
"rgb(134, 4, 129)",
|
|
1198
|
-
"rgb(204, 55, 198)",
|
|
1199
|
-
"rgb(236, 180, 234)",
|
|
1200
|
-
"rgb(220, 141, 0)",
|
|
1201
|
-
"rgb(249, 206, 61)",
|
|
1202
|
-
"rgb(253, 237, 182)",
|
|
1203
|
-
"rgb(6, 142, 84)",
|
|
1204
|
-
"rgb(58, 213, 147)",
|
|
1205
|
-
"rgb(181, 239, 215)",
|
|
1206
|
-
"rgb(85, 78, 78)",
|
|
1207
|
-
"rgb(149, 141, 141)",
|
|
1208
|
-
"rgb(215, 212, 212)"
|
|
1209
|
-
]
|
|
1210
|
-
],
|
|
1211
|
-
"items": {
|
|
1212
|
-
"type": "string"
|
|
1213
|
-
},
|
|
1214
|
-
"type": "array"
|
|
1215
|
-
},
|
|
1216
|
-
"editBackground": {
|
|
1217
|
-
"description": "Edit background",
|
|
1218
|
-
"examples": [
|
|
1219
|
-
"rgb(228, 228, 228)",
|
|
1220
|
-
"rgb(245, 245, 245)",
|
|
1221
|
-
"rgb(61, 61, 61)"
|
|
1222
|
-
],
|
|
1223
|
-
"type": "string"
|
|
1224
|
-
},
|
|
1225
|
-
"editModeBackground": {
|
|
1226
|
-
"description": "Edit mode background",
|
|
1227
|
-
"examples": [
|
|
1228
|
-
"rgb(245, 245, 245)"
|
|
1229
|
-
],
|
|
1230
|
-
"type": "string"
|
|
1231
|
-
},
|
|
1232
1220
|
"font": {
|
|
1233
|
-
"description": "
|
|
1221
|
+
"description": "Custom font styling",
|
|
1234
1222
|
"properties": {
|
|
1235
1223
|
"font-style": {
|
|
1236
1224
|
"const": "normal",
|
|
@@ -1274,40 +1262,15 @@ declare const _default: {
|
|
|
1274
1262
|
"type": "object"
|
|
1275
1263
|
},
|
|
1276
1264
|
"id": {
|
|
1277
|
-
"description": "Id of the theme,
|
|
1265
|
+
"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.",
|
|
1278
1266
|
"examples": [
|
|
1279
1267
|
"seasonal",
|
|
1280
1268
|
"urban"
|
|
1281
1269
|
],
|
|
1282
1270
|
"type": "string"
|
|
1283
1271
|
},
|
|
1284
|
-
"itemSpecific": {
|
|
1285
|
-
"description": "Item specific styling",
|
|
1286
|
-
"properties": {
|
|
1287
|
-
"padding": {
|
|
1288
|
-
"description": "Padding of the item",
|
|
1289
|
-
"examples": [
|
|
1290
|
-
0,
|
|
1291
|
-
4,
|
|
1292
|
-
8,
|
|
1293
|
-
10
|
|
1294
|
-
],
|
|
1295
|
-
"type": "number"
|
|
1296
|
-
},
|
|
1297
|
-
"rounding": {
|
|
1298
|
-
"description": "Rounding of the item",
|
|
1299
|
-
"examples": [
|
|
1300
|
-
0,
|
|
1301
|
-
8,
|
|
1302
|
-
12
|
|
1303
|
-
],
|
|
1304
|
-
"type": "number"
|
|
1305
|
-
}
|
|
1306
|
-
},
|
|
1307
|
-
"type": "object"
|
|
1308
|
-
},
|
|
1309
1272
|
"itemsBackground": {
|
|
1310
|
-
"description": "
|
|
1273
|
+
"description": "Custom item background color",
|
|
1311
1274
|
"examples": [
|
|
1312
1275
|
"rgb(255, 255, 255)",
|
|
1313
1276
|
"rgb(71, 69, 69)",
|
|
@@ -1315,85 +1278,8 @@ declare const _default: {
|
|
|
1315
1278
|
],
|
|
1316
1279
|
"type": "string"
|
|
1317
1280
|
},
|
|
1318
|
-
"legend": {
|
|
1319
|
-
"description": "Legend styling",
|
|
1320
|
-
"properties": {
|
|
1321
|
-
"fontSize": {
|
|
1322
|
-
"description": "Legend font size in px",
|
|
1323
|
-
"examples": [
|
|
1324
|
-
12,
|
|
1325
|
-
16
|
|
1326
|
-
],
|
|
1327
|
-
"type": "number"
|
|
1328
|
-
},
|
|
1329
|
-
"lineHeight": {
|
|
1330
|
-
"description": "Legend line height in px",
|
|
1331
|
-
"examples": [
|
|
1332
|
-
12,
|
|
1333
|
-
16,
|
|
1334
|
-
20
|
|
1335
|
-
],
|
|
1336
|
-
"type": "number"
|
|
1337
|
-
},
|
|
1338
|
-
"type": {
|
|
1339
|
-
"description": "Legend type",
|
|
1340
|
-
"enum": [
|
|
1341
|
-
"circle",
|
|
1342
|
-
"line",
|
|
1343
|
-
"normal"
|
|
1344
|
-
],
|
|
1345
|
-
"examples": [
|
|
1346
|
-
"normal",
|
|
1347
|
-
"line",
|
|
1348
|
-
"circle"
|
|
1349
|
-
],
|
|
1350
|
-
"type": "string"
|
|
1351
|
-
}
|
|
1352
|
-
},
|
|
1353
|
-
"type": "object"
|
|
1354
|
-
},
|
|
1355
|
-
"mainColor": {
|
|
1356
|
-
"description": "Theme main color",
|
|
1357
|
-
"examples": [
|
|
1358
|
-
"rgb(123, 144, 255)",
|
|
1359
|
-
"rgb(255, 174, 52)",
|
|
1360
|
-
"rgb(123, 144, 255)"
|
|
1361
|
-
],
|
|
1362
|
-
"type": "string"
|
|
1363
|
-
},
|
|
1364
|
-
"margins": {
|
|
1365
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1366
|
-
"examples": [
|
|
1367
|
-
[
|
|
1368
|
-
16,
|
|
1369
|
-
16
|
|
1370
|
-
],
|
|
1371
|
-
[
|
|
1372
|
-
20,
|
|
1373
|
-
20
|
|
1374
|
-
]
|
|
1375
|
-
],
|
|
1376
|
-
"items": [
|
|
1377
|
-
{
|
|
1378
|
-
"type": "number"
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"type": "number"
|
|
1382
|
-
}
|
|
1383
|
-
],
|
|
1384
|
-
"maxItems": 2,
|
|
1385
|
-
"minItems": 2,
|
|
1386
|
-
"type": "array"
|
|
1387
|
-
},
|
|
1388
|
-
"name": {
|
|
1389
|
-
"description": "Theme name",
|
|
1390
|
-
"examples": [
|
|
1391
|
-
"manual"
|
|
1392
|
-
],
|
|
1393
|
-
"type": "string"
|
|
1394
|
-
},
|
|
1395
1281
|
"title": {
|
|
1396
|
-
"description": "
|
|
1282
|
+
"description": "Custom title styling",
|
|
1397
1283
|
"properties": {
|
|
1398
1284
|
"align": {
|
|
1399
1285
|
"description": "Title align",
|
|
@@ -1462,7 +1348,7 @@ declare const _default: {
|
|
|
1462
1348
|
"type": "object"
|
|
1463
1349
|
},
|
|
1464
1350
|
"tooltip": {
|
|
1465
|
-
"description": "
|
|
1351
|
+
"description": "Custom tooltip styling",
|
|
1466
1352
|
"properties": {
|
|
1467
1353
|
"background": {
|
|
1468
1354
|
"description": "Tooltip's background",
|
|
@@ -1505,7 +1391,7 @@ declare const _default: {
|
|
|
1505
1391
|
"type": "object"
|
|
1506
1392
|
},
|
|
1507
1393
|
"type": {
|
|
1508
|
-
"description": "
|
|
1394
|
+
"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.",
|
|
1509
1395
|
"examples": [
|
|
1510
1396
|
"custom"
|
|
1511
1397
|
],
|
|
@@ -1514,6 +1400,14 @@ declare const _default: {
|
|
|
1514
1400
|
},
|
|
1515
1401
|
"type": "object"
|
|
1516
1402
|
},
|
|
1403
|
+
"timezoneId": {
|
|
1404
|
+
"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",
|
|
1405
|
+
"examples": [
|
|
1406
|
+
"Europe/Brussels",
|
|
1407
|
+
"America/New_York"
|
|
1408
|
+
],
|
|
1409
|
+
"type": "string"
|
|
1410
|
+
},
|
|
1517
1411
|
"title": {
|
|
1518
1412
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1519
1413
|
"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": {
|
|
@@ -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": {
|
|
@@ -427,7 +427,7 @@ declare const _default: {
|
|
|
427
427
|
"type": "string"
|
|
428
428
|
},
|
|
429
429
|
"formula": {
|
|
430
|
-
"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.",
|
|
430
|
+
"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",
|
|
431
431
|
"type": "string"
|
|
432
432
|
},
|
|
433
433
|
"grandTotals": {
|
|
@@ -444,18 +444,18 @@ declare const _default: {
|
|
|
444
444
|
"type": "object"
|
|
445
445
|
},
|
|
446
446
|
"periodOverPeriod": {
|
|
447
|
-
"description": "Settings to configure period over period comparison",
|
|
447
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
448
448
|
"properties": {
|
|
449
449
|
"level": {
|
|
450
|
-
"description": "
|
|
450
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
451
451
|
"type": "number"
|
|
452
452
|
},
|
|
453
453
|
"periodToDate": {
|
|
454
|
-
"description": "period to date comparison",
|
|
454
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
455
455
|
"type": "boolean"
|
|
456
456
|
},
|
|
457
457
|
"quantity": {
|
|
458
|
-
"description": "
|
|
458
|
+
"description": "Number of periods",
|
|
459
459
|
"type": "number"
|
|
460
460
|
},
|
|
461
461
|
"type": {
|