@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
|
@@ -92,6 +92,9 @@ declare const _default: {
|
|
|
92
92
|
"currency_id": {
|
|
93
93
|
"type": "string"
|
|
94
94
|
},
|
|
95
|
+
"description": {
|
|
96
|
+
"type": "object"
|
|
97
|
+
},
|
|
95
98
|
"duration_format": {
|
|
96
99
|
"enum": [
|
|
97
100
|
"long",
|
|
@@ -545,7 +548,7 @@ declare const _default: {
|
|
|
545
548
|
"type": "string"
|
|
546
549
|
},
|
|
547
550
|
"formula": {
|
|
548
|
-
"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.",
|
|
551
|
+
"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",
|
|
549
552
|
"type": "string"
|
|
550
553
|
},
|
|
551
554
|
"grandTotals": {
|
|
@@ -592,18 +595,18 @@ declare const _default: {
|
|
|
592
595
|
"type": "string"
|
|
593
596
|
},
|
|
594
597
|
"periodOverPeriod": {
|
|
595
|
-
"description": "Settings to configure period over period comparison",
|
|
598
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
596
599
|
"properties": {
|
|
597
600
|
"level": {
|
|
598
|
-
"description": "
|
|
601
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
599
602
|
"type": "number"
|
|
600
603
|
},
|
|
601
604
|
"periodToDate": {
|
|
602
|
-
"description": "period to date comparison",
|
|
605
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
603
606
|
"type": "boolean"
|
|
604
607
|
},
|
|
605
608
|
"quantity": {
|
|
606
|
-
"description": "
|
|
609
|
+
"description": "Number of periods",
|
|
607
610
|
"type": "number"
|
|
608
611
|
},
|
|
609
612
|
"type": {
|
|
@@ -695,6 +698,67 @@ declare const _default: {
|
|
|
695
698
|
},
|
|
696
699
|
"type": "object"
|
|
697
700
|
},
|
|
701
|
+
"loader": {
|
|
702
|
+
"description": "The loader configuration",
|
|
703
|
+
"properties": {
|
|
704
|
+
"background": {
|
|
705
|
+
"default": "#f9f9f9",
|
|
706
|
+
"description": "Background color of the chart loader element",
|
|
707
|
+
"type": "string"
|
|
708
|
+
},
|
|
709
|
+
"fontColor": {
|
|
710
|
+
"default": "#5a5a5a",
|
|
711
|
+
"description": "Font color of the text of the chart loaders",
|
|
712
|
+
"type": "string"
|
|
713
|
+
},
|
|
714
|
+
"locale": {
|
|
715
|
+
"default": "en",
|
|
716
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
717
|
+
"examples": [
|
|
718
|
+
"en",
|
|
719
|
+
"fr"
|
|
720
|
+
],
|
|
721
|
+
"type": "string"
|
|
722
|
+
},
|
|
723
|
+
"mode": {
|
|
724
|
+
"default": "light",
|
|
725
|
+
"description": "Light or dark loader",
|
|
726
|
+
"type": "string"
|
|
727
|
+
},
|
|
728
|
+
"msg": {
|
|
729
|
+
"description": "Loading message",
|
|
730
|
+
"examples": [
|
|
731
|
+
"Loading dashboard..."
|
|
732
|
+
],
|
|
733
|
+
"type": "string"
|
|
734
|
+
},
|
|
735
|
+
"showBranded": {
|
|
736
|
+
"default": false,
|
|
737
|
+
"description": "Shows the branded \"powered by\" information",
|
|
738
|
+
"type": "boolean"
|
|
739
|
+
},
|
|
740
|
+
"spinnerBackground": {
|
|
741
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
742
|
+
"description": "Background color of the spinner",
|
|
743
|
+
"type": "string"
|
|
744
|
+
},
|
|
745
|
+
"spinnerColor": {
|
|
746
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
747
|
+
"description": "Spinner color of the loader",
|
|
748
|
+
"type": "string"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"type": "object"
|
|
752
|
+
},
|
|
753
|
+
"locale": {
|
|
754
|
+
"default": "en",
|
|
755
|
+
"description": "Locale to be used",
|
|
756
|
+
"examples": [
|
|
757
|
+
"en",
|
|
758
|
+
"fr"
|
|
759
|
+
],
|
|
760
|
+
"type": "string"
|
|
761
|
+
},
|
|
698
762
|
"padding": {
|
|
699
763
|
"description": "Padding of the slider filter",
|
|
700
764
|
"properties": {
|
|
@@ -714,37 +778,8 @@ declare const _default: {
|
|
|
714
778
|
"theme": {
|
|
715
779
|
"description": "Theme configuration",
|
|
716
780
|
"properties": {
|
|
717
|
-
"axis": {
|
|
718
|
-
"description": "Axis styling",
|
|
719
|
-
"examples": [
|
|
720
|
-
{
|
|
721
|
-
"fontSize": 12
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"fontSize": 10
|
|
725
|
-
}
|
|
726
|
-
],
|
|
727
|
-
"type": "object"
|
|
728
|
-
},
|
|
729
|
-
"background": {
|
|
730
|
-
"description": "Background color",
|
|
731
|
-
"examples": [
|
|
732
|
-
"rgb(245, 245, 245)",
|
|
733
|
-
"rgb(61, 61, 61)"
|
|
734
|
-
],
|
|
735
|
-
"type": "string"
|
|
736
|
-
},
|
|
737
|
-
"baseFontSize": {
|
|
738
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
739
|
-
"examples": [
|
|
740
|
-
13,
|
|
741
|
-
16,
|
|
742
|
-
20
|
|
743
|
-
],
|
|
744
|
-
"type": "number"
|
|
745
|
-
},
|
|
746
781
|
"borders": {
|
|
747
|
-
"description": "
|
|
782
|
+
"description": "Custom border styling",
|
|
748
783
|
"properties": {
|
|
749
784
|
"border-bottom-width": {
|
|
750
785
|
"description": "Border bottom width",
|
|
@@ -813,7 +848,7 @@ declare const _default: {
|
|
|
813
848
|
"type": "object"
|
|
814
849
|
},
|
|
815
850
|
"boxShadow": {
|
|
816
|
-
"description": "
|
|
851
|
+
"description": "Custom shadow styling",
|
|
817
852
|
"properties": {
|
|
818
853
|
"color": {
|
|
819
854
|
"description": "Shadow color",
|
|
@@ -842,55 +877,8 @@ declare const _default: {
|
|
|
842
877
|
},
|
|
843
878
|
"type": "object"
|
|
844
879
|
},
|
|
845
|
-
"colors": {
|
|
846
|
-
"description": "A list of theme colors",
|
|
847
|
-
"examples": [
|
|
848
|
-
[
|
|
849
|
-
"rgb(122, 112, 112)",
|
|
850
|
-
"rgb(175, 169, 169)",
|
|
851
|
-
"rgb(228, 226, 226)"
|
|
852
|
-
],
|
|
853
|
-
[
|
|
854
|
-
"rgb(48, 36, 179)",
|
|
855
|
-
"rgb(105, 93, 255)",
|
|
856
|
-
"rgb(199, 194, 255)",
|
|
857
|
-
"rgb(134, 4, 129)",
|
|
858
|
-
"rgb(204, 55, 198)",
|
|
859
|
-
"rgb(236, 180, 234)",
|
|
860
|
-
"rgb(220, 141, 0)",
|
|
861
|
-
"rgb(249, 206, 61)",
|
|
862
|
-
"rgb(253, 237, 182)",
|
|
863
|
-
"rgb(6, 142, 84)",
|
|
864
|
-
"rgb(58, 213, 147)",
|
|
865
|
-
"rgb(181, 239, 215)",
|
|
866
|
-
"rgb(85, 78, 78)",
|
|
867
|
-
"rgb(149, 141, 141)",
|
|
868
|
-
"rgb(215, 212, 212)"
|
|
869
|
-
]
|
|
870
|
-
],
|
|
871
|
-
"items": {
|
|
872
|
-
"type": "string"
|
|
873
|
-
},
|
|
874
|
-
"type": "array"
|
|
875
|
-
},
|
|
876
|
-
"editBackground": {
|
|
877
|
-
"description": "Edit background",
|
|
878
|
-
"examples": [
|
|
879
|
-
"rgb(228, 228, 228)",
|
|
880
|
-
"rgb(245, 245, 245)",
|
|
881
|
-
"rgb(61, 61, 61)"
|
|
882
|
-
],
|
|
883
|
-
"type": "string"
|
|
884
|
-
},
|
|
885
|
-
"editModeBackground": {
|
|
886
|
-
"description": "Edit mode background",
|
|
887
|
-
"examples": [
|
|
888
|
-
"rgb(245, 245, 245)"
|
|
889
|
-
],
|
|
890
|
-
"type": "string"
|
|
891
|
-
},
|
|
892
880
|
"font": {
|
|
893
|
-
"description": "
|
|
881
|
+
"description": "Custom font styling",
|
|
894
882
|
"properties": {
|
|
895
883
|
"font-style": {
|
|
896
884
|
"const": "normal",
|
|
@@ -934,40 +922,15 @@ declare const _default: {
|
|
|
934
922
|
"type": "object"
|
|
935
923
|
},
|
|
936
924
|
"id": {
|
|
937
|
-
"description": "Id of the theme,
|
|
925
|
+
"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.",
|
|
938
926
|
"examples": [
|
|
939
927
|
"seasonal",
|
|
940
928
|
"urban"
|
|
941
929
|
],
|
|
942
930
|
"type": "string"
|
|
943
931
|
},
|
|
944
|
-
"itemSpecific": {
|
|
945
|
-
"description": "Item specific styling",
|
|
946
|
-
"properties": {
|
|
947
|
-
"padding": {
|
|
948
|
-
"description": "Padding of the item",
|
|
949
|
-
"examples": [
|
|
950
|
-
0,
|
|
951
|
-
4,
|
|
952
|
-
8,
|
|
953
|
-
10
|
|
954
|
-
],
|
|
955
|
-
"type": "number"
|
|
956
|
-
},
|
|
957
|
-
"rounding": {
|
|
958
|
-
"description": "Rounding of the item",
|
|
959
|
-
"examples": [
|
|
960
|
-
0,
|
|
961
|
-
8,
|
|
962
|
-
12
|
|
963
|
-
],
|
|
964
|
-
"type": "number"
|
|
965
|
-
}
|
|
966
|
-
},
|
|
967
|
-
"type": "object"
|
|
968
|
-
},
|
|
969
932
|
"itemsBackground": {
|
|
970
|
-
"description": "
|
|
933
|
+
"description": "Custom item background color",
|
|
971
934
|
"examples": [
|
|
972
935
|
"rgb(255, 255, 255)",
|
|
973
936
|
"rgb(71, 69, 69)",
|
|
@@ -975,85 +938,8 @@ declare const _default: {
|
|
|
975
938
|
],
|
|
976
939
|
"type": "string"
|
|
977
940
|
},
|
|
978
|
-
"legend": {
|
|
979
|
-
"description": "Legend styling",
|
|
980
|
-
"properties": {
|
|
981
|
-
"fontSize": {
|
|
982
|
-
"description": "Legend font size in px",
|
|
983
|
-
"examples": [
|
|
984
|
-
12,
|
|
985
|
-
16
|
|
986
|
-
],
|
|
987
|
-
"type": "number"
|
|
988
|
-
},
|
|
989
|
-
"lineHeight": {
|
|
990
|
-
"description": "Legend line height in px",
|
|
991
|
-
"examples": [
|
|
992
|
-
12,
|
|
993
|
-
16,
|
|
994
|
-
20
|
|
995
|
-
],
|
|
996
|
-
"type": "number"
|
|
997
|
-
},
|
|
998
|
-
"type": {
|
|
999
|
-
"description": "Legend type",
|
|
1000
|
-
"enum": [
|
|
1001
|
-
"circle",
|
|
1002
|
-
"line",
|
|
1003
|
-
"normal"
|
|
1004
|
-
],
|
|
1005
|
-
"examples": [
|
|
1006
|
-
"normal",
|
|
1007
|
-
"line",
|
|
1008
|
-
"circle"
|
|
1009
|
-
],
|
|
1010
|
-
"type": "string"
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
"type": "object"
|
|
1014
|
-
},
|
|
1015
|
-
"mainColor": {
|
|
1016
|
-
"description": "Theme main color",
|
|
1017
|
-
"examples": [
|
|
1018
|
-
"rgb(123, 144, 255)",
|
|
1019
|
-
"rgb(255, 174, 52)",
|
|
1020
|
-
"rgb(123, 144, 255)"
|
|
1021
|
-
],
|
|
1022
|
-
"type": "string"
|
|
1023
|
-
},
|
|
1024
|
-
"margins": {
|
|
1025
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1026
|
-
"examples": [
|
|
1027
|
-
[
|
|
1028
|
-
16,
|
|
1029
|
-
16
|
|
1030
|
-
],
|
|
1031
|
-
[
|
|
1032
|
-
20,
|
|
1033
|
-
20
|
|
1034
|
-
]
|
|
1035
|
-
],
|
|
1036
|
-
"items": [
|
|
1037
|
-
{
|
|
1038
|
-
"type": "number"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"type": "number"
|
|
1042
|
-
}
|
|
1043
|
-
],
|
|
1044
|
-
"maxItems": 2,
|
|
1045
|
-
"minItems": 2,
|
|
1046
|
-
"type": "array"
|
|
1047
|
-
},
|
|
1048
|
-
"name": {
|
|
1049
|
-
"description": "Theme name",
|
|
1050
|
-
"examples": [
|
|
1051
|
-
"manual"
|
|
1052
|
-
],
|
|
1053
|
-
"type": "string"
|
|
1054
|
-
},
|
|
1055
941
|
"title": {
|
|
1056
|
-
"description": "
|
|
942
|
+
"description": "Custom title styling",
|
|
1057
943
|
"properties": {
|
|
1058
944
|
"align": {
|
|
1059
945
|
"description": "Title align",
|
|
@@ -1121,51 +1007,8 @@ declare const _default: {
|
|
|
1121
1007
|
},
|
|
1122
1008
|
"type": "object"
|
|
1123
1009
|
},
|
|
1124
|
-
"tooltip": {
|
|
1125
|
-
"description": "Tooltip styling",
|
|
1126
|
-
"properties": {
|
|
1127
|
-
"background": {
|
|
1128
|
-
"description": "Tooltip's background",
|
|
1129
|
-
"examples": [
|
|
1130
|
-
"rgb(248, 248, 248)",
|
|
1131
|
-
"rgb(248, 248, 248)",
|
|
1132
|
-
"rgb(130, 128, 128)",
|
|
1133
|
-
"rgb(61, 61, 61)"
|
|
1134
|
-
],
|
|
1135
|
-
"type": "string"
|
|
1136
|
-
},
|
|
1137
|
-
"fontSize": {
|
|
1138
|
-
"description": "Tooltip's font size in px",
|
|
1139
|
-
"examples": [
|
|
1140
|
-
12,
|
|
1141
|
-
16,
|
|
1142
|
-
20
|
|
1143
|
-
],
|
|
1144
|
-
"type": "number"
|
|
1145
|
-
},
|
|
1146
|
-
"lineHeight": {
|
|
1147
|
-
"description": "Tooltip's line height in px",
|
|
1148
|
-
"examples": [
|
|
1149
|
-
12,
|
|
1150
|
-
16,
|
|
1151
|
-
20
|
|
1152
|
-
],
|
|
1153
|
-
"type": "number"
|
|
1154
|
-
},
|
|
1155
|
-
"opacity": {
|
|
1156
|
-
"description": "Tooltip's opacity",
|
|
1157
|
-
"examples": [
|
|
1158
|
-
0.5,
|
|
1159
|
-
0.8,
|
|
1160
|
-
1
|
|
1161
|
-
],
|
|
1162
|
-
"type": "number"
|
|
1163
|
-
}
|
|
1164
|
-
},
|
|
1165
|
-
"type": "object"
|
|
1166
|
-
},
|
|
1167
1010
|
"type": {
|
|
1168
|
-
"description": "
|
|
1011
|
+
"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.",
|
|
1169
1012
|
"examples": [
|
|
1170
1013
|
"custom"
|
|
1171
1014
|
],
|
|
@@ -1174,6 +1017,14 @@ declare const _default: {
|
|
|
1174
1017
|
},
|
|
1175
1018
|
"type": "object"
|
|
1176
1019
|
},
|
|
1020
|
+
"timezoneId": {
|
|
1021
|
+
"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",
|
|
1022
|
+
"examples": [
|
|
1023
|
+
"Europe/Brussels",
|
|
1024
|
+
"America/New_York"
|
|
1025
|
+
],
|
|
1026
|
+
"type": "string"
|
|
1027
|
+
},
|
|
1177
1028
|
"title": {
|
|
1178
1029
|
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1179
1030
|
"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": {
|
|
@@ -258,7 +258,7 @@ declare const _default: {
|
|
|
258
258
|
"type": "string"
|
|
259
259
|
},
|
|
260
260
|
"formula": {
|
|
261
|
-
"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.",
|
|
261
|
+
"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",
|
|
262
262
|
"type": "string"
|
|
263
263
|
},
|
|
264
264
|
"grandTotals": {
|
|
@@ -275,18 +275,18 @@ declare const _default: {
|
|
|
275
275
|
"type": "object"
|
|
276
276
|
},
|
|
277
277
|
"periodOverPeriod": {
|
|
278
|
-
"description": "Settings to configure period over period comparison",
|
|
278
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
279
279
|
"properties": {
|
|
280
280
|
"level": {
|
|
281
|
-
"description": "
|
|
281
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
282
282
|
"type": "number"
|
|
283
283
|
},
|
|
284
284
|
"periodToDate": {
|
|
285
|
-
"description": "period to date comparison",
|
|
285
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
286
286
|
"type": "boolean"
|
|
287
287
|
},
|
|
288
288
|
"quantity": {
|
|
289
|
-
"description": "
|
|
289
|
+
"description": "Number of periods",
|
|
290
290
|
"type": "number"
|
|
291
291
|
},
|
|
292
292
|
"type": {
|
|
@@ -64,6 +64,9 @@ declare const _default: {
|
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/search-filter-slots.schema.json"
|
|
67
70
|
}
|
|
68
71
|
]
|
|
69
72
|
};
|