@validationcloud/fractal-ui 1.51.0 → 1.52.0
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.
|
@@ -63,6 +63,7 @@ export declare const MAVRIK_THEME: {
|
|
|
63
63
|
axisLabel: {
|
|
64
64
|
show: boolean;
|
|
65
65
|
color: string;
|
|
66
|
+
hideOverlap: boolean;
|
|
66
67
|
};
|
|
67
68
|
nameLocation: string;
|
|
68
69
|
nameTextStyle: {
|
|
@@ -84,6 +85,7 @@ export declare const MAVRIK_THEME: {
|
|
|
84
85
|
axisLabel: {
|
|
85
86
|
show: boolean;
|
|
86
87
|
color: string;
|
|
88
|
+
hideOverlap: boolean;
|
|
87
89
|
};
|
|
88
90
|
nameLocation: string;
|
|
89
91
|
nameTextStyle: {
|
|
@@ -109,6 +111,7 @@ export declare const MAVRIK_THEME: {
|
|
|
109
111
|
axisLabel: {
|
|
110
112
|
show: boolean;
|
|
111
113
|
color: string;
|
|
114
|
+
hideOverlap: boolean;
|
|
112
115
|
};
|
|
113
116
|
nameLocation: string;
|
|
114
117
|
nameTextStyle: {
|
|
@@ -137,6 +140,7 @@ export declare const MAVRIK_THEME: {
|
|
|
137
140
|
axisLabel: {
|
|
138
141
|
show: boolean;
|
|
139
142
|
color: string;
|
|
143
|
+
hideOverlap: boolean;
|
|
140
144
|
};
|
|
141
145
|
nameLocation: string;
|
|
142
146
|
nameTextStyle: {
|
|
@@ -102,7 +102,8 @@ declare const _default: {
|
|
|
102
102
|
},
|
|
103
103
|
"axisLabel": {
|
|
104
104
|
"show": true,
|
|
105
|
-
"color": "#A7A9AD"
|
|
105
|
+
"color": "#A7A9AD",
|
|
106
|
+
"hideOverlap": true
|
|
106
107
|
},
|
|
107
108
|
"nameLocation": "middle",
|
|
108
109
|
"nameTextStyle": {
|
|
@@ -123,7 +124,8 @@ declare const _default: {
|
|
|
123
124
|
},
|
|
124
125
|
"axisLabel": {
|
|
125
126
|
"show": true,
|
|
126
|
-
"color": "#A7A9AD"
|
|
127
|
+
"color": "#A7A9AD",
|
|
128
|
+
"hideOverlap": true
|
|
127
129
|
},
|
|
128
130
|
"nameLocation": "middle",
|
|
129
131
|
"nameTextStyle": {
|
|
@@ -148,7 +150,8 @@ declare const _default: {
|
|
|
148
150
|
},
|
|
149
151
|
"axisLabel": {
|
|
150
152
|
"show": true,
|
|
151
|
-
"color": "#A7A9AD"
|
|
153
|
+
"color": "#A7A9AD",
|
|
154
|
+
"hideOverlap": true
|
|
152
155
|
},
|
|
153
156
|
"nameLocation": "middle",
|
|
154
157
|
"nameTextStyle": {
|
|
@@ -176,7 +179,8 @@ declare const _default: {
|
|
|
176
179
|
},
|
|
177
180
|
"axisLabel": {
|
|
178
181
|
"show": true,
|
|
179
|
-
"color": "#A7A9AD"
|
|
182
|
+
"color": "#A7A9AD",
|
|
183
|
+
"hideOverlap": true
|
|
180
184
|
},
|
|
181
185
|
"nameLocation": "middle",
|
|
182
186
|
"nameTextStyle": {
|
|
@@ -205,7 +209,7 @@ declare const _default: {
|
|
|
205
209
|
"top": 132,
|
|
206
210
|
"left": 32,
|
|
207
211
|
"right": 32,
|
|
208
|
-
"bottom":
|
|
212
|
+
"bottom": 32,
|
|
209
213
|
"outerBoundsMode": "same",
|
|
210
214
|
"outerBoundsContain": "axisLabel"
|
|
211
215
|
},
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
const o = [{ type: "linear", x: 0, y: 0, x2: 0, y2: 1, colorStops: [{ offset: 0, color: "#C14E64" }, { offset: 1, color: "#DF687D" }] }, { type: "linear", x: 0, y: 0, x2: 0, y2: 1, colorStops: [{ offset: 0, color: "#FFFFFF" }, { offset: 1, color: "#FFFFFF" }] }, { type: "linear", x: 0, y: 0, x2: 0, y2: 1, colorStops: [{ offset: 0, color: "#1E6FDA" }, { offset: 1, color: "#3F8CFF" }] }], e = "#242731", t = { fontFamily: "Poppins, sans-serif", fontWeight: 500 }, l = { top: 32, left: 32, textStyle: { color: "#FFFFFF", fontSize: 16, fontWeight: 600 }, subtextStyle: { color: "#A7A9AD" } },
|
|
1
|
+
const o = [{ type: "linear", x: 0, y: 0, x2: 0, y2: 1, colorStops: [{ offset: 0, color: "#C14E64" }, { offset: 1, color: "#DF687D" }] }, { type: "linear", x: 0, y: 0, x2: 0, y2: 1, colorStops: [{ offset: 0, color: "#FFFFFF" }, { offset: 1, color: "#FFFFFF" }] }, { type: "linear", x: 0, y: 0, x2: 0, y2: 1, colorStops: [{ offset: 0, color: "#1E6FDA" }, { offset: 1, color: "#3F8CFF" }] }], e = "#242731", t = { fontFamily: "Poppins, sans-serif", fontWeight: 500 }, l = { top: 32, left: 32, textStyle: { color: "#FFFFFF", fontSize: 16, fontWeight: 600 }, subtextStyle: { color: "#A7A9AD" } }, r = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, areaStyle: { opacity: 0.15 }, showSymbol: !1, symbolSize: 5, symbol: "circle", smooth: !1, sampling: "lttb" }, i = { barGap: "25%", barCategoryGap: "25%" }, a = { axisLine: { show: !0, lineStyle: { color: "#3A3D46", type: "dashed" } }, axisTick: { show: !1 }, axisLabel: { show: !0, color: "#A7A9AD", hideOverlap: !0 }, nameLocation: "middle", nameTextStyle: { color: "#A7A9AD", fontSize: 11, fontWeight: 400 }, splitLine: { show: !1 } }, s = { axisLine: { show: !1 }, axisTick: { show: !1 }, axisLabel: { show: !0, color: "#A7A9AD", hideOverlap: !0 }, nameLocation: "middle", nameTextStyle: { color: "#A7A9AD", fontSize: 11, fontWeight: 400 }, splitLine: { show: !0, lineStyle: { color: ["#3A3D46"], type: "dashed" } } }, n = { axisLine: { show: !1 }, axisTick: { show: !1 }, axisLabel: { show: !0, color: "#A7A9AD", hideOverlap: !0 }, nameLocation: "middle", nameTextStyle: { color: "#A7A9AD", fontSize: 11, fontWeight: 400 }, splitLine: { show: !0, lineStyle: { color: ["#3A3D46"], type: "dashed" } } }, c = { axisLine: { show: !0, lineStyle: { color: "#3A3D46" } }, axisTick: { show: !1 }, axisLabel: { show: !0, color: "#A7A9AD", hideOverlap: !0 }, nameLocation: "middle", nameTextStyle: { color: "#A7A9AD", fontSize: 11, fontWeight: 400 }, splitLine: { show: !1 } }, d = { top: 82, left: "auto", right: 32, icon: "circle", itemGap: 22, itemWidth: 12, itemHeight: 12, textStyle: { color: "#A7A9AD", fontSize: 11 } }, h = { top: 132, left: 32, right: 32, bottom: 32, outerBoundsMode: "same", outerBoundsContain: "axisLabel" }, A = { backgroundColor: "rgba(36, 39, 49, 0)", borderColor: "#3A3D46", borderRadius: 4, dataBackground: { lineStyle: { color: "#606060", width: 1 }, areaStyle: { color: "rgba(96, 96, 96, 0.3)" } }, selectedDataBackground: { lineStyle: { color: "#b36674", width: 1 }, areaStyle: { color: "rgba(164, 91, 105, 0.5)" } }, fillerColor: "rgba(82, 45, 52, 0.35)", handleStyle: { color: "#C14E64", borderColor: "#C14E64" }, moveHandleStyle: { color: "#b36674" }, brushStyle: { color: "rgba(95, 58, 65, 0.2)" }, emphasis: { handleStyle: { color: "rgb(209, 123, 140)", borderColor: "rgb(209, 123, 140)" } }, handleSize: "100%", textStyle: { color: "#A7A9AD" } }, y = { label: { color: "#A7A9AD" }, emphasis: { label: { color: "#FFFFFF" } } }, f = {
|
|
2
2
|
color: o,
|
|
3
3
|
backgroundColor: e,
|
|
4
4
|
textStyle: t,
|
|
5
5
|
title: l,
|
|
6
|
-
line:
|
|
7
|
-
bar:
|
|
8
|
-
categoryAxis:
|
|
9
|
-
valueAxis:
|
|
6
|
+
line: r,
|
|
7
|
+
bar: i,
|
|
8
|
+
categoryAxis: a,
|
|
9
|
+
valueAxis: s,
|
|
10
10
|
logAxis: n,
|
|
11
11
|
timeAxis: c,
|
|
12
|
-
legend:
|
|
13
|
-
grid:
|
|
14
|
-
dataZoom:
|
|
15
|
-
markPoint:
|
|
12
|
+
legend: d,
|
|
13
|
+
grid: h,
|
|
14
|
+
dataZoom: A,
|
|
15
|
+
markPoint: y
|
|
16
16
|
};
|
|
17
17
|
export {
|
|
18
18
|
e as backgroundColor,
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
i as bar,
|
|
20
|
+
a as categoryAxis,
|
|
21
21
|
o as color,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
22
|
+
A as dataZoom,
|
|
23
|
+
f as default,
|
|
24
|
+
h as grid,
|
|
25
|
+
d as legend,
|
|
26
|
+
r as line,
|
|
27
27
|
n as logAxis,
|
|
28
|
-
|
|
28
|
+
y as markPoint,
|
|
29
29
|
t as textStyle,
|
|
30
30
|
c as timeAxis,
|
|
31
31
|
l as title,
|
|
32
|
-
|
|
32
|
+
s as valueAxis
|
|
33
33
|
};
|