调整app趋势图透明度,添加纵轴单位
This commit is contained in:
@@ -990,7 +990,7 @@
|
||||
},
|
||||
yAxis : {
|
||||
title : {
|
||||
text : null
|
||||
text : unitType
|
||||
},
|
||||
min:0,
|
||||
allowDecimals:false
|
||||
@@ -1019,7 +1019,8 @@
|
||||
radius : 7,
|
||||
radiusPlus : 5
|
||||
}
|
||||
}
|
||||
},
|
||||
fillOpacity: 0.2 // 透明度
|
||||
}
|
||||
},
|
||||
series: zxchart
|
||||
@@ -1224,7 +1225,7 @@
|
||||
},
|
||||
yAxis : {
|
||||
title : {
|
||||
text : null
|
||||
text : unitType
|
||||
},
|
||||
min:0,
|
||||
allowDecimals:false
|
||||
@@ -1253,7 +1254,8 @@
|
||||
radius : 7,
|
||||
radiusPlus : 5
|
||||
}
|
||||
}
|
||||
},
|
||||
fillOpacity: 0.2 // 透明度
|
||||
}
|
||||
},
|
||||
series:lsChart
|
||||
|
||||
Reference in New Issue
Block a user