新版式

This commit is contained in:
duanliang
2025-11-24 23:17:46 +08:00
parent 9d78158b77
commit 5c17235581
55 changed files with 973 additions and 731 deletions

View File

@@ -81,7 +81,8 @@
show: false
},
legend: {
show: false
show: false,
},
grid: {
left: '4%',
@@ -114,7 +115,7 @@
show: true,
axisLabel: {
color: '#fff',
fontSize: fitChartSize(18),
fontSize: fitChartSize(11),
verticalAlign: 'bottom',
padding: [0, -fitChartSize(10), fitChartSize(10), 0],
inside: true,
@@ -125,7 +126,7 @@
value: {
align: 'center',
color: '#fff',
fontSize: fitChartSize(14)
fontSize: fitChartSize(20)
}
}
},
@@ -148,7 +149,7 @@
fontWeight: 500,
position: 'left',
align: 'left',
fontSize: fitChartSize(14),
fontSize: fitChartSize(20),
formatter: function (params) {
return params.data.name ?? '其他'
}
@@ -186,7 +187,7 @@
top:0;
width: 100%;
height: 100%;
font-size:vw(18);
font-size:vw(20);
// color:#999;
color:#02f9fa;
display: flex;
@@ -194,7 +195,7 @@
justify-content: center;
}
.top {
width: vw(250);
height: vh(366);
width: vw(290);
height: vh(650);
}
</style>