@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.
Files changed (117) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +154 -0
  3. package/assets/json-schemas/area-chart-options.schema.json.d.ts +92 -286
  4. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +13 -13
  5. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +91 -134
  6. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +13 -13
  7. package/assets/json-schemas/box-plot-options.schema.json.d.ts +90 -170
  8. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +13 -13
  9. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +91 -134
  10. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +13 -13
  11. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +86 -180
  12. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +13 -13
  13. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +86 -155
  14. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +13 -40
  15. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +89 -181
  16. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +13 -13
  17. package/assets/json-schemas/column-chart-options.schema.json.d.ts +91 -134
  18. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +13 -13
  19. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +91 -134
  20. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +13 -13
  21. package/assets/json-schemas/date-filter-options.schema.json.d.ts +84 -233
  22. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +4 -4
  23. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +90 -145
  24. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +13 -13
  25. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +84 -233
  26. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +13 -13
  27. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +89 -181
  28. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +13 -13
  29. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +90 -145
  30. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +13 -13
  31. package/assets/json-schemas/image-options.schema.json.d.ts +74 -339
  32. package/assets/json-schemas/line-chart-options.schema.json.d.ts +91 -134
  33. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +13 -13
  34. package/assets/json-schemas/options.schema.json.d.ts +3 -0
  35. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +85 -191
  36. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +13 -13
  37. package/assets/json-schemas/regular-table-options.schema.json.d.ts +85 -191
  38. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +13 -13
  39. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +89 -181
  40. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +13 -13
  41. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +91 -134
  42. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +13 -13
  43. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +84 -233
  44. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +13 -13
  45. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +84 -233
  46. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +9 -9
  47. package/assets/json-schemas/slots.schema.json.d.ts +3 -0
  48. package/assets/json-schemas/text-options.schema.json.d.ts +75 -296
  49. package/index.js +229 -151
  50. package/index.mjs +2572 -4890
  51. package/json-schemas.d.ts +1392 -2137
  52. package/json-schemas.d.ts.map +1 -1
  53. package/package.json +1 -1
  54. package/src/lib/area-chart/area-chart-options.d.ts +13 -7
  55. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  56. package/src/lib/bar-chart/bar-chart-options.d.ts +6 -3
  57. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  58. package/src/lib/box-plot/box-plot-options.d.ts +6 -3
  59. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  60. package/src/lib/bubble-chart/bubble-chart-options.d.ts +6 -3
  61. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  62. package/src/lib/bullet-chart/bullet-chart-options.d.ts +6 -1
  63. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  64. package/src/lib/choropleth-map/choropleth-map-options.d.ts +6 -2
  65. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  66. package/src/lib/circular-gauge/circular-gauge-options.d.ts +6 -1
  67. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  68. package/src/lib/column-chart/column-chart-options.d.ts +6 -3
  69. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  70. package/src/lib/combination-chart/combination-chart-options.d.ts +6 -3
  71. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  72. package/src/lib/conditional-number/conditional-number-options.d.ts +6 -1
  73. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  74. package/src/lib/date-filter/date-filter-options.d.ts +7 -4
  75. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  76. package/src/lib/donut-chart/donut-chart-options.d.ts +6 -2
  77. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  78. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +7 -3
  79. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  80. package/src/lib/evolution-number/evolution-number-options.d.ts +6 -1
  81. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  82. package/src/lib/funnel-chart/funnel-chart-options.d.ts +6 -2
  83. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  84. package/src/lib/image/image-options.d.ts +6 -1
  85. package/src/lib/image/image-options.d.ts.map +1 -1
  86. package/src/lib/line-chart/line-chart-options.d.ts +6 -3
  87. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  88. package/src/lib/pivot-table/pivot-table-options.d.ts +6 -2
  89. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  90. package/src/lib/regular-table/regular-table-options.d.ts +6 -1
  91. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  92. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +6 -2
  93. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  94. package/src/lib/scatter-plot/scatter-plot-options.d.ts +6 -3
  95. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  96. package/src/lib/search-filter/search-filter-options.d.ts +6 -2
  97. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  98. package/src/lib/shared/index.d.ts +2 -3
  99. package/src/lib/shared/index.d.ts.map +1 -1
  100. package/src/lib/shared/object-view-options.d.ts +2 -1
  101. package/src/lib/shared/object-view-options.d.ts.map +1 -1
  102. package/src/lib/shared/slots.d.ts +8 -6
  103. package/src/lib/shared/slots.d.ts.map +1 -1
  104. package/src/lib/shared/theme.d.ts +87 -81
  105. package/src/lib/shared/theme.d.ts.map +1 -1
  106. package/src/lib/shared/viz-item.d.ts +60 -0
  107. package/src/lib/shared/viz-item.d.ts.map +1 -0
  108. package/src/lib/slicer-filter/slicer-filter-options.d.ts +6 -2
  109. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  110. package/src/lib/slider-filter/slider-filter-options.d.ts +6 -2
  111. package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
  112. package/src/lib/text/text-options.d.ts +6 -1
  113. package/src/lib/text/text-options.d.ts.map +1 -1
  114. package/src/options.d.ts +1 -1
  115. package/src/options.d.ts.map +1 -1
  116. package/src/lib/shared/axis-view-options.d.ts +0 -3
  117. package/src/lib/shared/axis-view-options.d.ts.map +0 -1
