This commit is contained in:
2023-04-10 15:49:11 +08:00
parent 3161b54cd7
commit f2ca004e6f
81 changed files with 3726 additions and 2344 deletions

View File

@@ -97,6 +97,9 @@ export default {
xAxis: {
type: "category",
boundaryGap: false,
data: this.dataList.map((item) => {
return item.name;
}),
},
yAxis: {
type: "value",