update charts

This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-01-19 16:58:33 +08:00
parent ac8eb57317
commit 3d765b4026
10 changed files with 151 additions and 78 deletions

View File

@@ -1,15 +1,16 @@
export const options = {
grid: {
top: "10%",
bottom: "5%",
left: "3%",
right: "5%",
top: "10",
bottom: "10",
left: "10",
right: "10",
containLabel: true,
},
xAxis: {
max: 100,
axisLabel: {
fontSize: 22,
color: "#e5e5e533",
},
},
yAxis: {
@@ -21,6 +22,11 @@ export const options = {
max: 2, // only the largest 3 bars will be displayed
axisLabel: {
fontSize: 22,
color: "#e5e5e533",
},
splitLine: {
show: false,
color: "#e5e5e533",
},
},
series: [
@@ -34,7 +40,7 @@ export const options = {
position: "right",
valueAnimation: true,
formatter: "{c}%",
color: "rgba(255, 255, 255, 1)",
color: "#fff8",
fontWeight: "bold",
fontSize: 22,
},