@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
|
@@ -129,6 +129,9 @@ declare const _default: {
|
|
|
129
129
|
"currency_id": {
|
|
130
130
|
"type": "string"
|
|
131
131
|
},
|
|
132
|
+
"description": {
|
|
133
|
+
"type": "object"
|
|
134
|
+
},
|
|
132
135
|
"duration_format": {
|
|
133
136
|
"enum": [
|
|
134
137
|
"long",
|
|
@@ -582,7 +585,7 @@ declare const _default: {
|
|
|
582
585
|
"type": "string"
|
|
583
586
|
},
|
|
584
587
|
"formula": {
|
|
585
|
-
"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.",
|
|
588
|
+
"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",
|
|
586
589
|
"type": "string"
|
|
587
590
|
},
|
|
588
591
|
"grandTotals": {
|
|
@@ -629,18 +632,18 @@ declare const _default: {
|
|
|
629
632
|
"type": "string"
|
|
630
633
|
},
|
|
631
634
|
"periodOverPeriod": {
|
|
632
|
-
"description": "Settings to configure period over period comparison",
|
|
635
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
633
636
|
"properties": {
|
|
634
637
|
"level": {
|
|
635
|
-
"description": "
|
|
638
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
636
639
|
"type": "number"
|
|
637
640
|
},
|
|
638
641
|
"periodToDate": {
|
|
639
|
-
"description": "period to date comparison",
|
|
642
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
640
643
|
"type": "boolean"
|
|
641
644
|
},
|
|
642
645
|
"quantity": {
|
|
643
|
-
"description": "
|
|
646
|
+
"description": "Number of periods",
|
|
644
647
|
"type": "number"
|
|
645
648
|
},
|
|
646
649
|
"type": {
|
|
@@ -749,6 +752,67 @@ declare const _default: {
|
|
|
749
752
|
},
|
|
750
753
|
"type": "object"
|
|
751
754
|
},
|
|
755
|
+
"loader": {
|
|
756
|
+
"description": "The loader configuration",
|
|
757
|
+
"properties": {
|
|
758
|
+
"background": {
|
|
759
|
+
"default": "#f9f9f9",
|
|
760
|
+
"description": "Background color of the chart loader element",
|
|
761
|
+
"type": "string"
|
|
762
|
+
},
|
|
763
|
+
"fontColor": {
|
|
764
|
+
"default": "#5a5a5a",
|
|
765
|
+
"description": "Font color of the text of the chart loaders",
|
|
766
|
+
"type": "string"
|
|
767
|
+
},
|
|
768
|
+
"locale": {
|
|
769
|
+
"default": "en",
|
|
770
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
771
|
+
"examples": [
|
|
772
|
+
"en",
|
|
773
|
+
"fr"
|
|
774
|
+
],
|
|
775
|
+
"type": "string"
|
|
776
|
+
},
|
|
777
|
+
"mode": {
|
|
778
|
+
"default": "light",
|
|
779
|
+
"description": "Light or dark loader",
|
|
780
|
+
"type": "string"
|
|
781
|
+
},
|
|
782
|
+
"msg": {
|
|
783
|
+
"description": "Loading message",
|
|
784
|
+
"examples": [
|
|
785
|
+
"Loading dashboard..."
|
|
786
|
+
],
|
|
787
|
+
"type": "string"
|
|
788
|
+
},
|
|
789
|
+
"showBranded": {
|
|
790
|
+
"default": false,
|
|
791
|
+
"description": "Shows the branded \"powered by\" information",
|
|
792
|
+
"type": "boolean"
|
|
793
|
+
},
|
|
794
|
+
"spinnerBackground": {
|
|
795
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
796
|
+
"description": "Background color of the spinner",
|
|
797
|
+
"type": "string"
|
|
798
|
+
},
|
|
799
|
+
"spinnerColor": {
|
|
800
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
801
|
+
"description": "Spinner color of the loader",
|
|
802
|
+
"type": "string"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"type": "object"
|
|
806
|
+
},
|
|
807
|
+
"locale": {
|
|
808
|
+
"default": "en",
|
|
809
|
+
"description": "Locale to be used",
|
|
810
|
+
"examples": [
|
|
811
|
+
"en",
|
|
812
|
+
"fr"
|
|
813
|
+
],
|
|
814
|
+
"type": "string"
|
|
815
|
+
},
|
|
752
816
|
"manualMeasureRange": {
|
|
753
817
|
"default": [
|
|
754
818
|
[]
|
|
@@ -1002,37 +1066,8 @@ declare const _default: {
|
|
|
1002
1066
|
"theme": {
|
|
1003
1067
|
"description": "Theme configuration",
|
|
1004
1068
|
"properties": {
|
|
1005
|
-
"axis": {
|
|
1006
|
-
"description": "Axis styling",
|
|
1007
|
-
"examples": [
|
|
1008
|
-
{
|
|
1009
|
-
"fontSize": 12
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"fontSize": 10
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
|
-
"type": "object"
|
|
1016
|
-
},
|
|
1017
|
-
"background": {
|
|
1018
|
-
"description": "Background color",
|
|
1019
|
-
"examples": [
|
|
1020
|
-
"rgb(245, 245, 245)",
|
|
1021
|
-
"rgb(61, 61, 61)"
|
|
1022
|
-
],
|
|
1023
|
-
"type": "string"
|
|
1024
|
-
},
|
|
1025
|
-
"baseFontSize": {
|
|
1026
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1027
|
-
"examples": [
|
|
1028
|
-
13,
|
|
1029
|
-
16,
|
|
1030
|
-
20
|
|
1031
|
-
],
|
|
1032
|
-
"type": "number"
|
|
1033
|
-
},
|
|
1034
1069
|
"borders": {
|
|
1035
|
-
"description": "
|
|
1070
|
+
"description": "Custom border styling",
|
|
1036
1071
|
"properties": {
|
|
1037
1072
|
"border-bottom-width": {
|
|
1038
1073
|
"description": "Border bottom width",
|
|
@@ -1101,7 +1136,7 @@ declare const _default: {
|
|
|
1101
1136
|
"type": "object"
|
|
1102
1137
|
},
|
|
1103
1138
|
"boxShadow": {
|
|
1104
|
-
"description": "
|
|
1139
|
+
"description": "Custom shadow styling",
|
|
1105
1140
|
"properties": {
|
|
1106
1141
|
"color": {
|
|
1107
1142
|
"description": "Shadow color",
|
|
@@ -1130,55 +1165,8 @@ declare const _default: {
|
|
|
1130
1165
|
},
|
|
1131
1166
|
"type": "object"
|
|
1132
1167
|
},
|
|
1133
|
-
"colors": {
|
|
1134
|
-
"description": "A list of theme colors",
|
|
1135
|
-
"examples": [
|
|
1136
|
-
[
|
|
1137
|
-
"rgb(122, 112, 112)",
|
|
1138
|
-
"rgb(175, 169, 169)",
|
|
1139
|
-
"rgb(228, 226, 226)"
|
|
1140
|
-
],
|
|
1141
|
-
[
|
|
1142
|
-
"rgb(48, 36, 179)",
|
|
1143
|
-
"rgb(105, 93, 255)",
|
|
1144
|
-
"rgb(199, 194, 255)",
|
|
1145
|
-
"rgb(134, 4, 129)",
|
|
1146
|
-
"rgb(204, 55, 198)",
|
|
1147
|
-
"rgb(236, 180, 234)",
|
|
1148
|
-
"rgb(220, 141, 0)",
|
|
1149
|
-
"rgb(249, 206, 61)",
|
|
1150
|
-
"rgb(253, 237, 182)",
|
|
1151
|
-
"rgb(6, 142, 84)",
|
|
1152
|
-
"rgb(58, 213, 147)",
|
|
1153
|
-
"rgb(181, 239, 215)",
|
|
1154
|
-
"rgb(85, 78, 78)",
|
|
1155
|
-
"rgb(149, 141, 141)",
|
|
1156
|
-
"rgb(215, 212, 212)"
|
|
1157
|
-
]
|
|
1158
|
-
],
|
|
1159
|
-
"items": {
|
|
1160
|
-
"type": "string"
|
|
1161
|
-
},
|
|
1162
|
-
"type": "array"
|
|
1163
|
-
},
|
|
1164
|
-
"editBackground": {
|
|
1165
|
-
"description": "Edit background",
|
|
1166
|
-
"examples": [
|
|
1167
|
-
"rgb(228, 228, 228)",
|
|
1168
|
-
"rgb(245, 245, 245)",
|
|
1169
|
-
"rgb(61, 61, 61)"
|
|
1170
|
-
],
|
|
1171
|
-
"type": "string"
|
|
1172
|
-
},
|
|
1173
|
-
"editModeBackground": {
|
|
1174
|
-
"description": "Edit mode background",
|
|
1175
|
-
"examples": [
|
|
1176
|
-
"rgb(245, 245, 245)"
|
|
1177
|
-
],
|
|
1178
|
-
"type": "string"
|
|
1179
|
-
},
|
|
1180
1168
|
"font": {
|
|
1181
|
-
"description": "
|
|
1169
|
+
"description": "Custom font styling",
|
|
1182
1170
|
"properties": {
|
|
1183
1171
|
"font-style": {
|
|
1184
1172
|
"const": "normal",
|
|
@@ -1222,40 +1210,15 @@ declare const _default: {
|
|
|
1222
1210
|
"type": "object"
|
|
1223
1211
|
},
|
|
1224
1212
|
"id": {
|
|
1225
|
-
"description": "Id of the theme,
|
|
1213
|
+
"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.",
|
|
1226
1214
|
"examples": [
|
|
1227
1215
|
"seasonal",
|
|
1228
1216
|
"urban"
|
|
1229
1217
|
],
|
|
1230
1218
|
"type": "string"
|
|
1231
1219
|
},
|
|
1232
|
-
"itemSpecific": {
|
|
1233
|
-
"description": "Item specific styling",
|
|
1234
|
-
"properties": {
|
|
1235
|
-
"padding": {
|
|
1236
|
-
"description": "Padding of the item",
|
|
1237
|
-
"examples": [
|
|
1238
|
-
0,
|
|
1239
|
-
4,
|
|
1240
|
-
8,
|
|
1241
|
-
10
|
|
1242
|
-
],
|
|
1243
|
-
"type": "number"
|
|
1244
|
-
},
|
|
1245
|
-
"rounding": {
|
|
1246
|
-
"description": "Rounding of the item",
|
|
1247
|
-
"examples": [
|
|
1248
|
-
0,
|
|
1249
|
-
8,
|
|
1250
|
-
12
|
|
1251
|
-
],
|
|
1252
|
-
"type": "number"
|
|
1253
|
-
}
|
|
1254
|
-
},
|
|
1255
|
-
"type": "object"
|
|
1256
|
-
},
|
|
1257
1220
|
"itemsBackground": {
|
|
1258
|
-
"description": "
|
|
1221
|
+
"description": "Custom item background color",
|
|
1259
1222
|
"examples": [
|
|
1260
1223
|
"rgb(255, 255, 255)",
|
|
1261
1224
|
"rgb(71, 69, 69)",
|
|
@@ -1263,85 +1226,8 @@ declare const _default: {
|
|
|
1263
1226
|
],
|
|
1264
1227
|
"type": "string"
|
|
1265
1228
|
},
|
|
1266
|
-
"legend": {
|
|
1267
|
-
"description": "Legend styling",
|
|
1268
|
-
"properties": {
|
|
1269
|
-
"fontSize": {
|
|
1270
|
-
"description": "Legend font size in px",
|
|
1271
|
-
"examples": [
|
|
1272
|
-
12,
|
|
1273
|
-
16
|
|
1274
|
-
],
|
|
1275
|
-
"type": "number"
|
|
1276
|
-
},
|
|
1277
|
-
"lineHeight": {
|
|
1278
|
-
"description": "Legend line height in px",
|
|
1279
|
-
"examples": [
|
|
1280
|
-
12,
|
|
1281
|
-
16,
|
|
1282
|
-
20
|
|
1283
|
-
],
|
|
1284
|
-
"type": "number"
|
|
1285
|
-
},
|
|
1286
|
-
"type": {
|
|
1287
|
-
"description": "Legend type",
|
|
1288
|
-
"enum": [
|
|
1289
|
-
"circle",
|
|
1290
|
-
"line",
|
|
1291
|
-
"normal"
|
|
1292
|
-
],
|
|
1293
|
-
"examples": [
|
|
1294
|
-
"normal",
|
|
1295
|
-
"line",
|
|
1296
|
-
"circle"
|
|
1297
|
-
],
|
|
1298
|
-
"type": "string"
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
"type": "object"
|
|
1302
|
-
},
|
|
1303
|
-
"mainColor": {
|
|
1304
|
-
"description": "Theme main color",
|
|
1305
|
-
"examples": [
|
|
1306
|
-
"rgb(123, 144, 255)",
|
|
1307
|
-
"rgb(255, 174, 52)",
|
|
1308
|
-
"rgb(123, 144, 255)"
|
|
1309
|
-
],
|
|
1310
|
-
"type": "string"
|
|
1311
|
-
},
|
|
1312
|
-
"margins": {
|
|
1313
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1314
|
-
"examples": [
|
|
1315
|
-
[
|
|
1316
|
-
16,
|
|
1317
|
-
16
|
|
1318
|
-
],
|
|
1319
|
-
[
|
|
1320
|
-
20,
|
|
1321
|
-
20
|
|
1322
|
-
]
|
|
1323
|
-
],
|
|
1324
|
-
"items": [
|
|
1325
|
-
{
|
|
1326
|
-
"type": "number"
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"type": "number"
|
|
1330
|
-
}
|
|
1331
|
-
],
|
|
1332
|
-
"maxItems": 2,
|
|
1333
|
-
"minItems": 2,
|
|
1334
|
-
"type": "array"
|
|
1335
|
-
},
|
|
1336
|
-
"name": {
|
|
1337
|
-
"description": "Theme name",
|
|
1338
|
-
"examples": [
|
|
1339
|
-
"manual"
|
|
1340
|
-
],
|
|
1341
|
-
"type": "string"
|
|
1342
|
-
},
|
|
1343
1229
|
"title": {
|
|
1344
|
-
"description": "
|
|
1230
|
+
"description": "Custom title styling",
|
|
1345
1231
|
"properties": {
|
|
1346
1232
|
"align": {
|
|
1347
1233
|
"description": "Title align",
|
|
@@ -1409,51 +1295,8 @@ declare const _default: {
|
|
|
1409
1295
|
},
|
|
1410
1296
|
"type": "object"
|
|
1411
1297
|
},
|
|
1412
|
-
"tooltip": {
|
|
1413
|
-
"description": "Tooltip styling",
|
|
1414
|
-
"properties": {
|
|
1415
|
-
"background": {
|
|
1416
|
-
"description": "Tooltip's background",
|
|
1417
|
-
"examples": [
|
|
1418
|
-
"rgb(248, 248, 248)",
|
|
1419
|
-
"rgb(248, 248, 248)",
|
|
1420
|
-
"rgb(130, 128, 128)",
|
|
1421
|
-
"rgb(61, 61, 61)"
|
|
1422
|
-
],
|
|
1423
|
-
"type": "string"
|
|
1424
|
-
},
|
|
1425
|
-
"fontSize": {
|
|
1426
|
-
"description": "Tooltip's font size in px",
|
|
1427
|
-
"examples": [
|
|
1428
|
-
12,
|
|
1429
|
-
16,
|
|
1430
|
-
20
|
|
1431
|
-
],
|
|
1432
|
-
"type": "number"
|
|
1433
|
-
},
|
|
1434
|
-
"lineHeight": {
|
|
1435
|
-
"description": "Tooltip's line height in px",
|
|
1436
|
-
"examples": [
|
|
1437
|
-
12,
|
|
1438
|
-
16,
|
|
1439
|
-
20
|
|
1440
|
-
],
|
|
1441
|
-
"type": "number"
|
|
1442
|
-
},
|
|
1443
|
-
"opacity": {
|
|
1444
|
-
"description": "Tooltip's opacity",
|
|
1445
|
-
"examples": [
|
|
1446
|
-
0.5,
|
|
1447
|
-
0.8,
|
|
1448
|
-
1
|
|
1449
|
-
],
|
|
1450
|
-
"type": "number"
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
"type": "object"
|
|
1454
|
-
},
|
|
1455
1298
|
"type": {
|
|
1456
|
-
"description": "
|
|
1299
|
+
"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.",
|
|
1457
1300
|
"examples": [
|
|
1458
1301
|
"custom"
|
|
1459
1302
|
],
|
|
@@ -1462,6 +1305,14 @@ declare const _default: {
|
|
|
1462
1305
|
},
|
|
1463
1306
|
"type": "object"
|
|
1464
1307
|
},
|
|
1308
|
+
"timezoneId": {
|
|
1309
|
+
"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",
|
|
1310
|
+
"examples": [
|
|
1311
|
+
"Europe/Brussels",
|
|
1312
|
+
"America/New_York"
|
|
1313
|
+
],
|
|
1314
|
+
"type": "string"
|
|
1315
|
+
},
|
|
1465
1316
|
"title": {
|
|
1466
1317
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1467
1318
|
"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": {
|
|
@@ -428,7 +428,7 @@ declare const _default: {
|
|
|
428
428
|
"type": "string"
|
|
429
429
|
},
|
|
430
430
|
"formula": {
|
|
431
|
-
"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.",
|
|
431
|
+
"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",
|
|
432
432
|
"type": "string"
|
|
433
433
|
},
|
|
434
434
|
"grandTotals": {
|
|
@@ -445,18 +445,18 @@ declare const _default: {
|
|
|
445
445
|
"type": "object"
|
|
446
446
|
},
|
|
447
447
|
"periodOverPeriod": {
|
|
448
|
-
"description": "Settings to configure period over period comparison",
|
|
448
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
449
449
|
"properties": {
|
|
450
450
|
"level": {
|
|
451
|
-
"description": "
|
|
451
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
452
452
|
"type": "number"
|
|
453
453
|
},
|
|
454
454
|
"periodToDate": {
|
|
455
|
-
"description": "period to date comparison",
|
|
455
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
456
456
|
"type": "boolean"
|
|
457
457
|
},
|
|
458
458
|
"quantity": {
|
|
459
|
-
"description": "
|
|
459
|
+
"description": "Number of periods",
|
|
460
460
|
"type": "number"
|
|
461
461
|
},
|
|
462
462
|
"type": {
|