fix: 修复有些机器上图表Y轴数据被遮挡的问题

This commit is contained in:
chenjinsong
2021-09-27 18:15:13 +08:00
parent 8def323e63
commit 0780f1448c

View File

@@ -836,10 +836,10 @@ export default {
}, },
grid: { grid: {
top: 30, top: 30,
left: 0, left: 30,
right: 30, right: 30,
containLabel: true, containLabel: true,
bottom: 20// 156 bottom: 30// 156
}, },
xAxis: { xAxis: {
type: 'time', type: 'time',