mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-08 16:00:26 +08:00
优化代码
This commit is contained in:
@@ -79,7 +79,7 @@ Tea.context(function () {
|
||||
}),
|
||||
areaStyle: {},
|
||||
itemStyle: {
|
||||
color: "#9DD3E8"
|
||||
color: teaweb.DefaultChartColor
|
||||
},
|
||||
smooth: true
|
||||
},
|
||||
@@ -159,7 +159,7 @@ Tea.context(function () {
|
||||
return v.count / axis.divider;
|
||||
}),
|
||||
itemStyle: {
|
||||
color: "#9DD3E8"
|
||||
color: teaweb.DefaultChartColor
|
||||
},
|
||||
barWidth: "20em"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user