优化统计图显示

This commit is contained in:
lemon橪
2022-06-15 18:48:43 +08:00
parent 59cfa0efb0
commit 9a3d202524
5 changed files with 27 additions and 21 deletions

View File

@@ -563,6 +563,8 @@ export default {
stroke: "#fff",
lineWidth: 1,
});
this.orderChart.area().position("createTime*price").color("title").shape("smooth");
this.orderChart.render();
},