mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 07:10:27 +08:00
优化代码
This commit is contained in:
@@ -104,13 +104,13 @@ Tea.context(function () {
|
||||
return v.bytes / axis.divider;
|
||||
}),
|
||||
itemStyle: {
|
||||
color: "#9DD3E8"
|
||||
color: teaweb.DefaultChartColor
|
||||
},
|
||||
lineStyle: {
|
||||
color: "#9DD3E8"
|
||||
color: teaweb.DefaultChartColor
|
||||
},
|
||||
areaStyle: {
|
||||
color: "#9DD3E8"
|
||||
color: teaweb.DefaultChartColor
|
||||
},
|
||||
smooth: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user