优化代码

This commit is contained in:
刘祥超
2022-04-22 09:58:25 +08:00
parent 94f5f1faf6
commit e26cf2a19d
10 changed files with 30 additions and 28 deletions

View File

@@ -185,7 +185,7 @@ Vue.component("metric-chart", {
return v / axis.divider
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
areaStyle: {},
barWidth: "20em"
@@ -257,7 +257,7 @@ Vue.component("metric-chart", {
return v / axis.divider
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
areaStyle: {}
}
@@ -343,7 +343,7 @@ Vue.component("metric-chart", {
return v / axis.divider
}),
itemStyle: {
color: "#9DD3E8"
color: teaweb.DefaultChartColor
},
areaStyle: {},
barWidth: "20em"