@@ -9,7 +9,7 @@ export default {
data() {
return {
series:[],
- ids:[]
+ ids:[],
};
},
created() {
@@ -96,9 +96,10 @@ export default {
type: "value",
axisLabel: {
formatter: "{value}℃",
- min: 13,
- max: 25
+ min: 20,
+ max: 30,
+ interval: 1,
splitLine: {
lineStyle: {
type: "dotted"