feat: 加密登录数据,修改折线图表UI

This commit is contained in:
MTrun
2022-02-28 10:30:51 +08:00
parent 8d97bdc976
commit 3fe2fbfc08
8 changed files with 136 additions and 61 deletions
@@ -25,12 +25,17 @@ const options = echartOptionProfixHandle(
name: 'data1',
type: 'line',
smooth: false,
lineStyle: {
normal: {
width: 3
}
},
areaStyle: {
opacity: 0.8,
color: new graphic.LinearGradient(0, 0, 0, 1, [
{
offset: 0,
color: 'rgba(25,163,223,.3)'
color: 'rgba(25,163,223,.5)'
},
{
offset: 1,