修改统计上店铺不加载bug 修改统计图antV加载数据不齐全bug

This commit is contained in:
lemon橪
2021-08-10 16:50:55 +08:00
parent 06a6b77d2e
commit 783c6df0a4
7 changed files with 10 additions and 9 deletions

View File

@@ -527,7 +527,7 @@ export default {
container: "orderChart",
autoFit: true,
height: 500,
padding: [70, 35, 70, 35],
padding: [70, 70, 70, 70],
});
}

View File

@@ -203,7 +203,7 @@ export default {
container: "orderChart",
autoFit: true,
height: 500,
padding: [70, 35, 70, 35],
padding: [70, 70, 70, 70],
});
}
this.initChart();