|
@@ -227,7 +227,7 @@
|
|
|
},
|
|
|
markArea: {
|
|
|
itemStyle: {
|
|
|
- color: 'rgba(255, 173, 177, 0.4)'
|
|
|
+ color: 'rgba(255, 0, 0)'
|
|
|
},
|
|
|
data: [
|
|
|
[{
|
|
@@ -299,7 +299,7 @@
|
|
|
},
|
|
|
markArea: {
|
|
|
itemStyle: {
|
|
|
- color: 'rgba(255, 173, 177, 0.4)'
|
|
|
+ color: 'rgba(255, 0, 0)'
|
|
|
},
|
|
|
data: [
|
|
|
[{
|
|
@@ -453,7 +453,7 @@
|
|
|
yAxis: {
|
|
|
name: '温度',
|
|
|
// Y轴最大值
|
|
|
- // max: 10,
|
|
|
+ max: 10,
|
|
|
// 间隔值
|
|
|
// interval: 3
|
|
|
},
|