@@ -63,7 +63,7 @@
<style scoped>
.video {
margin-top: 25rem;
- width: 180rem;
+ width: 170rem;
height: 165rem;
display: inline-block;
float: left;
@@ -81,6 +81,12 @@
formatter: "{value}",
color: "#e2e9ff",
},
+ axisLine: {
+ lineStyle: {
+ color: "lightgray",
+ width: 1
+ }
+ },
data: ['1:00', '5:00', '9:00', '13:00', '17:00', '21:00', '24:00']
@@ -93,10 +99,21 @@
color: "rgba(255,255,255,0.12)",
+
axisLabel: {
+ show: true,
+ axisTick: {
+ show: true
+ }, //隐藏纵坐标刻度小线条
}],
series: [{
name: '土壤温度(℃)',