调整app趋势图透明度,添加纵轴单位

This commit is contained in:
dongxiaoyan
2019-02-22 18:11:51 +08:00
parent 4c5bc5b6e9
commit e122f9587a

View File

@@ -990,7 +990,7 @@
}, },
yAxis : { yAxis : {
title : { title : {
text : null text : unitType
}, },
min:0, min:0,
allowDecimals:false allowDecimals:false
@@ -1019,7 +1019,8 @@
radius : 7, radius : 7,
radiusPlus : 5 radiusPlus : 5
} }
} },
fillOpacity: 0.2 // 透明度
} }
}, },
series: zxchart series: zxchart
@@ -1224,7 +1225,7 @@
}, },
yAxis : { yAxis : {
title : { title : {
text : null text : unitType
}, },
min:0, min:0,
allowDecimals:false allowDecimals:false
@@ -1253,7 +1254,8 @@
radius : 7, radius : 7,
radiusPlus : 5 radiusPlus : 5
} }
} },
fillOpacity: 0.2 // 透明度
} }
}, },
series:lsChart series:lsChart