修改统计上店铺不加载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

@@ -338,7 +338,7 @@ export default {
container: "orderChart",
autoFit: true,
height: 500,
padding: [70, 35, 70, 35],
padding: [70, 70, 70, 70],
});
}
@@ -448,7 +448,7 @@ export default {
container: "pvChart",
autoFit: true,
height: 500,
padding: [70, 35, 70, 35],
padding: [70, 70, 70, 70],
});
}
this.initPvChart();
@@ -466,7 +466,7 @@ export default {
container: "historyMemberChart",
autoFit: true,
height: 500,
padding: [70, 35, 70, 35],
padding: [70, 70, 70, 70],
});
}