新版式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user