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

This commit is contained in:
chenjinsong
2021-09-27 18:15:23 +08:00
parent 0780f1448c
commit 4b4994f59c

View File

@@ -396,10 +396,10 @@ const overviewLine = {
const noDataOption = {
grid: {
top: 30,
left: 0,
left: 20,
right: 30,
containLabel: true,
bottom: 20// 156
bottom: 0// 156
},
xAxis: {
type: 'category',