@@ -230,6 +230,9 @@ declare const _default: {
230
230
  "currency_id": {
231
231
  "type": "string"
232
232
  },
233
+ "description": {
234
+ "type": "object"
235
+ },
233
236
  "duration_format": {
234
237
  "enum": [
235
238
  "long",
@@ -683,7 +686,7 @@ declare const _default: {
683
686
  "type": "string"
684
687
  },
685
688
  "formula": {
686
- "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.",
689
+ "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",
687
690
  "type": "string"
688
691
  },
689
692
  "grandTotals": {
@@ -730,18 +733,18 @@ declare const _default: {
730
733
  "type": "string"
731
734
  },
732
735
  "periodOverPeriod": {
733
- "description": "Settings to configure period over period comparison",
736
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
734
737
  "properties": {
735
738
  "level": {
736
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
739
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
737
740
  "type": "number"
738
741
  },
739
742
  "periodToDate": {
740
- "description": "period to date comparison",
743
+ "description": "Turn ON/OFF period to date comparison",
741
744
  "type": "boolean"
742
745
  },
743
746
  "quantity": {
744
- "description": "number of periods",
747
+ "description": "Number of periods",
745
748
  "type": "number"
746
749
  },
747
750
  "type": {
@@ -856,6 +859,67 @@ declare const _default: {
856
859
  },
857
860
  "type": "object"
858
861
  },
862
+ "loader": {
863
+ "description": "The loader configuration",
864
+ "properties": {
865
+ "background": {
866
+ "default": "#f9f9f9",
867
+ "description": "Background color of the chart loader element",
868
+ "type": "string"
869
+ },
870
+ "fontColor": {
871
+ "default": "#5a5a5a",
872
+ "description": "Font color of the text of the chart loaders",
873
+ "type": "string"
874
+ },
875
+ "locale": {
876
+ "default": "en",
877
+ "description": "Locale to be used if \"msg\" is set",
878
+ "examples": [
879
+ "en",
880
+ "fr"
881
+ ],
882
+ "type": "string"
883
+ },
884
+ "mode": {
885
+ "default": "light",
886
+ "description": "Light or dark loader",
887
+ "type": "string"
888
+ },
889
+ "msg": {
890
+ "description": "Loading message",
891
+ "examples": [
892
+ "Loading dashboard..."
893
+ ],
894
+ "type": "string"
895
+ },
896
+ "showBranded": {
897
+ "default": false,
898
+ "description": "Shows the branded \"powered by\" information",
899
+ "type": "boolean"
900
+ },
901
+ "spinnerBackground": {
902
+ "default": "rgba(169, 169, 169, 0.14)",
903
+ "description": "Background color of the spinner",
904
+ "type": "string"
905
+ },
906
+ "spinnerColor": {
907
+ "default": "rgba(255, 165, 0, 0.7)",
908
+ "description": "Spinner color of the loader",
909
+ "type": "string"
910
+ }
911
+ },
912
+ "type": "object"
913
+ },
914
+ "locale": {
915
+ "default": "en",
916
+ "description": "Locale to be used",
917
+ "examples": [
918
+ "en",
919
+ "fr"
920
+ ],
921
+ "type": "string"
922
+ },
859
923
  "manualValues": {
860
924
  "default": [
861
925
  []
@@ -997,7 +1061,7 @@ declare const _default: {
997
1061
  "description": "Theme configuration",
998
1062
  "properties": {
999
1063
  "axis": {
1000
- "description": "Axis styling",
1064
+ "description": "Custom axis styling",
1001
1065
  "examples": [
1002
1066
  {
1003
1067
  "fontSize": 12
@@ -1008,25 +1072,8 @@ declare const _default: {
1008
1072
  ],
1009
1073
  "type": "object"
1010
1074
  },
1011
- "background": {
1012
- "description": "Background color",
1013
- "examples": [
1014
- "rgb(245, 245, 245)",
1015
- "rgb(61, 61, 61)"
1016
- ],
1017
- "type": "string"
1018
- },
1019
- "baseFontSize": {
1020
- "description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
1021
- "examples": [
1022
- 13,
1023
- 16,
1024
- 20
1025
- ],
1026
- "type": "number"
1027
- },
1028
1075
  "borders": {
1029
- "description": "Border styling",
1076
+ "description": "Custom border styling",
1030
1077
  "properties": {
1031
1078
  "border-bottom-width": {
1032
1079
  "description": "Border bottom width",
@@ -1095,7 +1142,7 @@ declare const _default: {
1095
1142
  "type": "object"
1096
1143
  },
1097
1144
  "boxShadow": {
1098
- "description": "Shadow styling",
1145
+ "description": "Custom shadow styling",
1099
1146
  "properties": {
1100
1147
  "color": {
1101
1148
  "description": "Shadow color",
@@ -1124,55 +1171,8 @@ declare const _default: {
1124
1171
  },
1125
1172
  "type": "object"
1126
1173
  },
1127
- "colors": {
1128
- "description": "A list of theme colors",
1129
- "examples": [
1130
- [
1131
- "rgb(122, 112, 112)",
1132
- "rgb(175, 169, 169)",
1133
- "rgb(228, 226, 226)"
1134
- ],
1135
- [
1136
- "rgb(48, 36, 179)",
1137
- "rgb(105, 93, 255)",
1138
- "rgb(199, 194, 255)",
1139
- "rgb(134, 4, 129)",
1140
- "rgb(204, 55, 198)",
1141
- "rgb(236, 180, 234)",
1142
- "rgb(220, 141, 0)",
1143
- "rgb(249, 206, 61)",
1144
- "rgb(253, 237, 182)",
1145
- "rgb(6, 142, 84)",
1146
- "rgb(58, 213, 147)",
1147
- "rgb(181, 239, 215)",
1148
- "rgb(85, 78, 78)",
1149
- "rgb(149, 141, 141)",
1150
- "rgb(215, 212, 212)"
1151
- ]
1152
- ],
1153
- "items": {
1154
- "type": "string"
1155
- },
1156
- "type": "array"
1157
- },
1158
- "editBackground": {
1159
- "description": "Edit background",
1160
- "examples": [
1161
- "rgb(228, 228, 228)",
1162
- "rgb(245, 245, 245)",
1163
- "rgb(61, 61, 61)"
1164
- ],
1165
- "type": "string"
1166
- },
1167
- "editModeBackground": {
1168
- "description": "Edit mode background",
1169
- "examples": [
1170
- "rgb(245, 245, 245)"
1171
- ],
1172
- "type": "string"
1173
- },
1174
1174
  "font": {
1175
- "description": "Font styling",
1175
+ "description": "Custom font styling",
1176
1176
  "properties": {
1177
1177
  "font-style": {
1178
1178
  "const": "normal",
@@ -1216,40 +1216,15 @@ declare const _default: {
1216
1216
  "type": "object"
1217
1217
  },
1218
1218
  "id": {
1219
- "description": "Id of the theme, like \"seasonal\", \"urban\", etc.",
1219
+ "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.",
1220
1220
  "examples": [
1221
1221
  "seasonal",
1222
1222
  "urban"
1223
1223
  ],
1224
1224
  "type": "string"
1225
1225
  },
1226
- "itemSpecific": {
1227
- "description": "Item specific styling",
1228
- "properties": {
1229
- "padding": {
1230
- "description": "Padding of the item",
1231
- "examples": [
1232
- 0,
1233
- 4,
1234
- 8,
1235
- 10
1236
- ],
1237
- "type": "number"
1238
- },
1239
- "rounding": {
1240
- "description": "Rounding of the item",
1241
- "examples": [
1242
- 0,
1243
- 8,
1244
- 12
1245
- ],
1246
- "type": "number"
1247
- }
1248
- },
1249
- "type": "object"
1250
- },
1251
1226
  "itemsBackground": {
1252
- "description": "Item background color",
1227
+ "description": "Custom item background color",
1253
1228
  "examples": [
1254
1229
  "rgb(255, 255, 255)",
1255
1230
  "rgb(71, 69, 69)",
@@ -1257,85 +1232,8 @@ declare const _default: {
1257
1232
  ],
1258
1233
  "type": "string"
1259
1234
  },
1260
- "legend": {
1261
- "description": "Legend styling",
1262
- "properties": {
1263
- "fontSize": {
1264
- "description": "Legend font size in px",
1265
- "examples": [
1266
- 12,
1267
- 16
1268
- ],
1269
- "type": "number"
1270
- },
1271
- "lineHeight": {
1272
- "description": "Legend line height in px",
1273
- "examples": [
1274
- 12,
1275
- 16,
1276
- 20
1277
- ],
1278
- "type": "number"
1279
- },
1280
- "type": {
1281
- "description": "Legend type",
1282
- "enum": [
1283
- "circle",
1284
- "line",
1285
- "normal"
1286
- ],
1287
- "examples": [
1288
- "normal",
1289
- "line",
1290
- "circle"
1291
- ],
1292
- "type": "string"
1293
- }
1294
- },
1295
- "type": "object"
1296
- },
1297
- "mainColor": {
1298
- "description": "Theme main color",
1299
- "examples": [
1300
- "rgb(123, 144, 255)",
1301
- "rgb(255, 174, 52)",
1302
- "rgb(123, 144, 255)"
1303
- ],
1304
- "type": "string"
1305
- },
1306
- "margins": {
1307
- "description": "Dashboard vertical and horizontal margins",
1308
- "examples": [
1309
- [
1310
- 16,
1311
- 16
1312
- ],
1313
- [
1314
- 20,
1315
- 20
1316
- ]
1317
- ],
1318
- "items": [
1319
- {
1320
- "type": "number"
1321
- },
1322
- {
1323
- "type": "number"
1324
- }
1325
- ],
1326
- "maxItems": 2,
1327
- "minItems": 2,
1328
- "type": "array"
1329
- },
1330
- "name": {
1331
- "description": "Theme name",
1332
- "examples": [
1333
- "manual"
1334
- ],
1335
- "type": "string"
1336
- },
1337
1235
  "title": {
1338
- "description": "Title styling",
1236
+ "description": "Custom title styling",
1339
1237
  "properties": {
1340
1238
  "align": {
1341
1239
  "description": "Title align",
@@ -1404,7 +1302,7 @@ declare const _default: {
1404
1302
  "type": "object"
1405
1303
  },
1406
1304
  "tooltip": {
1407
- "description": "Tooltip styling",
1305
+ "description": "Custom tooltip styling",
1408
1306
  "properties": {
1409
1307
  "background": {
1410
1308
  "description": "Tooltip's background",
@@ -1447,7 +1345,7 @@ declare const _default: {
1447
1345
  "type": "object"
1448
1346
  },
1449
1347
  "type": {
1450
- "description": "Theme type",
1348
+ "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.",
1451
1349
  "examples": [
1452
1350
  "custom"
1453
1351
  ],
@@ -1456,6 +1354,14 @@ declare const _default: {
1456
1354
  },
1457
1355
  "type": "object"
1458
1356
  },
1357
+ "timezoneId": {
1358
+ "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",
1359
+ "examples": [
1360
+ "Europe/Brussels",
1361
+ "America/New_York"
1362
+ ],
1363
+ "type": "string"
1364
+ },
1459
1365
  "title": {
1460
1366
  "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1461
1367
  "examples": [
@@ -127,18 +127,18 @@ declare const _default: {
127
127
  "type": "string"
128
128
  },
129
129
  "periodOverPeriod": {
130
- "description": "Settings to configure period over period comparison",
130
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
131
131
  "properties": {
132
132
  "level": {
133
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
133
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
134
134
  "type": "number"
135
135
  },
136
136
  "periodToDate": {
137
- "description": "period to date comparison",
137
+ "description": "Turn ON/OFF period to date comparison",
138
138
  "type": "boolean"
139
139
  },
140
140
  "quantity": {
141
- "description": "number of periods",
141
+ "description": "Number of periods",
142
142
  "type": "number"
143
143
  },
144
144
  "type": {
@@ -241,18 +241,18 @@ declare const _default: {
241
241
  ]
242
242
  },
243
243
  "periodOverPeriod": {
244
- "description": "Settings to configure period over period comparison",
244
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
245
245
  "properties": {
246
246
  "level": {
247
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
247
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
248
248
  "type": "number"
249
249
  },
250
250
  "periodToDate": {
251
- "description": "period to date comparison",
251
+ "description": "Turn ON/OFF period to date comparison",
252
252
  "type": "boolean"
253
253
  },
254
254
  "quantity": {
255
- "description": "number of periods",
255
+ "description": "Number of periods",
256
256
  "type": "number"
257
257
  },
258
258
  "type": {
@@ -429,7 +429,7 @@ declare const _default: {
429
429
  "type": "string"
430
430
  },
431
431
  "formula": {
432
- "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.",
432
+ "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",
433
433
  "type": "string"
434
434
  },
435
435
  "grandTotals": {
@@ -446,18 +446,18 @@ declare const _default: {
446
446
  "type": "object"
447
447
  },
448
448
  "periodOverPeriod": {
449
- "description": "Settings to configure period over period comparison",
449
+ "description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
450
450
  "properties": {
451
451
  "level": {
452
- "description": "0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
452
+ "description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
453
453
  "type": "number"
454
454
  },
455
455
  "periodToDate": {
456
- "description": "period to date comparison",
456
+ "description": "Turn ON/OFF period to date comparison",
457
457
  "type": "boolean"
458
458
  },
459
459
  "quantity": {
460
- "description": "number of periods",
460
+ "description": "Number of periods",
461
461
  "type": "number"
462
462
  },
463
463
  "type": {