fix 样式优化

This commit is contained in:
duanliang
2026-01-25 19:05:28 +08:00
parent e23a541799
commit 4d81265f97
8 changed files with 78 additions and 30 deletions

View File

@@ -128,7 +128,7 @@
show: true,
axisLabel: {
color: '#fff',
fontSize: fitChartSize(12),
fontSize: fitChartSize(16),
verticalAlign: 'bottom',
padding: [0, 0, 6, 0],
inside: true,
@@ -141,13 +141,13 @@
align: 'center',
color: '#fff',
fontWeight: 600,
fontSize: fitChartSize(14)
fontSize: fitChartSize(16)
},
total: {
align: 'center',
color: '#fff',
fontWeight: 600,
fontSize: fitChartSize(14)
fontSize: fitChartSize(16)
},
}
},
@@ -172,7 +172,7 @@
fontWeight: 500,
position: 'left',
align: 'left',
fontSize: fitChartSize(14),
fontSize: fitChartSize(16),
formatter: function (params) {
return params.data.name
}